Home
last modified time | relevance | path

Searched defs:dst_path (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/services/src/
H A Dhmos_timezone_mount.cpp125 bool copySingleFile(const std::filesystem::path& src_path, const std::filesystem::path& dst_path) in copySingleFile()
156 std::filesystem::path dst_path = std::filesystem::path(SAFE_PATH) / file; in CopyDataFile() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_add_handler.py490 def _write_file(self, dst_path, file_info): argument