Home
last modified time | relevance | path

Searched defs:dst_dir (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/tools/
Dmake_distrib.py214 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/
Dcopy_to_wels_head.py20 def copy_file(src_dir, dst_dir): argument
/third_party/flatbuffers/
Dinstall.py38 def move_dir(src_dir, dst_dir): argument
/third_party/libffi/
Dgenerate-darwin-source-and-headers.py98 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/
Dmake_skqp_model.cpp72 const char* dst_dir = argv[2]; in main() local