Home
last modified time | relevance | path

Searched defs:StartApp (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dtest_util.h176 bool StartApp(const std::string& start_cmd) { in StartApp() function
H A Dcmd_record_test.cpp695 bool StartApp(const std::string& start_cmd) { return app_helper_.StartApp(start_cmd); } in StartApp() function in RecordingAppHelper