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

  /external/srec/portable/include/
PANSIFileSystemImpl.h 51 PORTABLE_API PFileSystem* PANSIFileSystemSingleton;
  /external/srec/portable/src/
PANSIFileSystemImpl.c 28 //extern PFileSystem* PANSIFileSystemSingleton;
29 PFileSystem* PANSIFileSystemSingleton = (PFileSystem*)NULL;
50 if (PANSIFileSystemSingleton != NULL)
64 PANSIFileSystemSingleton = &impl->super.super;
286 PANSIFileSystemImpl* impl = (PANSIFileSystemImpl*) PANSIFileSystemSingleton;
327 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, key, PANSIFileSystemSingleton, NULL));
351 if (value == PANSIFileSystemSingleton)

Completed in 161 milliseconds