/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/ |
H A D | medialibrary_multistages_video_capture_test.cpp | 247 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
in HWTEST_F() 248 EXPECT_TRUE(PathToRealPath(tempFilePath, absTempFilePath));
in HWTEST_F() 275 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
in HWTEST_F() 276 EXPECT_TRUE(!PathToRealPath(tempFilePath, absTempFilePath));
in HWTEST_F() 283 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
in HWTEST_F() 284 EXPECT_TRUE(!PathToRealPath(tempFilePath, absTempFilePath));
in HWTEST_F() 291 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
in HWTEST_F() 292 EXPECT_TRUE(!PathToRealPath(tempFilePath, absTempFilePath));
in HWTEST_F() 315 EXPECT_TRUE(!PathToRealPath(tempFilePath, absTempFilePath));
in HWTEST_F() 341 EXPECT_TRUE(PathToRealPath(filePat in HWTEST_F() [all...] |
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/ |
H A D | ringtone_scanner_manager.cpp | 50 if (!PathToRealPath(path, realPath)) { in ScanFile() 73 if (!PathToRealPath(path, realPath)) { in ScanFileSync() 98 if (!PathToRealPath(path, realPath)) { in ScanDir() 121 if (!PathToRealPath(path, realPath)) { in ScanDirSync()
|
H A D | ringtone_metadata_extractor.cpp | 104 if (!PathToRealPath(data->GetData(), absFilePath)) { in ExtractAudioMetadata()
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | media_scanner_manager.cpp | 52 if (!PathToRealPath(path, realPath)) { in ScanFile() 75 if (!PathToRealPath(path, realPath)) { in ScanFileSync() 101 if (!PathToRealPath(path, realPath)) { in ScanFileSyncWithoutAlbumUpdate() 127 if (!PathToRealPath(path, realPath)) { in ScanDir() 150 if (!PathToRealPath(path, realPath)) { in ScanDirSync()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_loader.cpp | 59 if (!PathToRealPath(path, realPath) || in LoadEgl() 68 if (!PathToRealPath(path, realPath) || in LoadEgl() 113 if (!PathToRealPath(path, realPath) || in LoadGl() 121 if (!PathToRealPath(path, realPath) || in LoadGl()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 187 if (!PathToRealPath(extraPath, absExtraPath)) { in ReadExtraFile() 260 if (!PathToRealPath(imagePath, absImagePath)) { in GetExtraDataLen() 357 CHECK_AND_RETURN_RET_LOG(PathToRealPath(imagePath, absImagePath), in ConvertToLivePhoto() 365 CHECK_AND_RETURN_RET_LOG(PathToRealPath(videoPath, absVideoPath), in ConvertToLivePhoto() 377 CHECK_AND_RETURN_RET_LOG(PathToRealPath(cachePath, absCachePath), in ConvertToLivePhoto() 411 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceImagePath, absSourceImagePath), in ConvertToSourceLivePhoto() 417 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceVideoPath, absSourceVideoPath), in ConvertToSourceLivePhoto() 425 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceCachePath, absSourceCachePath), in ConvertToSourceLivePhoto() 442 if (!PathToRealPath(path, absPath)) { in IsLivePhoto() 511 if (!PathToRealPath(destPat in SendLivePhoto() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | directory_ex.h | 144 bool PathToRealPath(const std::string& path, std::string& realPath);
|
/foundation/multimedia/image_framework/mock/native/include/ |
H A D | directory_ex.h | 113 * The PathToRealPath function is get real path from relative path, 116 bool PathToRealPath(const std::string& path, std::string& realPath);
|
/foundation/multimedia/image_framework/plugins/manager/src/common/ |
H A D | platform_adp.cpp | 81 if (!PathToRealPath(path, realPath)) { in CheckAndNormalizePath()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | mock_directory_ex_test.cpp | 106 * @tc.desc: test PathToRealPath
114 bool ptr = PathToRealPath(path, realPath);
in HWTEST_F()
|
H A D | pixelmap_native_ndk_test.cpp | 686 if (!ImageUtils::PathToRealPath(IMAGE_JPEG_PATH.c_str(), realPath)) { in HWTEST_F() 687 if (!ImageUtils::PathToRealPath(IMAGE_JPEG_PATH_TEST.c_str(), realPath)) { in HWTEST_F() 730 if (!ImageUtils::PathToRealPath(IMAGE_JPEG_PATH.c_str(), realPath)) { in HWTEST_F() 731 if (!ImageUtils::PathToRealPath(IMAGE_JPEG_PATH_TEST.c_str(), realPath)) { in HWTEST_F()
|
H A D | image_utils_test.cpp | 210 * @tc.desc: PathToRealPath 218 bool res = ImageUtils::PathToRealPath(path, realPath); in HWTEST_F() 225 * @tc.desc: PathToRealPath 237 bool res = ImageUtils::PathToRealPath(path, realPath); in HWTEST_F()
|
/foundation/multimedia/image_framework/mock/native/src/ |
H A D | directory_ex.cpp | 97 bool PathToRealPath(const string& path, string& realPath) in PathToRealPath() function
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/ |
H A D | file_packer_stream.cpp | 46 if (!ImageUtils::PathToRealPath(dirPath, realPath)) { in FilePackerStream()
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | mock.cpp | 20 __attribute__((visibility("default"))) bool PathToRealPath(const std::string &path, std::string &realPath) in PathToRealPath() function
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/ |
H A D | file_utils.cpp | 36 if (!PathToRealPath(filePath, realPathStr)) { in GetRealAndValidPath()
|
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/data_source/ |
H A D | media_data_source_test_seekable.cpp | 31 if (!PathToRealPath(uri, realPath)) { in Create()
|
H A D | media_data_source_test_noseek.cpp | 31 if (!PathToRealPath(uri, realPath)) {
in Create()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 158 if (path.empty() || !PathToRealPath(apDir, realPath)) { in IsExistApFile() 881 if (!isRealPath && !PathToRealPath(dir, filePath)) { in GetDiskUsage() 923 if (!PathToRealPath(currentPath, filePath)) { in TraverseCacheDirectory() 1032 if (!PathToRealPath(dirPath, realPath)) { in ScanDir() 1081 if (!PathToRealPath(currentPath, filePath)) { in ScanSoFiles() 1241 if (!PathToRealPath(dir, realPath)) { in ObtainQuickFixFileDir() 1290 if (!PathToRealPath(sourceDir, realPath)) { in CopyFiles() 1545 if (!PathToRealPath(srcDir, realPath)) { in MoveFiles() 1551 if (!PathToRealPath(desDir, realDesDir)) { in MoveFiles() 1703 if (!PathToRealPath(desDi in CopyDriverSoFiles() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_trace.cpp | 96 if (!PathToRealPath(configFilePath, newpath)) { in InitNodeAndPropertyInfo()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_util.cpp | 126 if (!OHOS::PathToRealPath(filePath, realPath)) { in ReadFileToBuffer()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_utils.h | 40 static bool PathToRealPath(const std::string &path, std::string &realPath);
|
/foundation/multimedia/media_library/frameworks/native/c_api/ |
H A D | media_asset_change_request_impl.cpp | 138 bool result = OHOS::PathToRealPath(path, realPath); in AddResourceWithUri() 457 CHECK_AND_RETURN_RET_LOG(OHOS::PathToRealPath(srcRealPath, absFilePath), E_FAIL, "Not real path %{public}s", in CopyFileToMediaLibrary() 490 CHECK_AND_RETURN_RET_LOG(OHOS::PathToRealPath(realPath, absFilePath), false, in SendToCacheFile()
|
/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | ringtone_file_utils.cpp | 306 if (!PathToRealPath(filePath, absFilePath)) { in OpenFile() 350 if (!PathToRealPath(filePath, absFilePath)) { in OpenVibrateFile() 425 if (!PathToRealPath(filePath, absFilePath)) { in CopyFileUtil()
|
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_data_manager.cpp | 319 if (!PathToRealPath(asset->GetPath(), absFilePath)) { in OpenRingtoneFile() 341 if (!PathToRealPath(asset->GetPath(), absFilePath)) { in OpenVibrateFile()
|