Home
last modified time | relevance | path

Searched defs:realPath (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_scanner_manager.cpp49 std::string realPath; in ScanFile() local
72 std::string realPath; in ScanFileSync() local
97 std::string realPath; in ScanDir() local
120 std::string realPath; in ScanDirSync() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner_manager.cpp51 string realPath; in ScanFile() local
74 string realPath; in ScanFileSync() local
100 string realPath; in ScanFileSyncWithoutAlbumUpdate() local
126 string realPath; in ScanDir() local
149 string realPath; in ScanDirSync() local
/ohos5.0/base/update/updater/interfaces/kits/misc_info/
H A Dmisc_info.cpp26 char *realPath = realpath(path.c_str(), NULL); in WriteUpdaterMessage() local
58 char *realPath = realpath(path.c_str(), NULL); in ReadUpdaterMessage() local
119 char *realPath = realpath(path.c_str(), NULL); in WriteUpdaterParaMisc() local
161 char *realPath = realpath(path.c_str(), NULL); in ReadUpdaterParaMisc() local
/ohos5.0/base/security/code_signature/test/unittest/
H A Dlocal_code_sign_utils_test.cpp57 std::string realPath; variable
79 std::string realPath; variable
101 std::string realPath = DEMO_AN_PATH2 + "invalid"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialib_statistic_test/src/
H A Dmedia_space_statistics_test.cpp547 const string realPath = "/storage/cloud/100/files/Pictures/MediaSpaceStatistics_test_007.jpg"; variable
576 …const string realPath = "/storage/cloud/100/files/Docs/Documents/MediaSpaceStatistics_test_008.txt… variable
607 …const string realPath = "/storage/cloud/100/files/Docs/Download/MediaSpaceStatistics_test_009.txt"; variable
634 …const string realPath = "/storage/cloud/100/files/Docs/Documents/MediaSpaceStatistics_test_010.txt… variable
663 …const string realPath = "/storage/cloud/100/files/Docs/Documents/test1/MediaSpaceStatistics_test_0… variable
694 const string realPath = "/storage/cloud/100/files/Docs/Documents/weixin/test.txt"; variable
725 …const string realPath = "/storage/cloud/100/files/Docs/Download/weixin/MediaSpaceStatistics_test_0… variable
756 …const string realPath = "/storage/cloud/100/files/Camera/weixin/MediaSpaceStatistics_test_014.jpg"; variable
785 …const string realPath = "/storage/cloud/100/files/Docs/Download/weixin/MediaSpaceStatistics_test_0… variable
847 const string realPath = "/storage/cloud/100/files/Videos/MediaSpaceStatistics_test_017.mp4"; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp48 bool BundleFileUtil::CheckFilePath(const std::string &bundlePath, std::string &realPath) in CheckFilePath()
93 std::string realPath = ""; in CheckFilePath() local
108 std::string realPath = ""; in CheckFilePath() local
186 std::string realPath = ""; in GetHapFilesFromBundlePath() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dprocess_group_util.cpp59 bool GetRealPath(const std::string& path, std::string& realPath) in GetRealPath()
72 std::string realPath; in ReadFileToString() local
119 std::string realPath; in ReadFileToStringForVFS() local
152 std::string realPath; in WriteStringToFile() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h61 char realPath[PATH_MAX] = { 0x00 }; in GetAsset() local
105 char realPath[PATH_MAX] = { 0x00 }; in GetAssetPath() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/importfile_fuzzer/
H A Dimportfile_fuzzer.cpp56 bool MakeImportFile(const uint8_t *data, size_t size, const std::string &realPath) in MakeImportFile()
76 std::string realPath; in LLVMFuzzerTestOneInput() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.cpp21 bool RealPath(const std::string& fileName, char* realPath) in RealPath()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dfile_operator.cpp50 char realPath[PATH_MAX] = {0}; in InputFileByPathAndContent() local
91 char realPath[PATH_MAX] = {0}; in GetFileContentByPath() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp154 std::string realPath = GetRealPath(options.filePath, errCode); in GetPreferences() local
198 std::string realPath = GetRealPath(path, errCode); in DeletePreferences() local
252 std::string realPath = GetRealPath(path, errCode); in RemovePreferencesFromCache() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlog_query_result_ohos.cpp46 std::string realPath; in GetNext() local
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_firmware_handler.c35 char realPath[PATH_MAX] = { 0 }; in HandleFimwareDeviceEvent() local
/ohos5.0/base/security/code_signature/utils/src/
H A Dfile_helper.cpp30 std::string realPath; in CheckFilePathValid() local
/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp35 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in IsPartitionUpdated() local
119 char *realPath = realpath(miscBlockDevice.c_str(), NULL); in RecordPartitionUpdateStatus() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dfile_asset_provider_impl.cpp60 char realPath[PATH_MAX] = { 0x00 }; in GetAsMapping() local
110 char realPath[PATH_MAX] = { 0x00 }; in GetAssetPath() local
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_utils.cpp33 bool CheckFilePath(const std::string &fileName, std::string &realPath) in CheckFilePath()
/ohos5.0/base/inputmethod/imf/services/file/src/
H A Dfile_operator.cpp87 auto realPath = GetRealPath(cfgFiles->paths[i]); in Read() local
124 char realPath[PATH_MAX] = { 0x00 }; in GetRealPath() local
/ohos5.0/base/startup/init/services/modules/reboot/
H A Dreboot_misc.c37 char *realPath = GetRealPath(path); in RBMiscWriteUpdaterMessage() local
56 char *realPath = GetRealPath(path); in RBMiscReadUpdaterMessage() local
/ohos5.0/foundation/multimedia/av_session/utils/include/
H A Davsession_utils.h41 char realPath[PATH_MAX] = { 0x00 }; in WriteImageToFile() local
77 char realPath[PATH_MAX] = { 0x00 }; in ReadImageFromFile() local
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Dlib_loader.cpp38 std::string realPath; in LoadLib() local
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp301 char realPath[PATH_MAX] = {}; in ReadProFile() local
330 void ReadProConfigFile(const std::string &realPath, int32_t deviceId, in ReadProConfigFile()
384 char realPath[PATH_MAX] = {}; in ReadJsonFile() local
437 static int32_t ReadConfigFile(const std::string &realPath, DeviceConfig &devConf) in ReadConfigFile()
481 char realPath[PATH_MAX] = {}; in ReadTomlFile() local
518 char realPath[PATH_MAX] = {}; in ReadCursorStyleFile() local
551 char realPath[PATH_MAX] = {}; in FileVerification() local
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/src/
H A Dpkg_verify.cpp46 std::string realPath {}; in Verify() local
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/src/
H A Dfile_uri.cpp87 string realPath = sandboxPath; in GetRealPath() local
108 string realPath = sandboxPath; in GetRealPathBySA() local

12345678910>>...12