Home
last modified time | relevance | path

Searched refs:GetRealPath (Results 1 - 25 of 91) sorted by relevance

1234

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dfile_uri_helper_ohos.cpp20 std::string FileUriHelper::GetRealPath(std::string fileUriStr) in GetRealPath() function in OHOS::Ace::FileUriHelper
23 return fileUri.GetRealPath(); in GetRealPath()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_listener_test.cpp143 * @tc.desc: test GetRealPath function.
151 string realPath = SoftBusSessionListener::GetRealPath(TEST_URI); in HWTEST_F()
154 realPath = SoftBusSessionListener::GetRealPath(testUri2); in HWTEST_F()
157 realPath = SoftBusSessionListener::GetRealPath(testUri3); in HWTEST_F()
161 realPath = SoftBusSessionListener::GetRealPath(testUri4); in HWTEST_F()
165 realPath = SoftBusSessionListener::GetRealPath(testUri5); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/
H A Dbms_bundle_verifymanager_test.cpp300 * @tc.number: GetRealPath
301 * @tc.name: test GetRealPath
302 * @tc.desc: 1.GetRealPath test
307 auto ret1 = impl.GetRealPath(BUNDLE_NAME, USERID, DATA_STORAGE_EL1_BUNDLE_ONE); in HWTEST_F()
310 ret1 = impl.GetRealPath(BUNDLE_NAME, USERID, DATA_STORAGE_EL1_BUNDLE_TWO); in HWTEST_F()
313 ret1 = impl.GetRealPath(BUNDLE_NAME, USERID, DATA_STORAGE_EL1); in HWTEST_F()
316 ret1 = impl.GetRealPath(BUNDLE_NAME, USERID, DATA_STORAGE_EL1_I); in HWTEST_F()
319 ret1 = impl.GetRealPath(BUNDLE_NAME, USERID, DATA_STORAGE_EL2); in HWTEST_F()
322 ret1 = impl.GetRealPath(BUNDLE_NAME, USERID, DATA_STORAGE_EL2_I); in HWTEST_F()
325 ret1 = impl.GetRealPath(BUNDLE_NAM in HWTEST_F()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dprocess_group_util.cpp59 bool GetRealPath(const std::string& path, std::string& realPath) in GetRealPath() function
73 if (!GetRealPath(filePath, realPath)) { in ReadFileToString()
120 if (!GetRealPath(filePath, realPath)) { in ReadFileToStringForVFS()
153 if (!GetRealPath(filePath, realPath)) { in WriteStringToFile()
H A Dcgroup_controller.cpp28 #include "process_group_util.h" // for StringPrintf, GetRealPath, ReadFileT...
147 if (!GetRealPath(filePath, realPath)) { in AddThreadSchedPolicy()
169 if (!GetRealPath(filePath, realPath)) { in AddThreadGroupSchedPolicy()
/foundation/multimedia/av_session/services/session/adapter/
H A Dplugin_lib.cpp28 : libName_(GetRealPath(libName)), handle_(nullptr) in PluginLib()
78 std::string PluginLib::GetRealPath(const std::string &path) in GetRealPath() function in OHOS::AVSession::PluginLib
H A Dplugin_lib.h32 static std::string GetRealPath(const std::string &path);
/foundation/distributeddatamgr/pasteboard/framework/uri/
H A Duri_handler.cpp20 bool UriHandler::GetRealPath(const std::string &inOriPath, std::string &outRealPath) in GetRealPath() function in OHOS::MiscServices::UriHandler
49 if (!GetRealPath(uri, fileRealPath)) { in ToFd()
H A Duri_handler.h30 static bool GetRealPath(const std::string &inOriPath, std::string &outRealPath);
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp82 if (!GetRealPath(filePath, realPath)) { in DumpJsonValueToFile()
103 if (!GetRealPath(filePath, fullpath)) { in CreateNodeFile()
196 if (!GetRealPath(filePath, fullPath)) { in GetFileContent()
210 bool JsonUtils::GetRealPath(const std::string& partialPath, std::string& fullPath) in GetRealPath() function in OHOS::DevStandbyMgr::JsonUtils
/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_file_uri_helper_ohos.cpp19 std::string FileUriHelper::GetRealPath(std::string fileUriStr) in GetRealPath() function in OHOS::Ace::FileUriHelper
/foundation/filemanagement/app_file_service/test/unittest/file_uri_native/
H A Dfile_uri_test.cpp159 string path = fileUri.GetRealPath(); in HWTEST_F()
167 path = fileUri2.GetRealPath(); in HWTEST_F()
192 string path = fileUri.GetRealPath(); in HWTEST_F()
226 string path = fileUri.GetRealPath(); in HWTEST_F()
254 EXPECT_EQ(fileUri.GetRealPath(), fileStr); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dfile_uri_helper_preview.cpp19 std::string FileUriHelper::GetRealPath(std::string fileUriStr) in GetRealPath() function in OHOS::Ace::FileUriHelper
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dfile_uri_helper.h26 static std::string GetRealPath(std::string fileUriStr);
/foundation/barrierfree/accessibility/services/test/mock/distributeddatamgr/src/
H A Dmock_preferences_helper.cpp21 std::string PreferencesHelper::GetRealPath(const std::string& path, int& errorCode) in GetRealPath() function in OHOS::NativePreferences::PreferencesHelper
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Dos_api.h26 int GetRealPath(const std::string &inOriPath, std::string &outRealPath);
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file.cpp145 bool BFile::GetRealPath(const string &path, string &realPath) in GetRealPath() function in OHOS::FileManagement::Backup::BFile
173 if (!GetRealPath(from, oldPath)) { in MoveFile()
181 if (!GetRealPath(dirname(dir.get()), newPath)) { in MoveFile()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp71 std::string PreferencesHelper::GetRealPath(const std::string &path, int &errorCode) in GetRealPath() function in OHOS::NativePreferences::PreferencesHelper
141 std::string realPath = GetRealPath(options.filePath, errCode); in GetPreferences()
192 std::string realPath = GetRealPath(path, errCode); in DeletePreferences()
246 std::string realPath = GetRealPath(path, errCode); in RemovePreferencesFromCache()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/include/
H A Dprocess_group_util.h29 bool GetRealPath(const std::string& path, std::string& realPath);
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_helper.h76 static std::string GetRealPath(const std::string &path, int &errorCode);
/foundation/filemanagement/app_file_service/utils/include/b_filesystem/
H A Db_file.h84 static bool GetRealPath(const string &path, string &realPath);
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/include/
H A Dfile_uri.h30 std::string GetRealPath();
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp243 std::string Utils::GetRealPath(const std::string& path) in GetRealPath() function in OHOS::Rosen::Utils
303 const std::string realPath = GetRealPath(path); in IterateDirectory()
342 const std::string realPath = GetRealPath(path); in LoadLine()
357 const std::string realPath = GetRealPath(path); in LoadLines()
375 const std::string realPath = GetRealPath(path); in LoadContent()
431 const std::string realPath = GetRealPath(path); in FileDelete()
447 const std::string realPath = GetRealPath(path); in FileOpen()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_listener.h31 static std::string GetRealPath(const std::string &srcUri);
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Dphoto_editor_extension_context.cpp55 std::string panelPhysicalPath = fileUri.GetRealPath(); in SaveEditedContent()
111 std::string panelPhysicalPath = fileUri.GetRealPath(); in CopyImageToPanel()

Completed in 8 milliseconds

1234