Searched defs:virtualPath (Results 1 – 3 of 3) sorted by relevance
26 ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR* realPath) in PANSIFileSystemAddPath()31 ESR_ReturnCode PANSIFileSystemRemovePath(const LCHAR* virtualPath) in PANSIFileSystemRemovePath()
101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR*… in PANSIFileSystemAddPathImpl()179 ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath) in PANSIFileSystemRemovePathImpl()
79 String virtualPath = path; in virtualToPlatformPath() local