Searched refs:file_path_str (Results 1 – 1 of 1) sorted by relevance
218 const std::string file_path_str = file_path.value(); in DumpToFile() local219 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()