Home
last modified time | relevance | path

Searched refs:PFileSystemPathMap (Results 1 – 5 of 5) sorted by relevance

/external/srec/portable/src/
DPFileSystemImpl.c32 PHashTable* PFileSystemPathMap = NULL; variable
68 CHKLOG(rc, PHashTableCreate(NULL, MTAG, &PFileSystemPathMap)); in PFileSystemCreate()
86 if (PFileSystemPathMap != NULL) in PFileSystemDestroy()
88 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry)); in PFileSystemDestroy()
97 CHKLOG(rc, PHashTableDestroy(PFileSystemPathMap)); in PFileSystemDestroy()
98 PFileSystemPathMap = NULL; in PFileSystemDestroy()
DPANSIFileSystemImpl.c42 extern PHashTable* PFileSystemPathMap;
88 CHKLOG(rc, PHashTableRemoveValue(PFileSystemPathMap, key, NULL)); in PANSIFileSystemDestroyImpl()
171 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, key, self, NULL)); in PANSIFileSystemAddPathImpl()
202 CHKLOG(rc, PHashTableRemoveValue(PFileSystemPathMap, key, NULL)); in PANSIFileSystemRemovePathImpl()
322 CHKLOG(rc, PHashTableRemoveValue(PFileSystemPathMap, key, NULL)); in PANSIFileSystemSetDefault()
327 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, key, PANSIFileSystemSingleton, NULL)); in PANSIFileSystemSetDefault()
342 CHKLOG(rc, PHashTableContainsKey(PFileSystemPathMap, L(""), &exists)); in PANSIFileSystemSetDefault()
349 CHKLOG(rc, PHashTableGetEntry(PFileSystemPathMap, L(""), &entry)); in PANSIFileSystemSetDefault()
DPFileSystem.c39 extern PHashTable* PFileSystemPathMap;
282 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry)); in PFileSystemGetFS()
/external/srec/portable/src/UNIX/
DPFileSystemUNIXImpl.c57 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, L("/"), PANSIFileSystemSingleton, NULL)); in PFileSystemInitializeStreamsImpl()
82 CHKLOG(rc, PHashTableRemoveValue(PFileSystemPathMap, L("/"), NULL)); in PFileSystemInitializeStreamsImpl()
87 PHashTableRemoveValue(PFileSystemPathMap, L("/"), NULL); in PFileSystemInitializeStreamsImpl()
/external/srec/portable/include/
DPFileSystemImpl.h47 PORTABLE_API PHashTable* PFileSystemPathMap; variable