Home
last modified time | relevance | path

Searched defs:real_path (Results 1 – 25 of 47) sorted by relevance

12

/third_party/mindspore/mindspore/lite/java/native/common/
Djni_utils.cpp39 char *real_path = _fullpath(resolved_path.get(), path, 1024); in RealPath() local
41 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
/third_party/mindspore/mindspore/lite/src/common/
Dfile_utils.cc71 std::string real_path = RealPath(file); in ReadFile() local
118 char *real_path = _fullpath(resolved_path.get(), path, PATH_MAX); in RealPath() local
120 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
Dconfig_file.cc41 char *real_path = _fullpath(resolved_path.get(), file.c_str(), MAX_CONFIG_FILE_LENGTH); in GetSectionInfoFromConfigFile() local
43 char *real_path = realpath(file.c_str(), resolved_path.get()); in GetSectionInfoFromConfigFile() local
Ddynamic_library_loader.cc35 std::string real_path = RealPath(lib_path.c_str()); in Open() local
/third_party/mindspore/mindspore/lite/tools/common/
Dparse_config_utils.cc34 std::string real_path = RealPath(file_path.c_str()); in ReadFileToIfstream() local
104 auto real_path = RealPath(config_file_path.c_str()); in ParseConfigFile() local
/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc68 char real_path[PATH_MAX] = {0}; in CommonFuncForConfigPath() local
101 auto real_path = FileUtils::GetRealPath(common::SafeCStr(config_path_str)); in GetConfigFile() local
246 auto real_path = CreatePrefixPath(filename); in SaveStringToFile() local
/third_party/mindspore/mindspore/lite/examples/quick_start_cpp/
Dmain.cc46 char *real_path = _fullpath(resolved_path.get(), path, 1024); in RealPath() local
48 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
/third_party/mindspore/mindspore/lite/tools/cropper/
Dcropper.cc136 std::string real_path = RealPath(file.c_str()); in GetModelFiles() local
155 …std::string real_path = RealPath(std::string(buf).substr(0, std::string(buf).length() - 1).c_str()… in GetModelFiles() local
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_utils.cc62 char real_path[PATH_MAX] = {0}; in GetFileName() local
97 char real_path[PATH_MAX] = {0}; in GetParentDir() local
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dgraph_recorder.cc29 void DumpIRProto(const std::string &real_path, const FuncGraphPtr &func_graph) { in DumpIRProto()
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dakg_kernel_register.cc55 std::string real_path(real_path_mem); in RegAllOpFromFile() local
/third_party/curl/lib/
Dcurl_path.c39 char *real_path = NULL; in Curl_getworkingpath() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dfile_utils.cc35 char real_path[PATH_MAX] = {0}; in GetRealPath() local
/third_party/python/Mac/Tools/
Dpythonw.c158 static char real_path[PATH_MAX * 2]; in main() local
/third_party/mindspore/mindspore/lite/tools/converter/
Dconverter_flags.cc460 char *real_path = _fullpath(resolved_path.get(), file.c_str(), kPathLengthUpperLimit); in GetStrFromConfigFile() local
462 char *real_path = realpath(file.c_str(), resolved_path.get()); in GetStrFromConfigFile() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dsentence_piece_tokenizer_op.cc89 char real_path[PATH_MAX] = {0}; in GetModelRealPath() local
/third_party/node/deps/uvwasi/src/
Dfd_table.h15 char* real_path; member
Dfd_table.c62 const char* real_path, in uvwasi_fd_table_insert()
260 const char* real_path) { in uvwasi_fd_table_insert_preopen()
/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.cc132 char real_path[PATH_MAX] = {0}; in GetOutputPath() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Djson_helper.cc54 std::string real_path; in RealPath() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dprofiling.cc84 char real_path[PATH_MAX] = {0}; in Initialize() local
/third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/
Dmain.cc50 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.cc77 char real_path[PATH_MAX] = {0}; in GetBankPath() local
93 char real_path[PATH_MAX] = {0}; in GetTuneDumpPath() local
/third_party/mindspore/mindspore/ccsrc/utils/system/
Dsha256.cc46 char real_path[PATH_MAX] = {0}; in LoadFilePath() local
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
Dmain.cc45 char *real_path = _fullpath(resolved_path.get(), path, 1024); in RealPath() local
47 char *real_path = realpath(path, resolved_path.get()); in RealPath() local

12