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

1 2 3 4 5 6 7 8 91011>>

  /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 {
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferRequest.java 56 return streamInitiation.getFile().getName();
65 return streamInitiation.getFile().getSize();
74 return streamInitiation.getFile().getDesc();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 74 "/dir1/dir2/test.cgi?point1.html", u.getFile());
82 assertTrue("u1 returns a wrong file", u1.getFile().equals(""));
92 "/dir1/dir2/test.cgi?point1.html", u2.getFile());
102 .getFile());
110 assertEquals("u3 returns a wrong file", "/", u3.getFile());
119 assertEquals("u3a returns a wrong file", "/", u3a.getFile());
128 assertTrue("u3b returns a wrong file", u3b.getFile().equals(""));
138 "/di!@$%^&*()_+r1/di:::r2/test.cgi?point1.html", u4.getFile());
145 assertEquals("u5 returns a wrong file", "/testing.tst", u5.getFile());
152 assertEquals("u5a returns a wrong file", "testing.tst", u5a.getFile());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryEntrySync.idl 35 [RaisesException] FileEntrySync getFile([TreatUndefinedAs=NullString] DOMString? path, Dictionary flags);
DirectoryEntry.cpp 52 void DirectoryEntry::getFile(const String& path, const Dictionary& options, EntryCallback* successCallback, ErrorCallback* errorCallback)
55 m_fileSystem->getFile(this, path, flags, successCallback, errorCallback);
DirectoryEntry.idl 35 void getFile([TreatUndefinedAs=NullString] DOMString? path, optional Dictionary options, optional EntryCallback successCallback, optional ErrorCallback errorCallback);
DirectoryEntrySync.h 54 FileEntrySync* getFile(const String& path, const Dictionary&, ExceptionState&);
DirectoryEntrySync.cpp 53 FileEntrySync* DirectoryEntrySync::getFile(const String& path, const Dictionary& options, ExceptionState& exceptionState)
57 m_fileSystem->getFile(this, path, flags, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous);
DirectoryEntry.h 57 void getFile(const String& path, const Dictionary&, EntryCallback* = nullptr, ErrorCallback* = nullptr);
  /external/clang/unittests/Basic/
FileManagerTest.cpp 124 // getFile() returns non-NULL if a real file exists at the given path.
140 const FileEntry *file = manager.getFile("/tmp/test");
149 file = manager.getFile(FileName);
158 // getFile() returns non-NULL if a virtual file exists at the given path.
164 const FileEntry *file = manager.getFile("virtual/dir/bar.h");
173 // getFile() returns different FileEntries for different paths when
184 const FileEntry *fileFoo = manager.getFile("foo.cpp");
185 const FileEntry *fileBar = manager.getFile("bar.cpp");
191 // getFile() returns NULL if neither a real file nor a virtual file
203 const FileEntry *file = manager.getFile("xyz.txt")
    [all...]
  /external/proguard/src/proguard/io/
DirectoryWriter.java 67 File directory = getFile(dataEntry);
87 File file = getFile(dataEntry);
134 private File getFile(DataEntry dataEntry)
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformItemSection.java 71 DexFile file = getFile();
83 DexFile file = getFile();
  /dalvik/dx/src/com/android/dx/dex/file/
UniformItemSection.java 70 DexFile file = getFile();
82 DexFile file = getFile();
  /external/chromium_org/content/test/data/fileapi/
create_test.js 7 fs.root.getFile('foo', {create: true, exclusive: false}, done,
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
UniformItemSection.java 71 DexFile file = getFile();
83 DexFile file = getFile();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /libcore/luni/src/main/java/libcore/net/url/
JarHandler.java 58 String file = url.getFile();
100 sb.append(url.getFile());
FtpURLConnection.java 142 int idx = url.getFile().lastIndexOf('/');
145 String dir = url.getFile().substring(0, idx);
241 getFile();
263 String result = guessContentTypeFromName(url.getFile());
270 private void getFile() throws IOException {
272 String file = url.getFile();
435 + url.getFile().substring(url.getFile().lastIndexOf('/') + 1,
436 url.getFile().length()) + "\r\n");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
Draw9PatchEditor.java 75 mProject = mFileEditorInput.getFile().getProject();
94 .getFile(relativePath));
118 IFile destFile = mProject.getFile(NinePatchedImage.getNinePatchedFileName(
119 mFileEditorInput.getFile().getProjectRelativePath().toOSString()));
127 .getRoot().getFile(relativePath));
142 IFile file = mFileEditorInput.getFile();
213 IFile dest = mProject.getFile(NinePatchedImage.getNinePatchedFileName(
214 mFileEditorInput.getFile().getProjectRelativePath().toOSString()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java 62 mOsRootDataPath = FileLocator.resolve(url).getFile();
79 mOsRootDataPath = url.getFile();
83 mOsRootDataPath = url.getFile();
  /frameworks/base/tools/aapt/
OutputSet.h 33 inline const android::sp<const AaptFile>& getFile() const {
  /libcore/luni/src/test/java/libcore/java/net/
URLTest.java 38 assertEquals("/directory/file?query", url.getFile());
142 assertEquals("/path", url.getFile());
154 assertEquals("/path", url.getFile());
163 assertEquals("", url.getFile());
175 assertEquals("", url.getFile());
189 assertEquals("", url.getFile());
244 assertEquals("/path", url.getFile());
250 assertEquals("?query", url.getFile());
257 assertEquals("", url.getFile());
264 assertEquals("/file@foo", url.getFile());
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectoryEntry.java 123 public FsFile getFile()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java 44 IFile file = fileInput.getFile();
63 IFile editorFile = editorFileInput.getFile();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
IsolatedFileSystem.js 191 dirEntry.getFile(nameCandidate, { create: true, exclusive: true }, fileCreated, fileCreationError.bind(this));
243 domFileSystem.root.getFile(path, null, fileEntryLoaded.bind(this), errorHandler.bind(this));
285 domFileSystem.root.getFile(path, null, fileEntryLoaded, errorHandler);
329 domFileSystem.root.getFile(path, null, fileEntryLoaded.bind(this), errorHandler.bind(this));
393 domFileSystem.root.getFile(path, { create: true }, fileEntryLoaded.bind(this), errorHandler.bind(this));
464 domFileSystem.root.getFile(path, null, fileEntryLoaded.bind(this), errorHandler.bind(this));
489 dirEntry.getFile(newName, null, newFileEntryLoaded, newFileEntryLoadErrorHandler.bind(this));

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 91011>>