Searched refs:file_copy (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/lib/ |
H A D | tst_resource.c | 82 static int file_copy(const char *file, const int lineno, in file_copy() function 118 if (file_copy(file, lineno, cleanup_fn, dataroot, filename, dest)) in tst_resource_copy() 126 if (file_copy(file, lineno, cleanup_fn, buf, filename, dest)) in tst_resource_copy() 132 if (file_copy(file, lineno, cleanup_fn, startwd, filename, dest)) in tst_resource_copy()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 486 file_copy = Copy("", "copy") 497 copy = file_copy if os.path.basename(src) else dir_copy 504 for copy in (file_copy, dir_copy): 516 for copy in (file_copy, dir_copy): 521 for copy in (file_copy, dir_copy): 531 for copy in (file_copy, dir_copy): 551 for copy in (file_copy, dir_copy): 555 if file_copy.inputs_name: 556 WriteVariable(output, file_copy.inputs_name, " ")
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 486 file_copy = Copy("", "copy") 497 copy = file_copy if os.path.basename(src) else dir_copy 504 for copy in (file_copy, dir_copy): 516 for copy in (file_copy, dir_copy): 521 for copy in (file_copy, dir_copy): 531 for copy in (file_copy, dir_copy): 551 for copy in (file_copy, dir_copy): 555 if file_copy.inputs_name: 556 WriteVariable(output, file_copy.inputs_name, " ")
|
Completed in 4 milliseconds