HomeSort by relevance Sort by last modified time
    Searched defs:getFile (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryEntry.cpp 53 void DirectoryEntry::getFile(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
56 m_fileSystem->getFile(this, path, flags, successCallback, errorCallback);
DirectoryEntrySync.cpp 54 FileEntrySync* DirectoryEntrySync::getFile(const String& path, const Dictionary& options, ExceptionState& exceptionState)
58 m_fileSystem->getFile(this, path, flags, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous);
DOMFileSystemBase.cpp 289 void DOMFileSystemBase::getFile(const EntryBase* entry, const String& path, const FileSystemFlags& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 42 assertEquals("1", getFile("/sys/fs/selinux/enforce"));
57 assertEquals("32768", getFile("/proc/sys/vm/mmap_min_addr"));
71 assertEquals("2", getFile("/proc/sys/kernel/kptr_restrict"));
82 assertEquals("0", getFile("/proc/sys/fs/suid_dumpable"));
118 private String getFile(String filename) throws IOException {
  /frameworks/base/tools/aapt/
OutputSet.h 33 inline const android::sp<const AaptFile>& getFile() const {
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/io/
FNode.java 50 protected File getFile() {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectoryEntry.java 123 public FsFile getFile()
  /external/proguard/src/proguard/io/
DirectoryWriter.java 67 File directory = getFile(dataEntry);
87 File file = getFile(dataEntry);
134 private File getFile(DataEntry dataEntry)
  /libcore/luni/src/main/java/libcore/net/url/
JarHandler.java 58 String file = url.getFile();
100 sb.append(url.getFile());
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 151 assertEquals(UnittestProto.getDescriptor(), messageType.getFile());
160 assertEquals(UnittestProto.getDescriptor(), nestedType.getFile());
208 assertEquals(UnittestProto.getDescriptor(), primitiveField.getFile());
239 assertEquals(UnittestProto.getDescriptor(), extension.getFile());
293 assertEquals(UnittestProto.getDescriptor(), enumType.getFile());
301 assertEquals(UnittestProto.getDescriptor(), nestedType.getFile());
321 assertEquals(UnittestProto.getDescriptor(), service.getFile());
  /external/proguard/src/proguard/
UpToDateChecker.java 67 checker.updateModificationTime(classPathEntry.getFile(),
80 checker.updateModificationTime(classPathEntry.getFile(),
ClassPathEntry.java 77 public File getFile()