Home
last modified time | relevance | path

Searched refs:PATH_GUESS (Results 1 – 5 of 5) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DURIStreamOpener.cpp68 if (path.tryParse(pathOrURI, Path::PATH_GUESS)) in open()
78 if (path.tryParse(pathOrURI, Path::PATH_GUESS)) in open()
105 if (base.tryParse(basePathOrURI, Path::PATH_GUESS) && path.tryParse(pathOrURI, Path::PATH_GUESS)) in open()
117 if (base.tryParse(basePathOrURI, Path::PATH_GUESS) && path.tryParse(pathOrURI, Path::PATH_GUESS)) in open()
H A DGlob.cpp55 glob(Path(Path::expand(pathPattern), Path::PATH_GUESS), files, options); in glob()
61 glob(Path(Path::expand(pathPattern), Path::PATH_GUESS), files, options); in glob()
H A DPath.cpp225 case PATH_GUESS: in assign()
262 case PATH_GUESS: in toString()
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DPathTest.cpp1297 p.parse("foo:bar.txt;5", Path::PATH_GUESS); in testParseGuess()
1308 p.parse("/usr/local/bin", Path::PATH_GUESS); in testParseGuess()
1319 p.parse("\\\\server\\files", Path::PATH_GUESS); in testParseGuess()
1329 p.parse("c:\\WinNT", Path::PATH_GUESS); in testParseGuess()
1338 p.parse("foo:bar.txt;5", Path::PATH_GUESS); in testParseGuess()
1348 p.parse("[foo]bar.txt", Path::PATH_GUESS); in testParseGuess()
1481 Path p(s, Path::PATH_GUESS); in testRobustness()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DPath.h48 PATH_GUESS /// Guess the style by examining the path enumerator