Home
last modified time | relevance | path

Searched refs:touch_file (Results 1 – 5 of 5) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c1121 const char *touch_file = NULL; in main() local
1137 touch_file = *++argv, --argc; in main()
1243 if (touch_file != NULL) in main()
1245 FILE *fsuccess = fopen(touch_file, "wt"); in main()
1256 fprintf(stderr, "%s: write failed\n", touch_file); in main()
1263 fprintf(stderr, "%s: open failed\n", touch_file); in main()
/external/pigweed/pw_build/py/
Dzip_test.py67 with open(parent_dir / filename, 'a') as touch_file:
68 touch_file.write(filename)
/external/llvm-project/llvm/utils/lit/lit/
Dmain.py170 def touch_file(test): function
209 touch_file(test)
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
DCodeWarrior_suite.py207 def touch_file(self, _object=None, _attributes={}, **_arguments): member in CodeWarrior_suite_Events
/external/perfetto/gn/
Dproto_library.gni309 script = "$perfetto_root_path/tools/touch_file.py"