HomeSort by relevance Sort by last modified time
    Searched refs:file0 (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/commands/ar/
ar01 267 ROD touch file0.in
268 ROD ar -cr lib.a file0.in $TST_DATAROOT/file1.in
270 file0_mtime1=$(ar -tv lib.a | grep file0.in)
273 touch -c -t $(date --date='next day' +"%Y%m%d%H%M") file0.in
275 ROD ar -ru lib.a file0.in $TST_DATAROOT/file1.in
277 file0_mtime2=$(ar -tv lib.a | grep file0.in)
281 tst_res TFAIL "ar updated modified file0 (-u)"
283 tst_res TPASS "ar haven't updated modified file0 (-u)"
292 ROD rm lib.a file0.in
  /system/core/logcat/
logcat.cpp 256 std::string file0; local
258 file0 = android::base::StringPrintf("%s", context->outputFileName);
260 file0 =
265 if (!file0.length() || !file1.length()) {
270 err = rename(file0.c_str(), file1.c_str());
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 273 select("file0");
  /prebuilts/go/linux-x86/src/cmd/cover/
html.go 273 select("file0");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 1010 File file0 = new File(""); local
    [all...]

Completed in 201 milliseconds