Searched refs:PFileSystemPathMap (Results 1 – 5 of 5) sorted by relevance
/external/srec/portable/src/ |
D | PFileSystemImpl.c | 32 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()
|
D | PANSIFileSystemImpl.c | 42 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()
|
D | PFileSystem.c | 39 extern PHashTable* PFileSystemPathMap; 282 CHKLOG(rc, PHashTableEntryGetFirst(PFileSystemPathMap, &entry)); in PFileSystemGetFS()
|
/external/srec/portable/src/UNIX/ |
D | PFileSystemUNIXImpl.c | 57 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/ |
D | PFileSystemImpl.h | 47 PORTABLE_API PHashTable* PFileSystemPathMap; variable
|