Home
last modified time | relevance | path

Searched refs:real_path_ret (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dserialization.cc33 char *real_path_ret = nullptr; in RealPath() local
35 real_path_ret = _fullpath(real_path_mem, common::SafeCStr(file), PATH_MAX); in RealPath()
37 real_path_ret = realpath(common::SafeCStr(file), real_path_mem); in RealPath()
39 if (real_path_ret == nullptr) { in RealPath()
/third_party/mindspore/tests/st/cpp/model/
Dtest_zero_copy.cc193 char *real_path_ret = realpath(path.data(), real_path_mem); in RealPath() local
194 if (real_path_ret == nullptr) { in RealPath()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc1242 char *real_path_ret = realpath(path.c_str(), real_path_mem); in GetRealPath() local
1243 if (real_path_ret == nullptr) { in GetRealPath()