Searched refs:touch_file (Results 1 – 5 of 5) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 1121 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/ |
D | zip_test.py | 67 with open(parent_dir / filename, 'a') as touch_file: 68 touch_file.write(filename)
|
/external/llvm-project/llvm/utils/lit/lit/ |
D | main.py | 170 def touch_file(test): function 209 touch_file(test)
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | CodeWarrior_suite.py | 207 def touch_file(self, _object=None, _attributes={}, **_arguments): member in CodeWarrior_suite_Events
|
/external/perfetto/gn/ |
D | proto_library.gni | 309 script = "$perfetto_root_path/tools/touch_file.py"
|