Searched refs:copy_path (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/bin/ |
H A D | fetch-gn | 44 copy_path = 'buildtools/linux64/gn' if 'linux' in sys.platform else \ 47 if os.path.isdir(os.path.dirname(copy_path)): 48 shutil.copy(gn, copy_path) 46 'buildtools/win/gn.exe' global() variable
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_vars.c | 1099 nir_deref_path copy_path; in mark_deref_used() local 1101 nir_deref_path_init(©_path, copy_deref, mem_ctx); in mark_deref_used() 1121 for (; copy_path.path[copy_i + 1]; copy_i++) { in mark_deref_used() 1122 if (copy_path.path[copy_i + 1]->deref_type == in mark_deref_used()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 288 const char* new_path, const int copy_path) { in fs__capture_path() 306 if (path != NULL && copy_path) { in fs__capture_path() 350 if (path != NULL && copy_path) { in fs__capture_path() 287 fs__capture_path(uv_fs_t* req, const char* path, const char* new_path, const int copy_path) fs__capture_path() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 146 const char* new_path, const int copy_path) { in fs__capture_path() 168 if (path != NULL && copy_path) { in fs__capture_path() 231 if (path != NULL && copy_path) { in fs__capture_path() 145 fs__capture_path(uv_fs_t* req, const char* path, const char* new_path, const int copy_path) fs__capture_path() argument
|
Completed in 11 milliseconds