Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/java/native/common/
Djni_utils.cpp33 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in RealPath() local
/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/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/node/benchmark/fs/
Dbench-realpathSync.js8 const resolved_path = path.resolve(__dirname, '../../lib/'); constant
Dbench-realpath.js6 const resolved_path = path.resolve(__dirname, '../../lib/'); constant
/third_party/ntfs-3g/libntfs-3g/
Drealpath.c26 char *ntfs_realpath(const char *path, char *resolved_path) in ntfs_realpath()
/third_party/node/deps/uvwasi/src/
Dpath_resolver.c302 char** resolved_path, in uvwasi__resolve_path_to_host()
369 char** resolved_path, in uvwasi__resolve_path()
Duvwasi.c1569 char* resolved_path; in uvwasi_path_create_directory() local
1619 char* resolved_path; in uvwasi_path_filestat_get() local
1679 char* resolved_path; in uvwasi_path_filestat_set_times() local
1866 char* resolved_path; in uvwasi_path_open() local
2021 char* resolved_path; in uvwasi_path_readlink() local
2081 char* resolved_path; in uvwasi_path_remove_directory() local
2285 char* resolved_path; in uvwasi_path_unlink_file() local
/third_party/mindspore/mindspore/lite/src/common/
Dfile_utils.cc112 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in RealPath() local
Dconfig_file.cc34 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in GetSectionInfoFromConfigFile() local
/third_party/mindspore/mindspore/lite/examples/quick_start_cpp/
Dmain.cc40 auto resolved_path = std::make_unique<char[]>(max); in RealPath() local
/third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/
Dmain.cc44 auto resolved_path = std::make_unique<char[]>(max); in RealPath() local
/third_party/mindspore/mindspore/lite/tools/converter/
Dconverter_flags.cc453 auto resolved_path = std::make_unique<char[]>(PATH_MAX); in GetStrFromConfigFile() local
/third_party/selinux/libselinux/src/
Dmatchpathcon.c387 int realpath_not_final(const char *name, char *resolved_path) in realpath_not_final()
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c625 realpath(const char *path, char *resolved_path) in realpath()
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
Dmain.cc39 auto resolved_path = std::make_unique<char[]>(max); in RealPath() local
/third_party/python/Python/
Dfileutils.c1944 wchar_t *resolved_path, size_t resolved_path_len) in _Py_wrealpath()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_writer.cc48 char resolved_path[PATH_MAX] = {0}; in GetFullPathFromFileName() local