Searched refs:StrPath (Results 1 – 4 of 4) sorted by relevance
93 bool ret = PhysicalCreate_Dir( StrPath() ); in PhysicalCreate()99 ret = PhysicalCreate_Dir( StrPath() ); in PhysicalCreate()120 ret = PhysicalCreate_Dir( StrPath() ); in Check_Parent()155 sFilter << StrPath() in GetContainedDirectories()186 sFilter << StrPath() in GetContainedFiles()252 DIR * pDir = opendir( StrPath() ); in GetContainedDirectories()285 DIR * pDir = opendir( StrPath() ); in GetContainedFiles()
43 return access( StrPath(), 00) == 0; in Exists()70 return access( StrPath(), F_OK ) == 0; in Exists()87 Persistent::StrPath() const in StrPath() function in csv::ploc::Persistent
203 pStream = ::fopen( StrPath(), sFacadeMode ); in do_open()207 pStream = ::fopen( StrPath(), sFacadeMode ); in do_open()
64 const char * StrPath() const;
Completed in 23 milliseconds