Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
Dbbox_detector_plugin.cpp83 std::string doneFile = logDir + "/DONE"; in WaitForLogs() local
84 if (!Tbox::WaitForDoneFile(doneFile, 60)) { // 60s in WaitForLogs()
85 HIVIEW_LOGE("can not find file: %{public}s", doneFile.c_str()); in WaitForLogs()