Searched defs:fromPath (Results 1 – 8 of 8) 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()
179 string_view fromPath; in Rename() local
669 uint32_t MtpMediaLibrary::MoveObjectSub(const sf::path &fromPath, const sf::path &toPath, const boo… in MoveObjectSub()729 auto fromPath = sf::path(from); in MoveObject() local773 auto fromPath = sf::path(from); in CopyObject() local
962 static int32_t CopyFile(const char *fromPath, const char *toPath) in CopyFile()1014 char fromPath[FILE_NAME_MAX_BUF] = { 0 }; in CopyWork() local
972 const char *fromPath = "test"; variable