Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/utils/
Ddfx_test_util.cpp218 std::string fileNamePrefix = "cppcrash-" + std::to_string(pid); in GetCppCrashFileName() local
222 if (file.find(fileNamePrefix) != std::string::npos) { in GetCppCrashFileName()