Searched refs:fname (Results 1 – 3 of 3) sorted by relevance
78 static void HandleNotify(int32_t type, const std::string& fname);
423 void Faultlogger::HandleNotify(int32_t type, const std::string& fname) in HandleNotify() argument425 HIVIEW_LOGE("HandleNotify file:[%{public}s]\n", fname.c_str()); in HandleNotify()427 std::thread collector(&AsanCollector::Collect, &g_collector, fname); in HandleNotify()
331 std::string fname { ss.str() }; in MakeConfigFileName() local332 Utility::RemoveSpace(fname); in MakeConfigFileName()335 sp << "/vendor/etc/keymap/" << fname << ".TOML"; in MakeConfigFileName()