Searched refs:directoryMap (Results 1 – 4 of 4) sorted by relevance
/external/srec/portable/src/ |
D | PANSIFileSystemImpl.c | 63 CHKLOG(rc, PHashTableCreate(NULL, MTAG, &impl->directoryMap)); in PANSIFileSystemCreate() 79 if (impl->directoryMap != NULL) in PANSIFileSystemDestroyImpl() 81 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry)); in PANSIFileSystemDestroyImpl() 92 CHKLOG(rc, PHashTableDestroy(impl->directoryMap)); in PANSIFileSystemDestroyImpl() 93 impl->directoryMap = NULL; in PANSIFileSystemDestroyImpl() 157 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists)); in PANSIFileSystemAddPathImpl() 162 CHKLOG(rc, PHashTableGetValue(impl->directoryMap, key, (void **)&oldValue)); in PANSIFileSystemAddPathImpl() 170 CHKLOG(rc, PHashTablePutValue(impl->directoryMap, key, value, NULL)); in PANSIFileSystemAddPathImpl() 199 CHKLOG(rc, PHashTableGetEntry(impl->directoryMap, path, &entry)); in PANSIFileSystemRemovePathImpl() 222 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry)); in PANSIFileSystemGetRealPathImpl() [all …]
|
/external/srec/portable/src/UNIX/ |
D | PFileSystemUNIXImpl.c | 58 CHKLOG(rc, PHashTablePutValue(ANSIImpl->directoryMap, L("/"), L("/"), NULL)); in PFileSystemInitializeStreamsImpl() 83 CHKLOG(rc, PHashTableRemoveValue(ANSIImpl->directoryMap, L("/"), NULL)); in PFileSystemInitializeStreamsImpl() 89 PHashTableRemoveValue(ANSIImpl->directoryMap, L("/"), NULL); in PFileSystemInitializeStreamsImpl()
|
D | PANSIFileSystemUNIXImpl.c | 52 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry)); in PANSIFileSystemGetVirtualPathImpl()
|
/external/srec/portable/include/ |
D | PANSIFileSystemImpl.h | 43 PHashTable* directoryMap; member
|