Searched defs:dst_dir (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/tools/ |
D | make_distrib.py | 214 def transfer_gypi_files(src_dir, gypi_paths, gypi_path_prefix, dst_dir, quiet): argument 291 def copy_files_list(build_dir, dst_dir, paths): argument 908 dst_dir = os.path.join(output_dir, dir_name) variable 922 dst_dir = os.path.join(output_dir, 'Debug') variable 945 dst_dir = os.path.join(output_dir, 'Release') variable 966 dst_dir = os.path.join(output_dir, 'Release') variable 968 dst_dir = os.path.join(output_dir, 'Resources') variable 1042 dst_dir = os.path.join(output_dir, dir_name) variable 1056 dst_dir = os.path.join(output_dir, 'Debug') variable 1084 dst_dir = os.path.join(output_dir, 'Release') variable [all …]
|
/third_party/openh264/ |
D | copy_to_wels_head.py | 20 def copy_file(src_dir, dst_dir): argument
|
/third_party/flatbuffers/ |
D | install.py | 38 def move_dir(src_dir, dst_dir): argument
|
/third_party/libffi/ |
D | generate-darwin-source-and-headers.py | 98 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): argument 126 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix… argument
|
/third_party/skia/tools/skqp/ |
D | make_skqp_model.cpp | 72 const char* dst_dir = argv[2]; in main() local
|