Home | History | Annotate | Download | only in src

Lines Matching defs:fileSystem

273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath)
305 *fileSystem = bestValue;
328 PFileSystem* fileSystem;
341 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));
342 rc = fileSystem->createPFile(fileSystem, absolutePath, littleEndian, self);
359 PFileSystem* fileSystem;
372 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));
373 CHK(rc, fileSystem->mkdir(fileSystem, absolutePath));
408 PFileSystem* fileSystem;
424 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL));
425 rc = fileSystem->chdir(fileSystem, absolutePath);