Searched refs:file1 (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/scripts/ |
D | blockdiff.py | 31 def BlockDiff(block_size, file1, file2, name1, name2, max_length=-1): argument 54 data1 = file1.read(read_length) 101 with open(args.file1) as file1: 103 diff_list = BlockDiff(args.block_size, file1, file2, 104 args.file1, args.file2, args.max_length)
|
/system/apex/apexer/ |
D | runtests.sh | 48 head -c 1M </dev/urandom > ${input_dir}/file1 52 ln -s file1 ${input_dir}/sym1 108 sudo diff ${input_dir}/file1 ${output_dir}/mnt/file1 114 [ `sudo stat -c '%u,%g,%A' ${output_dir}/mnt/file1` = "1001,1001,-rw-r--r--" ] 122 [ `sudo ls -Z ${output_dir}/mnt/file1 | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ]
|
/system/timezone/distro/core/src/test/com/android/timezone/distro/ |
D | FileUtilsTest.java | 55 File file1 = createRegularFile(dir, "file1"); in testDeleteRecursive() local 57 File symLink1 = createSymlink(file1, dir, "symLink1"); in testDeleteRecursive() 61 File symLink2 = createSymlink(file1, dir, "symLink2"); in testDeleteRecursive() 69 File[] filesToDelete = { dir, file1, file2, symLink1, subDir, file3, file4, symLink2, in testDeleteRecursive()
|
/system/core/logcat/ |
D | logcat.cpp | 256 std::string file1 = android::base::StringPrintf( in rotateLogs() local 268 if (!file0.length() || !file1.length()) { in rotateLogs() 273 err = rename(file0.c_str(), file1.c_str()); in rotateLogs()
|
/system/media/audio_utils/ |
D | Doxyfile | 1966 # TAGFILES = file1 file2 ... 1968 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
D | Doxyfile.orig | 1966 # TAGFILES = file1 file2 ... 1968 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/system/chre/pal/doc/ |
D | Doxyfile | 2049 # TAGFILES = file1 file2 ... 2051 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 2049 # TAGFILES = file1 file2 ... 2051 # TAGFILES = file1=loc1 "file2 = loc2" ...
|