Searched refs:DeleteDumpFile (Results 1 – 2 of 2) sorted by relevance
108 static int DeleteDumpFile(std::string path);
1195 if (DeleteDumpFile(real_path) == -1) { in DeleteDumpDir()1204 int AscendKernelRuntime::DeleteDumpFile(std::string path) { in DeleteDumpFile() function in mindspore::device::ascend::AscendKernelRuntime1226 result = DeleteDumpFile(filepath); in DeleteDumpFile()