Home
last modified time | relevance | path

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

123

/third_party/mindspore/mindspore-src/source/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-src/source/mindspore/lite/src/common/
Dfile_utils.cc108 std::string real_path = lite::RealPath(file.c_str()); in ReadFileSegment() local
158 std::string real_path = RealPath(file); in ReadFile() local
225 char *real_path = _fullpath(resolved_path.get(), path, PATH_MAX); in RealPath() local
227 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
Dconfig_file.cc75 char *real_path = _fullpath(resolved_path.get(), file.c_str(), MAX_CONFIG_FILE_LENGTH); in GetAllSectionInfoFromConfigFile() local
77 char *real_path = realpath(file.c_str(), resolved_path.get()); in GetAllSectionInfoFromConfigFile() local
Ddynamic_library_loader.cc35 std::string real_path = RealPath(lib_path.c_str()); in Open() local
Dmmap_utils.cc29 auto real_path = RealPath(file.c_str()); in ReadFileByMmap() local
Dfile_utils.h83 auto real_path = lite::RealPath(file_path.c_str()); in WriteStrToFile() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/profiling/
Dprofiling.cc50 auto real_path = realpath(path, resolved_path.get()); in RealPath() local
62 auto real_path = RealPath(profiling_file.c_str()); in Init() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/common/
Dfile_util.cc83 char *real_path = _fullpath(resolved_path.get(), path, kMaxPathLen); in RealPath() local
85 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dparse_config_utils.cc34 std::string real_path = RealPath(file_path.c_str()); in ReadFileToIfstream() local
123 auto real_path = RealPath(config_file_path.c_str()); in ParseConfigFile() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/cropper/
Dcropper.cc138 std::string real_path = RealPath(file.c_str()); in GetModelFiles() local
157 …std::string real_path = RealPath(std::string(buf).substr(0, std::string(buf).length() - 1).c_str()… in GetModelFiles() local
/third_party/mindspore/mindspore-src/source/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-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dlj_speech_op.cc37 auto real_path = FileUtils::GetRealPath(folder_path_.c_str()); in PrepareData() local
119 auto real_path = FileUtils::GetRealPath(dir.c_str()); in CountTotalRows() local
Dspeech_commands_op.cc58 std::string real_path = real_dataset_dir.value(); in PrepareData() local
198 auto real_path = FileUtils::GetRealPath(dataset_dir_.c_str()); in CountTotalRows() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/profiler/
Doptions.cc47 char real_path[PATH_MAX] = {0}; in GetOutputPath() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/
Dakg_kernel_register.cc81 std::string real_path(real_path_mem); in RegAllOpFromFile() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/benchmark_train/
Dnet_train_base.cc54 std::string real_path = RealPath(file.c_str()); in ReadFileBuf() local
342 auto real_path = RealPath(path.c_str()); in InitDumpConfigFromJson() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/manager/
Dcustom_config_manager.cc54 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
/third_party/python/Mac/Tools/
Dpythonw.c158 static char real_path[PATH_MAX * 2]; in main() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/rdr/
Dgraph_recorder.cc32 void DumpIRProto(const std::string &real_path, const FuncGraphPtr &func_graph) { in DumpIRProto()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/cluster/topology/
Dutils.h89 char real_path[PATH_MAX] = {0}; in CheckFilePath() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/
Dacl_dump_json_writer.cc101 auto real_path = FileUtils::CreateNotExistDirs(dump_path, false); in WriteToFile() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dcommon.cc145 char real_path[PATH_MAX] = {0}; in CommonFuncForConfigPath() local
178 auto real_path = FileUtils::GetRealPath(common::SafeCStr(config_path_str)); in GetConfigFile() local
322 auto real_path = CreatePrefixPath(filename, true); in SaveStringToFile() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/custom/
Dcustom_julia_cpu_kernel.cc36 auto real_path = FileUtils::GetRealPath(path.c_str()); in Init() local
/third_party/vulkan-loader/tests/framework/shim/
Dunix_shim.cpp204 auto real_path = it->folder_path; in READDIR_FUNC_NAME() local
252 … std::filesystem::path real_path = platform_shim.get_real_path_from_fake_path(path.parent_path()); in ACCESS_FUNC_NAME() local
270 … auto real_path = platform_shim.get_real_path_from_fake_path(path.parent_path()) / path.filename(); in FOPEN_FUNC_NAME() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/
Dserialization.cc52 std::string real_path; in ReadFile() local

123