Home
last modified time | relevance | path

Searched defs:realPath (Results 1 - 25 of 133) sorted by relevance

123456

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dfile_path_helper_test.cpp31 std::string realPath; in HWTEST_F_L0() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlog_query_result_ohos.cpp46 std::string realPath; in GetNext() local
/base/security/code_signature/utils/src/
H A Dfile_helper.cpp30 std::string realPath; in CheckFilePathValid() local
/base/startup/init/ueventd/
H A Dueventd_firmware_handler.c35 char realPath[PATH_MAX] = { 0 }; in HandleFimwareDeviceEvent() local
/base/security/security_guard/services/security_collector/src/
H A Dlib_loader.cpp37 std::string realPath; in LoadLib() local
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsStdlibTest.cpp67 char *realPath = (char *)malloc(256); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime_controller.cpp73 std::string_view realPath = buffer.data(); in CanLoadPandaFile() local
/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstring_util.h32 inline bool RealPath(const std::string& path, std::string& realPath) in RealPath() argument
/base/startup/appspawn/modules/common/
H A Dappspawn_begetctl.c44 char *realPath = realpath(ptyName, NULL); in RunAppSandbox() local
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_file_utils.cpp32 std::string realPath = path; in Open() local
/base/update/updater/utils/
H A Dutils_common.cpp38 bool PathToRealPath(const std::string &path, std::string &realPath) in PathToRealPath() argument
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/databaseoncreate_fuzzer/
H A Ddatabaseoncreate_fuzzer.cpp37 std::string realPath = RdbSqlUtils::GetDefaultDatabasePath(databaseDir, name, errorCode); in DatabaseOnCreateFuzzTest() local
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/pmsdatabaseoncreate_fuzzer/
H A Dpmsdatabaseoncreate_fuzzer.cpp37 std::string realPath = RdbSqlUtils::GetDefaultDatabasePath(databaseDir, name, errorCode); in PmsDatabaseOnCreateFuzzTest() local
/kernel/liteos_a/fs/proc/src/
H A Dproc_shellcmd.c60 char realPath[PATH_MAX] = {'\0'}; in OsShellCmdWriteProc() local
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dfilesystem.cpp100 std::string realPath; in CreateEmptyFile() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dfile_stream.cpp55 std::pair<bool, std::string> realPath = FilePathValid(fileName); in Initialize() local
/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
/base/msdp/device_status/intention/scheduler/plugin_manager/include/
H A Dplugin_manager.h112 char realPath[PATH_MAX] = { 0 }; in LoadLibrary() local
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_helper.cpp26 int32_t CodeSignHelper::ParseCodeSignBlock(const std::string &realPath, in ParseCodeSignBlock() argument
/base/security/code_signature/test/unittest/
H A Dlocal_code_sign_utils_test.cpp57 std::string realPath; in HWTEST_F() local
79 std::string realPath; in HWTEST_F() local
101 std::string realPath = DEMO_AN_PATH2 + "invalid"; in HWTEST_F() local
/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
[all...]
/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
[all...]
H A Ddata_writer.cpp40 char *realPath = realpath(path.c_str(), NULL); in OpenPath() local
/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); WriteUpdaterParaMisc() local
161 char *realPath = realpath(path.c_str(), NULL); ReadUpdaterParaMisc() local
[all...]
/base/update/updater/services/diffpatch/
H A Ddiffpatch.cpp44 char realPath[PATH_MAX] = { 0 }; in PatchMapFile() local

Completed in 7 milliseconds

123456