HomeSort by relevance Sort by last modified time
    Searched refs:file3 (Results 1 - 6 of 6) 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...]
  /development/scripts/
divide_and_compress_test.py 186 file3 = BagOfParts()
187 file3.filename = 'file3.txt'
188 file3.contents = 'Whoa, what is \'file2.txt\' all about?'
189 self.multi_file_dir.append(file3)
334 /dir1/dir2/dir4/file3.txt
343 file1.txt., file2.txt, file3.txt should be in 0.zip
383 self.test_target.AddFileToArchive('/dir1/dir2/dir4/file3.txt',
419 Mock these methods out such that file1, file2, and file3 go into one
464 os.path.isfile('/dir1/dir2/dir4/file3.txt').AndReturn(True
    [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/v8/test/mjsunit/
d8-os.js 91 assertThrows("os.mkdirp(TEST_DIR + '/file1/');", "mkdir over 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...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 772 milliseconds