Home
last modified time | relevance | path

Searched refs:PathToRealPath (Results 1 – 25 of 108) sorted by relevance

12345

/ohos5.0/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));
275 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
283 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
291 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
341 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
369 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
376 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
407 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
443 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
478 EXPECT_TRUE(PathToRealPath(filePath, absFilePath));
[all …]
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp188 if (!PathToRealPath(extraPath, absExtraPath)) { in ReadExtraFile()
261 if (!PathToRealPath(imagePath, absImagePath)) { in GetExtraDataLen()
356 CHECK_AND_RETURN_RET_LOG(PathToRealPath(imagePath, absImagePath), in ConvertToLivePhoto()
364 CHECK_AND_RETURN_RET_LOG(PathToRealPath(videoPath, absVideoPath), in ConvertToLivePhoto()
376 CHECK_AND_RETURN_RET_LOG(PathToRealPath(cachePath, absCachePath), in ConvertToLivePhoto()
413 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceImagePath, absSourceImagePath), in ConvertToSourceLivePhoto()
419 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceVideoPath, absSourceVideoPath), in ConvertToSourceLivePhoto()
444 if (!PathToRealPath(path, absPath)) { in IsLivePhoto()
487 if (!PathToRealPath(destPath, absDestPath)) { in SendLivePhoto()
579 if (!PathToRealPath(livePhotoPath, absLivePhotoPath)) { in ConvertToMovingPhoto()
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/directory_benchmark_test/
H A Ddirectory_benchmark_test.cpp430 bool ret = PathToRealPath(path, realpath); in BENCHMARK_F()
447 bool ret = PathToRealPath(path, realpath); in BENCHMARK_F()
464 bool ret = PathToRealPath(path, realpath); in BENCHMARK_F()
481 bool ret = PathToRealPath(path, realpath); in BENCHMARK_F()
501 bool ret = PathToRealPath(path, realpath); in BENCHMARK_F()
517 bool ret = PathToRealPath(path, realpath); in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_directory_test.cpp515 bool ret = PathToRealPath(path, realpath);
528 bool ret = PathToRealPath(path, realpath);
541 bool ret = PathToRealPath(path, realpath);
554 bool ret = PathToRealPath(path, realpath);
570 bool ret = PathToRealPath(path, realpath);
582 bool ret = PathToRealPath(path, realpath);
/ohos5.0/base/security/code_signature/test/unittest/
H A Dlocal_code_sign_utils_test.cpp59 bool bRet = OHOS::PathToRealPath(DEMO_AN_PATH2, realPath);
81 bool bRet = OHOS::PathToRealPath(DEMO_AN_PATH2, realPath);
/ohos5.0/base/update/updater/utils/include/
H A Dutils_common.h27 bool PathToRealPath(const std::string &path, std::string &realPath);
/ohos5.0/base/security/code_signature/utils/src/
H A Dfile_helper.cpp31 if (!OHOS::PathToRealPath(path, realPath)) { in CheckFilePathValid()
/ohos5.0/base/update/updater/utils/
H A Dutils_common.cpp38 bool PathToRealPath(const std::string &path, std::string &realPath) in PathToRealPath() function
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Dlib_loader.cpp39 if (!PathToRealPath(m_libPath, realPath) || realPath.find("/system/lib") != 0) { in LoadLib()
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/
H A Dsmart_parser.cpp32 if (!FileUtil::PathToRealPath(analysisConfig, config) || config.empty()) { in Analysis()
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/src/
H A Dpkg_verify.cpp47 if (!Utils::PathToRealPath(pkgPath, realPath)) { in Verify()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlog_query_result_ohos.cpp47 …if ((!info->logPath.empty()) && OHOS::HiviewDFX::FileUtil::PathToRealPath(info->logPath, realPath)… in GetNext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.h144 bool PathToRealPath(const std::string& path, std::string& realPath);
/ohos5.0/foundation/multimedia/image_framework/mock/native/include/
H A Ddirectory_ex.h116 bool PathToRealPath(const std::string& path, std::string& realPath);
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dplatform_adp.cpp81 if (!PathToRealPath(path, realPath)) { in CheckAndNormalizePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp171 if (path.empty() || !PathToRealPath(apDir, realPath)) { in IsExistApFile()
1002 if (!isRealPath && !PathToRealPath(dir, filePath)) { in GetDiskUsage()
1044 if (!PathToRealPath(currentPath, filePath)) { in TraverseCacheDirectory()
1154 if (!PathToRealPath(dirPath, realPath)) { in ScanDir()
1203 if (!PathToRealPath(currentPath, filePath)) { in ScanSoFiles()
1363 if (!PathToRealPath(dir, realPath)) { in ObtainQuickFixFileDir()
1412 if (!PathToRealPath(sourceDir, realPath)) { in CopyFiles()
1665 if (!PathToRealPath(srcDir, realPath)) { in MoveFiles()
1671 if (!PathToRealPath(desDir, realDesDir)) { in MoveFiles()
1823 if (!PathToRealPath(desDir, realDesDir)) { in CopyDriverSoFiles()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_directory_ex_test.cpp114 bool ptr = PathToRealPath(path, realPath);
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/directory_fuzzer/
H A Ddirectory_fuzzer.cpp58 PathToRealPath(overLongPath, realPath1); in DirectoryTestFunc()
/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_utils.cpp184 if (!OHOS::PathToRealPath(path, realPath)) { in EnforceCodeSignForFile()
228 if (!OHOS::PathToRealPath(path, realPath)) { in ProcessCodeSignBlock()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dfile_packer_stream.cpp46 if (!ImageUtils::PathToRealPath(dirPath, realPath)) { in FilePackerStream()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp153 if (!FileUtil::PathToRealPath(filePath, realPath)) { in MergeFreezeJsonFile()
229 if (!FileUtil::PathToRealPath(filePath, realPath)) { in InitLogBody()
251 if (!FileUtil::PathToRealPath(ffrtPath, realPath)) { in InitLogFfrt()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Ddirectory_ex.h165 bool PathToRealPath(const std::string& path, std::string& realPath);

12345