Home
last modified time | relevance | path

Searched defs:virtualPath (Results 1 – 3 of 3) sorted by relevance

/external/srec/portable/src/
DPANSIFileSystem.c26 ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR* realPath) in PANSIFileSystemAddPath()
31 ESR_ReturnCode PANSIFileSystemRemovePath(const LCHAR* virtualPath) in PANSIFileSystemRemovePath()
DPANSIFileSystemImpl.c101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR*… in PANSIFileSystemAddPathImpl()
179 ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath) in PANSIFileSystemRemovePathImpl()
/external/webkit/Source/WebCore/platform/
DAsyncFileSystem.cpp79 String virtualPath = path; in virtualToPlatformPath() local