MCPcopy Create free account
hub / github.com/audacity/audacity / IsGoodPathName

Method IsGoodPathName

libraries/lib-xml/XMLTagHandler.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool XMLValueChecker::IsGoodPathName(const FilePath & strPathName)
79{
80 // Test the corresponding wxFileName.
81 wxFileName fileName(strPathName);
82 return XMLValueChecker::IsGoodFileName(fileName.GetFullName(), fileName.GetPath(wxPATH_GET_VOLUME));
83}
84
85bool XMLValueChecker::IsGoodPathString(const FilePath &str)
86{

Callers

nothing calls this directly

Calls 2

GetFullNameMethod · 0.80
GetPathMethod · 0.45

Tested by

no test coverage detected