HomeSort by relevance Sort by last modified time
    Searched full:file2 (Results 76 - 100 of 863) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/client/tests/aiostress/
control 14 file2, then file3 etc. As each file finishes writing, it is switched
  /external/fio/examples/
1mbs_clients.fio 12 [file2]
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 36 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2);
102 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2) {
106 if (stat(file1, &stbuf1) == 0 && stat(file2, &stbuf2) == 0) {
121 fprintf(stderr, "Unable to get stats from file: %s or %s\n", file1, file2);
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptStorageAdapter.java 74 public int compare(File file1, File file2) {
75 if (file1.isDirectory() && !file2.isDirectory()) {
77 } else if (!file1.isDirectory() && file2.isDirectory()) {
80 return file1.compareTo(file2);
  /external/curl/tests/data/
test1221 29 <file2 name="log/stdout1221">
50 </file2>
test1222 29 <file2 name="log/stdout1222">
50 </file2>
test1336 66 <file2 name="log/heads1336">
75 </file2>
test1340 64 <file2 name="log/heads1340">
73 </file2>
test1341 64 <file2 name="log/stdout1341">
74 </file2>
test1342 69 <file2 name="log/heads1342">
77 </file2>
test1344 74 <file2 name="log/heads1344">
83 </file2>
test1345 74 <file2 name="log/stdout1345">
83 </file2>
test1349 59 <file2 name="log/heads1349">
74 </file2>
test1350 59 <file2 name="log/stdout1350">
74 </file2>
test1351 60 <file2 name="log/heads1351">
75 </file2>
test1352 60 <file2 name="log/stdout1352">
75 </file2>
test1353 59 <file2 name="log/heads1353">
74 </file2>
test1363 75 <file2 name="log/stdout1363">
76 </file2>
test1374 66 <file2 name="log/heads1374">
75 </file2>
test1375 66 <file2 name="log/stdout1375">
75 </file2>
test1387 67 <file2 name="log/heads1387">
82 </file2>
test1388 67 <file2 name="log/stdout1388">
82 </file2>
test1389 68 <file2 name="log/heads1389">
83 </file2>
test1390 68 <file2 name="log/stdout1390">
83 </file2>
test1391 67 <file2 name="log/heads1391">
82 </file2>

Completed in 1129 milliseconds

1 2 34 5 6 7 8 91011>>