Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.h108 static int DeleteDumpFile(std::string path);
Dascend_kernel_runtime.cc1195 if (DeleteDumpFile(real_path) == -1) { in DeleteDumpDir()
1204 int AscendKernelRuntime::DeleteDumpFile(std::string path) { in DeleteDumpFile() function in mindspore::device::ascend::AscendKernelRuntime
1226 result = DeleteDumpFile(filepath); in DeleteDumpFile()