Home
last modified time | relevance | path

Searched defs:resolvedPath (Results 1 - 25 of 44) sorted by relevance

12

/third_party/node/benchmark/fs/
H A Dbench-realpath.js33 function resolvedPath(n) { function
/foundation/arkui/napi/utils/platform/windows/
H A Dfile.cpp23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath() argument
/foundation/arkui/napi/utils/platform/unix_like/
H A Dfile.cpp23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath() argument
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_realpath_test.cpp78 char* resolvedPath = realpath("/proc/./version", nullptr); in HWTEST_F() local
91 char* resolvedPath = realpath("/dev/../proc/version", nullptr); in HWTEST_F() local
/foundation/filemanagement/dfs_service/utils/load/src/
H A Dplugin_loader.cpp65 char resolvedPath[PATH_MAX] = {'\0'}; in LoadCloudKitPlugin() local
/base/request/request/frameworks/js/napi/src/upload/
H A Dobtain_file.cpp96 char resolvedPath[PATH_MAX + 1] = { 0 }; in IsValidPath() local
/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
/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
/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
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h72 char resolvedPath[PATH_MAX] = {'\0'}; in SetCmd() local
/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp87 char *resolvedPath = (char *)malloc(PATH_MAX); in GenerateKey() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.cpp92 std::string resolvedPath = "/system/lib64/libcfwk_allconnect_client.z.so"; in GetServiceCollaborationManagerProxy() local
94 std::string resolvedPath = "/system/lib/libcfwk_allconnect_client.z.so"; in GetServiceCollaborationManagerProxy() local
/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
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.cpp63 char resolvedPath[_MAX_PATH] = {}; in resolveAbsolutePath() local
74 char resolvedPath[_MAX_PATH] = {}; in resolveAbsolutePath() local
91 char resolvedPath[PATH_MAX]; resolveAbsolutePath() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dprocess_group_util.cpp61 char resolvedPath[PATH_MAX] = { 0 }; in GetRealPath() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp209 char resolvedPath[PATH_MAX] = { 0 }; in GetCgroupFileContent() local
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/
H A Dkv_store.c40 static int GetResolvedPath(const char* dataPath, const char* key, char* resolvedPath, unsigned int len) in GetResolvedPath() argument
/vendor/hisilicon/hispark_aries/hals/security/permission_lite/
H A Dhal_pms.c196 char resolvedPath[PATH_MAX + 1] = {0x0}; in HalIsValidPath() local
/vendor/hisilicon/hispark_taurus/hals/security/permission_lite/
H A Dhal_pms.c196 char resolvedPath[PATH_MAX + 1] = {0x0}; in HalIsValidPath() local
/vendor/hisilicon/hispark_taurus_linux/hals/security/permission_lite/
H A Dhal_pms.c196 char resolvedPath[PATH_MAX + 1] = {0x0}; in HalIsValidPath() local
/vendor/hisilicon/hispark_taurus_mini_system/hals/security/permission_lite/
H A Dhal_pms.c196 char resolvedPath[PATH_MAX + 1] = {0x0}; in HalIsValidPath() local
/vendor/ohemu/qemu_small_system_demo/hals/security/permission_lite/
H A Dhal_pms.c198 char resolvedPath[PATH_MAX + 1] = {0x0}; in HalIsValidPath() local
/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp41 char resolvedPath[PATH_MAX] = { 0 }; in CanonicalizeSpecPath() local
70 std::string resolvedPath = CanonicalizeSpecPath((traceRootPath + traceMarker).c_str()); in MarkClockSync() local
/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
/base/request/request/frameworks/js/napi/src/legacy/
H A Drequest_manager.cpp205 char resolvedPath[PATH_MAX] = { 0 }; in IsPathValid() local

Completed in 11 milliseconds

12