Home
last modified time | relevance | path

Searched defs:resolvedPath (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_tarball/
H A Db_tarball_factory.cpp48 auto resolvedPath = BExcepUltils::Canonicalize(root); in UntarFort() local
74 auto resolvedPath = make_unique<char[]>(PATH_MAX); in TarFilter() local
126 auto resolvedPath = make_unique<char[]>(PATH_MAX); in GetTarballDirAndName() local
/ohos5.0/foundation/arkui/napi/utils/platform/unix_like/
H A Dfile.cpp23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath()
/ohos5.0/foundation/arkui/napi/utils/platform/windows/
H A Dfile.cpp23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiolibaudiobindservicecapture_fuzzer/
H A Daudiolibaudiobindservicecapture_fuzzer.cpp26 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioLibAudioBindserviceCaptureFuzzTest() local
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiolibaudiobindservicerender_fuzzer/
H A Daudiolibaudiobindservicerender_fuzzer.cpp26 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioLibAudioBindserviceRenderFuzzTest() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.cpp65 char resolvedPath[_MAX_PATH] = {}; in ResolveAbsolutePath() local
76 char resolvedPath[_MAX_PATH] = {}; in ResolveAbsolutePath() local
93 char resolvedPath[PATH_MAX + 1] = { 0 }; in ResolveAbsolutePath() local
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_load_vdi.c27 char resolvedPath[PATH_MAX + 1] = {0}; in HdfLoadVdi() local
/ohos5.0/foundation/filemanagement/dfs_service/utils/load/src/
H A Dplugin_loader.cpp65 char resolvedPath[PATH_MAX] = {'\0'}; in LoadCloudKitPlugin() local
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/
H A Daudiointerfacelibctlcapturecmdid_fuzzer.cpp25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioInterfacelibctlcaptureCmdidFuzzTest() local
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlrendercmdid_fuzzer/
H A Daudiointerfacelibctlrendercmdid_fuzzer.cpp25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioInterfacelibctlrenderCmdidFuzzTest() local
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/
H A Daudiointerfaceliboutputcapturecmdid_fuzzer.cpp25 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in AudioInterfaceliboutputcaptureCmdidFuzzTest() local
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputrendercmdid_fuzzer/
H A Daudiointerfaceliboutputrendercmdid_fuzzer.cpp24 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_render_adapter"); in AudioInterfaceliboutputrenderCmdidFuzzTest() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.cpp90 std::string resolvedPath = "/system/lib64/libcfwk_allconnect_client.z.so"; in GetServiceCollaborationManagerProxy() local
92 std::string resolvedPath = "/system/lib/libcfwk_allconnect_client.z.so"; in GetServiceCollaborationManagerProxy() local
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp36 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
65 std::string resolvedPath = CanonicalizeSpecPath((traceRootPath + traceMarker).c_str()); in MarkClockSync() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h72 char resolvedPath[PATH_MAX] = {'\0'}; in SetCmd() local
/ohos5.0/base/time/time_service/services/time/src/
H A Dtime_zone_info.cpp90 std::unique_ptr<char[]> resolvedPath = std::make_unique<char[]>(PATH_MAX + 1); in GetTimeZoneAvailableIDs() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp259 char resolvedPath[_MAX_PATH] = {}; in ResolveAbsolutePath() local
276 char resolvedPath[PATH_MAX]; in ResolveAbsolutePath() local
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Dobtain_file.cpp96 char resolvedPath[PATH_MAX + 1] = { 0 }; in IsValidPath() local
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_common.cpp61 char resolvedPath[PATH_MAX + 1] = { 0 }; in IsPathValid() local
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_file.cpp101 auto resolvedPath = make_unique<char[]>(PATH_MAX + 1); // 1: size for '\0' in CopyFile() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp246 char resolvedPath[PATH_MAX]; in IsDirExist() local
317 std::unique_ptr<char[]> resolvedPath = std::make_unique<char[]>(PATH_MAX); in GetTimeZoneAvailableIDs() local
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp28 char* realpath(const char* path, char* resolvedPath) in realpath()
414 char resolvedPath[PATH_MAX + 1] = { 0 }; in MakeFilePath() local
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_dfx.cpp138 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
163 std::string resolvedPath = CanonicalizeSpecPath(dataFile.c_str()); in Compress() local
/ohos5.0/base/global/i18n/services/src/
H A Dhmos_timezone_mount.cpp50 std::unique_ptr<char[]> resolvedPath = std::make_unique<char[]>(PATH_MAX); in Init() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dprocess_group_util.cpp61 char resolvedPath[PATH_MAX] = { 0 }; in GetRealPath() local

123