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

  /external/srec/portable/include/
PFileSystemImpl.h 102 PORTABLE_API ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath);
  /external/srec/portable/src/
PFileSystem.c 273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath)
341 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));
372 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));
424 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));

Completed in 26 milliseconds