Home
last modified time | relevance | path

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

/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
/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
/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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp28 char* realpath(const char* path, char* resolvedPath) in realpath() argument
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp172 char resolvedPath[PATH_MAX] = {'\0'}; in PollRun() local
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp28 char* realpath(const char* path, char* resolvedPath) in realpath() argument
415 char resolvedPath[PATH_MAX + 1] = { 0 }; in MakeFilePath() local
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp235 char resolvedPath[PATH_MAX] = {'\0'}; in LocalWriteOpen() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp273 std::string resolvedPath; in GetSafeData() local
/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp127 char resolvedPath[PATH_MAX] = { 0 }; in CheckFileNameValid() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp665 char resolvedPath[PATH_MAX] = { 0 }; in GetRealPath() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp366 char resolvedPath[100] = "/vendor/lib64/chipsetsdk/libaudio_bluetooth_hdi_proxy_server.z.so"; in InitAudioManager() local
368 char resolvedPath[100] = "/vendor/lib/chipsetsdk/libaudio_bluetooth_hdi_proxy_server.z.so"; in InitAudioManager() local
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp602 char resolvedPath[PATH_MAX + 1] = {'\0'}; in CloudOpenOnLocal() local
1479 char resolvedPath[PATH_MAX] = {'\0'}; in CheckPathForStartFuse() local
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp453 char resolvedPath[100] = "/system/lib64/libdms_interactive_adapter.z.so"; in GetDmsInteractiveAdapterProxy() local
455 char resolvedPath[100] = "/system/lib/libdms_interactive_adapter.z.so"; in GetDmsInteractiveAdapterProxy() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2683 char resolvedPath[PATH_MAX] = {0}; in LoadAbilityLibrary() local
2746 char resolvedPath[PATH_MAX] = {0}; in LoadAppDetailAbilityLibrary() local

Completed in 26 milliseconds