/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | file_uri_helper_ohos.cpp | 20 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 D | softbus_session_listener_test.cpp | 143 * @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 D | bms_bundle_verifymanager_test.cpp | 300 * @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 D | process_group_util.cpp | 59 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 D | cgroup_controller.cpp | 28 #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 D | plugin_lib.cpp | 28 : 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 D | plugin_lib.h | 32 static std::string GetRealPath(const std::string &path);
|
/foundation/distributeddatamgr/pasteboard/framework/uri/ |
H A D | uri_handler.cpp | 20 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 D | uri_handler.h | 30 static bool GetRealPath(const std::string &inOriPath, std::string &outRealPath);
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | json_utils.cpp | 82 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 D | mock_file_uri_helper_ohos.cpp | 19 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 D | file_uri_test.cpp | 159 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 D | file_uri_helper_preview.cpp | 19 std::string FileUriHelper::GetRealPath(std::string fileUriStr) in GetRealPath() function in OHOS::Ace::FileUriHelper
|
/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | file_uri_helper.h | 26 static std::string GetRealPath(std::string fileUriStr);
|
/foundation/barrierfree/accessibility/services/test/mock/distributeddatamgr/src/ |
H A D | mock_preferences_helper.cpp | 21 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 D | os_api.h | 26 int GetRealPath(const std::string &inOriPath, std::string &outRealPath);
|
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_file.cpp | 145 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 D | preferences_helper.cpp | 71 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 D | process_group_util.h | 29 bool GetRealPath(const std::string& path, std::string& realPath);
|
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences_helper.h | 76 static std::string GetRealPath(const std::string &path, int &errorCode);
|
/foundation/filemanagement/app_file_service/utils/include/b_filesystem/ |
H A D | b_file.h | 84 static bool GetRealPath(const string &path, string &realPath);
|
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/include/ |
H A D | file_uri.h | 30 std::string GetRealPath();
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_utils.cpp | 243 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 D | softbus_session_listener.h | 31 static std::string GetRealPath(const std::string &srcUri);
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
H A D | photo_editor_extension_context.cpp | 55 std::string panelPhysicalPath = fileUri.GetRealPath(); in SaveEditedContent() 111 std::string panelPhysicalPath = fileUri.GetRealPath(); in CopyImageToPanel()
|