Home
last modified time | relevance | path

Searched defs:toPath (Results 1 – 10 of 10) 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.cpp183 string_view toPath; 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()
694 void CrossCopyAfter(bool isDir, const std::string &toPath) in CrossCopyAfter()
730 auto toPath = sf::path(to) / sf::path(from).filename(); in MoveObject() local
774 auto toPath = sf::path(to) / sf::path(from).filename(); 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()
1015 char toPath[FILE_NAME_MAX_BUF] = { 0 }; in CopyWork() local
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_guard_data_collect_sa_test.cpp1304 std::string toPath = "/data/test/unittest/resource/"; variable
/ohos5.0/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp973 const char *toPath = "test2"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp129 auto toPath = tempDir + ServiceConstants::PATH_SEPARATOR + MODULE_PREFIX in MoveTempPath() local