Searched refs:virtualPath (Results 1 – 4 of 4) sorted by relevance
/external/srec/portable/src/ |
D | PANSIFileSystem.c | 26 ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR* realPath) in PANSIFileSystemAddPath() argument 28 …SIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPath, realPath); in PANSIFileSystemAddPath() 31 ESR_ReturnCode PANSIFileSystemRemovePath(const LCHAR* virtualPath) in PANSIFileSystemRemovePath() argument 33 …n ((PANSIFileSystem*) PANSIFileSystemSingleton)->removePath(PANSIFileSystemSingleton, virtualPath); in PANSIFileSystemRemovePath()
|
D | PANSIFileSystemImpl.c | 101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR*… in PANSIFileSystemAddPathImpl() argument 110 if (virtualPath == NULL || realPath == NULL) in PANSIFileSystemAddPathImpl() 117 len = LSTRLEN(virtualPath) + 1; in PANSIFileSystemAddPathImpl() 118 if (virtualPath[LSTRLEN(virtualPath)-1] != L('/')) in PANSIFileSystemAddPathImpl() 127 LSTRCPY(key, virtualPath); in PANSIFileSystemAddPathImpl() 179 ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath) in PANSIFileSystemRemovePathImpl() argument 188 if (virtualPath == NULL) in PANSIFileSystemRemovePathImpl() 195 LSTRCPY(path, virtualPath); in PANSIFileSystemRemovePathImpl()
|
/external/srec/portable/include/ |
D | PANSIFileSystem.h | 66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath); 75 ESR_ReturnCode(*removePath)(PFileSystem* self, const LCHAR* virtualPath); 118 PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR* realPath); 126 PORTABLE_API ESR_ReturnCode PANSIFileSystemRemovePath(const LCHAR* virtualPath);
|
D | PANSIFileSystemImpl.h | 66 PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath,… 71 …ABLE_API ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath);
|