| /third_party/mindspore/mindspore-src/source/mindspore/lite/java/native/common/ |
| D | jni_utils.cpp | 39 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/ |
| D | file_utils.cc | 108 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
|
| D | config_file.cc | 75 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
|
| D | dynamic_library_loader.cc | 35 std::string real_path = RealPath(lib_path.c_str()); in Open() local
|
| D | mmap_utils.cc | 29 auto real_path = RealPath(file.c_str()); in ReadFileByMmap() local
|
| D | file_utils.h | 83 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/ |
| D | profiling.cc | 50 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/ |
| D | file_util.cc | 83 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/ |
| D | parse_config_utils.cc | 34 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/ |
| D | cropper.cc | 138 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/ |
| D | main.cc | 46 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/ |
| D | lj_speech_op.cc | 37 auto real_path = FileUtils::GetRealPath(folder_path_.c_str()); in PrepareData() local 119 auto real_path = FileUtils::GetRealPath(dir.c_str()); in CountTotalRows() local
|
| D | speech_commands_op.cc | 58 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/ |
| D | options.cc | 47 char real_path[PATH_MAX] = {0}; in GetOutputPath() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/ |
| D | akg_kernel_register.cc | 81 std::string real_path(real_path_mem); in RegAllOpFromFile() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/benchmark_train/ |
| D | net_train_base.cc | 54 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/ |
| D | custom_config_manager.cc | 54 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
|
| /third_party/python/Mac/Tools/ |
| D | pythonw.c | 158 static char real_path[PATH_MAX * 2]; in main() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/rdr/ |
| D | graph_recorder.cc | 32 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/ |
| D | utils.h | 89 char real_path[PATH_MAX] = {0}; in CheckFilePath() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/ |
| D | acl_dump_json_writer.cc | 101 auto real_path = FileUtils::CreateNotExistDirs(dump_path, false); in WriteToFile() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/ |
| D | common.cc | 145 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/ |
| D | custom_julia_cpu_kernel.cc | 36 auto real_path = FileUtils::GetRealPath(path.c_str()); in Init() local
|
| /third_party/vulkan-loader/tests/framework/shim/ |
| D | unix_shim.cpp | 204 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/ |
| D | serialization.cc | 52 std::string real_path; in ReadFile() local
|