Home
last modified time | relevance | path

Searched defs:fromPath (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_sal.c56 APPSPAWN_STATIC void HnpRelPath(const char *fromPath, const char *toPath, char *relPath) in HnpRelPath()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.cpp131 bool OhosFilesystem::Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) in Rename()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp155 bool StdFilesystem::Rename(const string_view fromPath, const string_view toPath) in Rename()
H A Dproxy_filesystem.cpp182 bool ProxyFilesystem::Rename(const string_view fromPath, const string_view toPath) in Rename()
H A Dfile_manager.cpp179 string_view fromPath; in Rename() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_media_library.cpp669 uint32_t MtpMediaLibrary::MoveObjectSub(const sf::path &fromPath, const sf::path &toPath, const boo… in MoveObjectSub()
729 auto fromPath = sf::path(from); in MoveObject() local
773 auto fromPath = sf::path(from); in CopyObject() local
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c962 static int32_t CopyFile(const char *fromPath, const char *toPath) in CopyFile()
1014 char fromPath[FILE_NAME_MAX_BUF] = { 0 }; in CopyWork() local
/ohos5.0/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp972 const char *fromPath = "test"; variable