Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dproducer_support.cc59 const std::string& packages_list_path) { in CanProfileAndroid() argument
76 if (!base::ReadFile(packages_list_path, &content)) { in CanProfileAndroid()
77 PERFETTO_ELOG("Failed to read %s.", packages_list_path.c_str()); in CanProfileAndroid()
Dproducer_support.h35 const std::string& packages_list_path);