OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:directoryMap
(Results
1 - 4
of
4
) sorted by null
/external/srec/portable/src/
PANSIFileSystemImpl.c
63
CHKLOG(rc, PHashTableCreate(NULL, MTAG, &impl->
directoryMap
));
79
if (impl->
directoryMap
!= NULL)
81
CHKLOG(rc, PHashTableEntryGetFirst(impl->
directoryMap
, &entry));
92
CHKLOG(rc, PHashTableDestroy(impl->
directoryMap
));
93
impl->
directoryMap
= NULL;
157
CHKLOG(rc, PHashTableContainsKey(impl->
directoryMap
, key, &exists));
162
CHKLOG(rc, PHashTableGetValue(impl->
directoryMap
, key, (void **)&oldValue));
170
CHKLOG(rc, PHashTablePutValue(impl->
directoryMap
, key, value, NULL));
199
CHKLOG(rc, PHashTableGetEntry(impl->
directoryMap
, path, &entry));
222
CHKLOG(rc, PHashTableEntryGetFirst(impl->
directoryMap
, &entry))
[
all
...]
/external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c
58
CHKLOG(rc, PHashTablePutValue(ANSIImpl->
directoryMap
, L("/"), L("/"), NULL));
83
CHKLOG(rc, PHashTableRemoveValue(ANSIImpl->
directoryMap
, L("/"), NULL));
89
PHashTableRemoveValue(ANSIImpl->
directoryMap
, L("/"), NULL);
PANSIFileSystemUNIXImpl.c
52
CHKLOG(rc, PHashTableEntryGetFirst(impl->
directoryMap
, &entry));
/external/srec/portable/include/
PANSIFileSystemImpl.h
43
PHashTable*
directoryMap
;
Completed in 179 milliseconds