Home
last modified time | relevance | path

Searched refs:PathToRealPath (Results 1 - 25 of 65) sorted by relevance

123

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_video_capture_test.cpp247 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 Dringtone_scanner_manager.cpp50 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 Dringtone_metadata_extractor.cpp104 if (!PathToRealPath(data->GetData(), absFilePath)) { in ExtractAudioMetadata()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner_manager.cpp52 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 Degl_wrapper_loader.cpp59 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 Dmoving_photo_file_utils.cpp187 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 Ddirectory_ex.h144 bool PathToRealPath(const std::string& path, std::string& realPath);
/foundation/multimedia/image_framework/mock/native/include/
H A Ddirectory_ex.h113 * 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 Dplatform_adp.cpp81 if (!PathToRealPath(path, realPath)) { in CheckAndNormalizePath()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_directory_ex_test.cpp106 * @tc.desc: test PathToRealPath
114 bool ptr = PathToRealPath(path, realPath); in HWTEST_F()
H A Dpixelmap_native_ndk_test.cpp686 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 Dimage_utils_test.cpp210 * @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 Ddirectory_ex.cpp97 bool PathToRealPath(const string& path, string& realPath) in PathToRealPath() function
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dfile_packer_stream.cpp46 if (!ImageUtils::PathToRealPath(dirPath, realPath)) { in FilePackerStream()
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dmock.cpp20 __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 Dfile_utils.cpp36 if (!PathToRealPath(filePath, realPathStr)) { in GetRealAndValidPath()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/data_source/
H A Dmedia_data_source_test_seekable.cpp31 if (!PathToRealPath(uri, realPath)) { in Create()
H A Dmedia_data_source_test_noseek.cpp31 if (!PathToRealPath(uri, realPath)) { in Create()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp158 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 Drs_property_trace.cpp96 if (!PathToRealPath(configFilePath, newpath)) { in InitNodeAndPropertyInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_util.cpp126 if (!OHOS::PathToRealPath(filePath, realPath)) { in ReadFileToBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_utils.h40 static bool PathToRealPath(const std::string &path, std::string &realPath);
/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp138 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 Dringtone_file_utils.cpp306 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 Dringtone_data_manager.cpp319 if (!PathToRealPath(asset->GetPath(), absFilePath)) { in OpenRingtoneFile()
341 if (!PathToRealPath(asset->GetPath(), absFilePath)) { in OpenVibrateFile()

Completed in 16 milliseconds

123