HomeSort by relevance Sort by last modified time
    Searched refs:PFileSystemIsAbsolutePath (Results 1 - 4 of 4) sorted by null

  /external/srec/portable/include/
PFileSystem.h 140 PORTABLE_API ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute);
  /external/srec/portable/src/
PFileSystem.c 156 ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute)
191 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));
310 CHKLOG(rc, PFileSystemIsAbsolutePath(path + LSTRLEN(bestKey), &isAbsolute));
PANSIFileSystemImpl.c 255 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));
  /external/srec/portable/src/UNIX/
PANSIFileSystemUNIXImpl.c 45 CHKLOG(rc, PFileSystemIsAbsolutePath(path, &isAbsolute));

Completed in 30 milliseconds