| /third_party/mindspore/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/lite/src/common/ |
| D | file_utils.cc | 71 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
|
| D | config_file.cc | 41 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
|
| D | dynamic_library_loader.cc | 35 std::string real_path = RealPath(lib_path.c_str()); in Open() local
|
| /third_party/mindspore/mindspore/lite/tools/common/ |
| D | parse_config_utils.cc | 34 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/ |
| D | common.cc | 68 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/ |
| 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/lite/tools/cropper/ |
| D | cropper.cc | 136 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/ |
| D | shard_utils.cc | 62 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/ |
| D | graph_recorder.cc | 29 void DumpIRProto(const std::string &real_path, const FuncGraphPtr &func_graph) { in DumpIRProto()
|
| /third_party/mindspore/mindspore/ccsrc/cxx_api/ |
| D | akg_kernel_register.cc | 55 std::string real_path(real_path_mem); in RegAllOpFromFile() local
|
| /third_party/curl/lib/ |
| D | curl_path.c | 39 char *real_path = NULL; in Curl_getworkingpath() local
|
| /third_party/mindspore/mindspore/ccsrc/utils/ |
| D | file_utils.cc | 35 char real_path[PATH_MAX] = {0}; in GetRealPath() local
|
| /third_party/python/Mac/Tools/ |
| D | pythonw.c | 158 static char real_path[PATH_MAX * 2]; in main() local
|
| /third_party/mindspore/mindspore/lite/tools/converter/ |
| D | converter_flags.cc | 460 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/ |
| D | sentence_piece_tokenizer_op.cc | 89 char real_path[PATH_MAX] = {0}; in GetModelRealPath() local
|
| /third_party/node/deps/uvwasi/src/ |
| D | fd_table.h | 15 char* real_path; member
|
| D | fd_table.c | 62 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/ |
| D | memory_profiling.cc | 132 char real_path[PATH_MAX] = {0}; in GetOutputPath() local
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
| D | json_helper.cc | 54 std::string real_path; in RealPath() local
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/ |
| D | profiling.cc | 84 char real_path[PATH_MAX] = {0}; in Initialize() local
|
| /third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/ |
| D | main.cc | 50 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
| D | tbe_utils.cc | 77 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/ |
| D | sha256.cc | 46 char real_path[PATH_MAX] = {0}; in LoadFilePath() local
|
| /third_party/mindspore/mindspore/lite/examples/runtime_cpp/ |
| D | main.cc | 45 char *real_path = _fullpath(resolved_path.get(), path, 1024); in RealPath() local 47 char *real_path = realpath(path, resolved_path.get()); in RealPath() local
|