Home
last modified time | relevance | path

Searched refs:from_path (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/model_utils/
Dmoxing_adapter.py45 def sync_data(from_path, to_path): argument
58 print("from path: ", from_path)
60 mox.file.copy_parallel(from_path, to_path)
73 print("Finish sync data from {} to {}.".format(from_path, to_path))
/third_party/glib/gio/kqueue/
Dkqueue-helper.c120 const char *from_path, in handle_moved() argument
136 from_path, to_path, NULL, g_get_monotonic_time ()); in handle_moved()
Ddep-list.h38 const char *from_path, ino_t from_inode,
/third_party/gn/src/base/files/
Dfile_util_posix.cc207 bool ReplaceFile(const FilePath& from_path, in ReplaceFile() argument
210 if (rename(from_path.value().c_str(), to_path.value().c_str()) == 0) in ReplaceFile()
669 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() argument
671 infile = File(from_path, File::FLAG_OPEN | File::FLAG_READ); in CopyFile()
Dfile_util_win.cc222 bool ReplaceFile(const FilePath& from_path, in ReplaceFile() argument
227 if (::MoveFile(ToWCharT(&from_path.value()), ToWCharT(&to_path.value()))) in ReplaceFile()
235 if (::ReplaceFile(ToWCharT(&to_path.value()), ToWCharT(&from_path.value()), in ReplaceFile()
Dfile_util.h83 bool ReplaceFile(const FilePath& from_path,
/third_party/boost/tools/boostdep/src/
Dboostdep.cpp1700 virtual void from_path( std::vector<std::string> const & path ) = 0;
1814 actions.from_path( j->second ); in output_module_subset_report_()
1855 void from_path( std::vector<std::string> const & path ) in from_path() function
1892 void from_path( std::vector<std::string> const & path ) in from_path() function
/third_party/json/include/nlohmann/
Djson.hpp8371 … const auto from_path = get_value("move", "from", true).template get<std::string>(); in patch() local
8372 json_pointer from_ptr(from_path); in patch()
8388 … const auto from_path = get_value("copy", "from", true).template get<std::string>(); in patch() local
8389 const json_pointer from_ptr(from_path); in patch()
/third_party/json/single_include/nlohmann/
Djson.hpp24859 … const auto from_path = get_value("move", "from", true).template get<std::string>(); in patch() local
24860 json_pointer from_ptr(from_path); in patch()
24876 … const auto from_path = get_value("copy", "from", true).template get<std::string>(); in patch() local
24877 const json_pointer from_ptr(from_path); in patch()