HomeSort by relevance Sort by last modified time
    Searched defs:fileSystem (Results 1 - 5 of 5) sorted by null

  /external/srec/portable/src/
PFileSystem.c 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))
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 292 // FileSystem ----------------------------------------------------------
295 virtual WebFileSystem* fileSystem() { return 0; }
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 424 RefPtr<DOMFileSystemSync> fileSystem = readFileSystemHelper.getResult(ec);
425 if (!fileSystem)
428 RefPtr<EntrySync> entry = fileSystem->root()->getDirectory(filePath, 0, ec);
430 return fileSystem->root()->getFile(filePath, 0, ec);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 38 import org.eclipse.core.filesystem.EFS;
39 import org.eclipse.core.filesystem.IFileStore;
40 import org.eclipse.core.filesystem.IFileSystem;
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 865 RefPtr<DOMFileSystemBase> fileSystem = DOMFileSystem::create(frame()->document(), fileSystemName, AsyncFileSystemChromium::create(static_cast<AsyncFileSystem::Type>(type), fileSystemPath));
867 return toV8(DirectoryEntry::create(fileSystem, filePath));
868 return toV8(FileEntry::create(fileSystem, filePath));
    [all...]

Completed in 798 milliseconds