Home
last modified time | relevance | path

Searched defs:resolved_path (Results 1 – 23 of 23) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/java/native/common/
Djni_utils.cpp33 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in RealPath() local
/third_party/musl/porting/uniproton/kernel/src/misc/
Drealpath.c53 char *realpath(const char *__restrict path, char *__restrict resolved_path) in realpath()
/third_party/musl/porting/liteos_m/kernel/src/misc/
Drealpath.c53 char *realpath(const char *__restrict path, char *__restrict resolved_path) in realpath()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/misc/
Drealpath.c53 char *realpath(const char *__restrict path, char *__restrict resolved_path) in realpath()
/third_party/ntfs-3g/libntfs-3g/
Drealpath.c26 char *ntfs_realpath(const char *path, char *resolved_path) in ntfs_realpath()
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/manager/
Dcustom_config_manager.cc49 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in RealPath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/profiling/
Dprofiling.cc45 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in RealPath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/common/
Dfile_util.cc77 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in RealPath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Dconfig_file.cc68 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in GetAllSectionInfoFromConfigFile() local
Dfile_utils.cc219 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in RealPath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/quick_start_cpp/
Dmain.cc40 auto resolved_path = std::make_unique<char[]>(max); in RealPath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/runtime_gpu_extend/
Dmain.cc44 auto resolved_path = std::make_unique<char[]>(max); in RealPath() local
/third_party/selinux/libselinux/src/
Dmatchpathcon.c385 int realpath_not_final(const char *name, char *resolved_path) in realpath_not_final()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dinline_type_alias.rs347 let resolved_path = ctx.sema.resolve_path(&path.path()?)?; in get_type_alias() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/runtime_cpp/
Dmain.cc40 auto resolved_path = std::make_unique<char[]>(max); in RealPath() local
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c761 realpath(const char *path, char *resolved_path) in realpath()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/
Dconverter.cc660 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in GetStrFromConfigFile() local
/third_party/libfuse/example/
Dpassthrough_hp.cc1248 char* resolved_path = realpath(argv[1], NULL); in parse_options() local
/third_party/python/Python/
Dfileutils.c1968 wchar_t *resolved_path, size_t resolved_path_len) in _Py_wrealpath()
/third_party/rust/rust/src/librustdoc/html/
Dformat.rs801 fn resolved_path<'cx>( in resolved_path() function
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c5119 static char resolved_path[PATH_MAX]; in resolve_fd_to_realpath() local
/third_party/musl/ldso/linux/
Ddynlink.c5933 static char resolved_path[PATH_MAX]; in resolve_fd_to_realpath() local
/third_party/libbpf/src/
Dlibbpf.c12131 char resolved_path[512]; local