Searched refs:PFileSystemIsAbsolutePath (Results 1 - 4 of 4) sorted by relevance

/external/srec/portable/include/
H A DPFileSystem.h140 PORTABLE_API ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute);
/external/srec/portable/src/
H A DPFileSystem.c156 ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute) function
191 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));
310 CHKLOG(rc, PFileSystemIsAbsolutePath(path + LSTRLEN(bestKey), &isAbsolute));
H A DPANSIFileSystemImpl.c255 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));
/external/srec/portable/src/UNIX/
H A DPANSIFileSystemUNIXImpl.c45 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));

Completed in 47 milliseconds