Home
last modified time | relevance | path

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

123

/third_party/node/benchmark/fs/
H A Dbench-realpath.js33 function resolvedPath(n) { function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dfilesystem.cpp27 std::array<char, PATH_MAX> resolvedPath; in GetAbsolutePath() local
/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
/drivers/hdf_core/framework/core/host/src/
H A Dhdf_load_vdi.c27 char resolvedPath[PATH_MAX + 1] = {0}; in HdfLoadVdi() local
/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
/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
/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
/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
/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
/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
/foundation/filemanagement/dfs_service/utils/load/src/
H A Dplugin_loader.cpp65 char resolvedPath[PATH_MAX] = {'\0'}; in LoadCloudKitPlugin() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dfile_stream.cpp72 char resolvedPath[PATH_MAX] = {0}; in FilePathValid() 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
/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp55 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase() local
H A Daudio_alsa_libcapture_test.cpp51 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase() local
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp66 char resolvedPath[] = HDF_LIBRARY_FULL_PATH("libaudio_capture_adapter"); in SetUpTestCase() 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

Completed in 10 milliseconds

123