HomeSort by relevance Sort by last modified time
    Searched full:goodfile (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/abtest/
abtest.py 154 goodfile = gooddir+"/"+c
157 if filecmp.cmp(goodfile, badfile):
162 testfiles.append(goodfile)
167 def check_functions_in_file(base, goodfile, badfile):
168 functions = extract_functions(goodfile)
170 warn("Couldn't find any function in %s, missing annotations?" % (goodfile,))
188 replace_function(goodfile, func, badfunctions[func], COMBINED)
229 goodfile = gooddir+"/"+config.file variable
231 check_functions_in_file(config.file, goodfile, badfile)
  /libcore/luni/src/test/java/libcore/libcore/util/
ZoneInfoDBTest.java 83 File goodFile = makeTemporaryFile(content);
85 ZoneInfoDB.TzData.loadTzDataWithFallback(goodFile.getPath(), SYSTEM_TZDATA_FILE);
91 goodFile.delete();
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 99 char goodfile[1024]; /* name of our test file */ variable
322 fname, goodfile);
1123 goodfile[0] = 0;
1229 strncpy(goodfile, optarg, sizeof(goodfile));
1230 strcat(goodfile, "/");
1279 strncat(goodfile, dirpath ? basename(fname) : fname, 256);
1280 strcat(goodfile, ".fsxgood");
1281 fsxgoodfd = open(goodfile, O_RDWR | O_CREAT | O_TRUNC, 0666);
1283 prterr(goodfile);
    [all...]

Completed in 311 milliseconds