Home
last modified time | relevance | path

Searched refs:file1 (Results 1 – 9 of 9) sorted by relevance

/system/update_engine/scripts/
Dblockdiff.py32 def BlockDiff(block_size, file1, file2, name1, name2, max_length=-1): argument
55 data1 = file1.read(read_length)
102 with open(args.file1) as file1:
104 diff_list = BlockDiff(args.block_size, file1, file2,
105 args.file1, args.file2, args.max_length)
/system/apex/apexer/
Druntests.sh50 head -c 1M </dev/urandom > ${input_dir}/file1
54 ln -s file1 ${input_dir}/sym1
114 sudo diff ${input_dir}/file1 ${output_dir}/mnt/file1
120 [ `sudo stat -c '%u,%g,%A' ${output_dir}/mnt/file1` = "1001,1001,-rw-r--r--" ]
128 [ `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/
DFileUtilsTest.java55 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/apex/apexd/
Dapexd_test_utils.h170 std::ifstream file1(filename1, std::ios::binary); in CompareFiles()
173 if (file1.bad() || file2.bad()) { in CompareFiles()
177 std::istreambuf_iterator<char> begin1(file1); in CompareFiles()
/system/logging/logcat/
Dlogcat.cpp156 std::string file1 = in RotateLogs() local
166 if (!file0.length() || !file1.length()) { in RotateLogs()
173 int err = rename(file0.c_str(), file1.c_str()); in RotateLogs()
/system/apex/docs/
Dhowto.md485 /file1 1000 1000 0644
/system/chre/chre_api/doc/
DDoxyfile2049 # TAGFILES = file1 file2 ...
2051 # TAGFILES = file1=loc1 "file2 = loc2" ...
/system/chre/pal/doc/
DDoxyfile2049 # TAGFILES = file1 file2 ...
2051 # TAGFILES = file1=loc1 "file2 = loc2" ...
/system/media/audio_utils/
DDoxyfile2167 # TAGFILES = file1 file2 ...
2169 # TAGFILES = file1=loc1 "file2 = loc2" ...