Home
last modified time | relevance | path

Searched refs:dest_path (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdcopy.py179 dest_path = os.path.join(dest_root, dest_folder)
180 if not os.path.exists(dest_path): os.makedirs(dest_path)
181 dest_file = os.path.join(dest_path, basename)
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp83 std::wstring dest_path; local
84 dest_path.resize(src.size());
85 MultiByteToWideChar(CP_UTF8, 0, src.c_str(), static_cast<int>(src.size()), &dest_path[0], static_cast<int>(dest_path.size()));
86 dest.push_back(dest_path);
/third_party/skia/third_party/externals/freetype/tests/scripts/
H A Ddownload-test-fonts.py112 def install_file(content: bytes, dest_path: str):
117 dest_path: Installation path
119 parent_path = os.path.dirname(dest_path)
123 with open(dest_path, "wb") as f:
/third_party/python/Lib/
H A Dtarfile.py753 def _get_filtered_attrs(member, dest_path, for_data=True):
756 dest_path = os.path.realpath(dest_path)
766 target_path = os.path.realpath(os.path.join(dest_path, name))
767 if os.path.commonpath([target_path, dest_path]) != dest_path:
804 target_path = os.path.realpath(os.path.join(dest_path, member.linkname))
805 if os.path.commonpath([target_path, dest_path]) != dest_path:
809 def fully_trusted_filter(member, dest_path)
[all...]
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py1471 dest_path = os.path.dirname(t)
1472 t = os.path.join(dest_path, "uts46.txt")
1717 dest_path = folder_to_path[dest_folder]
1718 if not os.path.exists(dest_path): os.makedirs(dest_path)
1723 dest_file = os.path.join(dest_path, dest_basename)
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py2569 dest_path = os.path.dirname(makefile_path)
2570 gyp.common.CopyTool(flavor, dest_path)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py2597 dest_path = os.path.dirname(makefile_path)
2598 gyp.common.CopyTool(flavor, dest_path)
/third_party/python/Modules/
H A Dposixmodule.c8852 _joinW(WCHAR *dest_path, const WCHAR *root, const WCHAR *rest) in _joinW() argument
8855 return wcscpy_s(dest_path, MAX_PATH, rest); in _joinW()
8858 if (wcscpy_s(dest_path, MAX_PATH, root)) { in _joinW()
8862 if (dest_path[0] && wcscat_s(dest_path, MAX_PATH, L"\\")) { in _joinW()
8866 return wcscat_s(dest_path, MAX_PATH, rest); in _joinW()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc6538 std::vector<int> dest_path = options_path; in InterpretSingleOption() local
6608 dest_path.push_back(field->number()); in InterpretSingleOption()
6691 int index = repeated_option_counts_[dest_path]++; in InterpretSingleOption()
6692 dest_path.push_back(index); in InterpretSingleOption()
6694 interpreted_paths_[src_path] = dest_path; in InterpretSingleOption()

Completed in 37 milliseconds