Searched refs:fileSystem (Results 1 - 2 of 2) sorted by relevance

/external/srec/portable/include/
H A DPFileSystemImpl.h96 * @param fileSystem [out] File-system which matches the path
99 * @return ESR_INVALID_ARGUMENT if path, fileSystem or relativePath is null; ESR_INVALID_STATE if no
102 PORTABLE_API ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath);
/external/srec/portable/src/
H A DPFileSystem.c273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath) argument
305 *fileSystem = bestValue;
328 PFileSystem* fileSystem; local
341 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));
342 rc = fileSystem->createPFile(fileSystem, absolutePath, littleEndian, self);
359 PFileSystem* fileSystem; local
372 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));
373 CHK(rc, fileSystem->mkdir(fileSystem, absolutePat
408 PFileSystem* fileSystem; local
[all...]

Completed in 253 milliseconds