Searched refs:PFileSystemIsAbsolutePath (Results 1 – 4 of 4) sorted by relevance
/external/srec/portable/include/ |
D | PFileSystem.h | 140 PORTABLE_API ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute);
|
/external/srec/portable/src/ |
D | PFileSystem.c | 156 ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute) in PFileSystemIsAbsolutePath() function 191 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute)); in PFileSystemGetAbsolutePath() 310 CHKLOG(rc, PFileSystemIsAbsolutePath(path + LSTRLEN(bestKey), &isAbsolute)); in PFileSystemGetFS()
|
D | PANSIFileSystemImpl.c | 255 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute)); in PANSIFileSystemGetRealPathImpl()
|
/external/srec/portable/src/UNIX/ |
D | PANSIFileSystemUNIXImpl.c | 45 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute)); in PANSIFileSystemGetVirtualPathImpl()
|