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

  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerIntegrationTest.java 80 File file3 = null; local
92 file3 = createObbFile(OBB_FILE_3, R.raw.obb_file3);
93 String filePath3 = file3.getAbsolutePath();
107 if (file3 != null) {
108 file3.delete();
141 File file3 = null; local
144 file3 = createObbFile(OBB_FILE_3_ENCRYPTED, R.raw.obb_enc_file100_orig3);
145 String filePath3 = file3.getAbsolutePath();
157 if (file3 != null) {
158 file3.delete()
    [all...]
  /system/core/init/
devices.c 705 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; local
732 l = asprintf(&file3, FIRMWARE_DIR3"/%s", uevent->firmware);
749 fw_fd = open(file3, O_RDONLY);
779 free(file3);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 234 File file3 = new File("\\", "\\dir1\\file1"); local
235 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
258 File file3 = new File(root, "\\dir1\\file1"); local
259 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
    [all...]

Completed in 78 milliseconds