Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc218 const std::string file_path_str = file_path.value(); in DumpToFile() local
219 ChangeFileMode(file_path_str, S_IWUSR); in DumpToFile()
220 std::ofstream fd(file_path_str, std::ios::out | std::ios::trunc | std::ios::binary); in DumpToFile()
222 MS_LOG(EXCEPTION) << "Open file " << file_path_str << " failed." << ErrnoToString(errno); in DumpToFile()
230 MS_LOG(EXCEPTION) << "Write mem to file " << file_path_str << " failed."; in DumpToFile()
233 ChangeFileMode(file_path_str, S_IRUSR); in DumpToFile()