Searched defs:toPath (Results 1 – 10 of 10) sorted by relevance
56 APPSPAWN_STATIC void HnpRelPath(const char *fromPath, const char *toPath, char *relPath) in HnpRelPath()
131 bool OhosFilesystem::Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) in Rename()
155 bool StdFilesystem::Rename(const string_view fromPath, const string_view toPath) in Rename()
182 bool ProxyFilesystem::Rename(const string_view fromPath, const string_view toPath) in Rename()
183 string_view toPath; in Rename() local
669 uint32_t MtpMediaLibrary::MoveObjectSub(const sf::path &fromPath, const sf::path &toPath, const boo… in MoveObjectSub()694 void CrossCopyAfter(bool isDir, const std::string &toPath) in CrossCopyAfter()730 auto toPath = sf::path(to) / sf::path(from).filename(); in MoveObject() local774 auto toPath = sf::path(to) / sf::path(from).filename(); in CopyObject() local
962 static int32_t CopyFile(const char *fromPath, const char *toPath) in CopyFile()1015 char toPath[FILE_NAME_MAX_BUF] = { 0 }; in CopyWork() local
1304 std::string toPath = "/data/test/unittest/resource/"; variable
973 const char *toPath = "test2"; variable
129 auto toPath = tempDir + ServiceConstants::PATH_SEPARATOR + MODULE_PREFIX in MoveTempPath() local