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

  /external/srec/portable/include/
PFileSystemImpl.h 47 PORTABLE_API PHashTable* PFileSystemPathMap;
  /external/srec/portable/src/
PFileSystemImpl.c 32 PHashTable* PFileSystemPathMap = NULL;
68 CHKLOG(rc, PHashTableCreate(NULL, MTAG, &PFileSystemPathMap));
86 if (PFileSystemPathMap != NULL)
88 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry));
97 CHKLOG(rc, PHashTableDestroy(PFileSystemPathMap));
98 PFileSystemPathMap = NULL;

Completed in 5009 milliseconds