Searched refs:PANSIFileSystemSingleton (Results 1 - 4 of 4) sorted by relevance

/external/srec/portable/src/
H A DPANSIFileSystem.c24 extern PFileSystem* PANSIFileSystemSingleton;
28 return ((PANSIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPath, realPath);
33 return ((PANSIFileSystem*) PANSIFileSystemSingleton)->removePath(PANSIFileSystemSingleton, virtualPath);
38 return ((PANSIFileSystem*) PANSIFileSystemSingleton)->getcwd(PANSIFileSystemSingleton, path, len);
45 if (PANSIFileSystemSingleton == NULL)
47 CHKLOG(rc, PANSIFileSystemSingleton->destroy(PANSIFileSystemSingleton));
[all...]
H A DPANSIFileSystemImpl.c28 //extern PFileSystem* PANSIFileSystemSingleton;
29 PFileSystem* PANSIFileSystemSingleton = (PFileSystem*)NULL; variable
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)
/external/srec/portable/src/UNIX/
H A DPFileSystemUNIXImpl.c55 ANSIImpl = (PANSIFileSystemImpl*) PANSIFileSystemSingleton;
57 CHKLOG(rc, PHashTablePutValue(PFileSystemPathMap, L("/"), PANSIFileSystemSingleton, NULL));
59 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stdin"), isLittleEndian, &PSTDIN));
63 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stdout"), isLittleEndian, &PSTDOUT));
68 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stderr"), isLittleEndian, &PSTDERR));
/external/srec/portable/include/
H A DPANSIFileSystemImpl.h51 PORTABLE_API PFileSystem* PANSIFileSystemSingleton; variable

Completed in 247 milliseconds