HomeSort by relevance Sort by last modified time
    Searched refs:File (Results 76 - 100 of 3697) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
c++-analyzer 4 use File::Basename qw/ dirname /;
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
c++-analyzer 4 use File::Basename qw/ dirname /;
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 5 * you may not use this file except in compliance with the License.
30 import java.io.File;
56 * TODO: Combine this file with {@link android.os.cts.FileAccessPermissionTest}
62 File myFile = new File(getContext().getFilesDir(), "hello");
83 File myDir = new File(getContext().getFilesDir(), "helloDirectory");
104 Set<File> writableDirs = new HashSet<File>();
111 writableDirs.addAll(getWritableDirectoriesAndSubdirectoriesOf(new File(app.dataDir)))
    [all...]
  /external/bsdiff/
file.h 3 // found in the LICENSE file.
14 class File : public FileInterface {
16 // Opens a file |pathname| with flags |flags| as defined by open(2). In case
18 static std::unique_ptr<File> FOpen(const char* pathname, int flags);
20 ~File() override;
30 // Creates the File instance for the |fd|. Takes ownership of the file
32 File(int fd);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialOutputFactory.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
27 * should not be deleted then call {@link #persistFile(File)} to ensure that they survive.
31 /** A simple tuple of a {@link File} and a {@link PrintWriter} for writing to that file. */
33 final File file; field in class:TrialOutputFactory.FileAndWriter
36 FileAndWriter(File file, PrintWriter writer) {
37 this.file = file
    [all...]
  /external/google-breakpad/src/processor/
pathname_stripper.h 48 static string File(const string &path);