Home
last modified time | relevance | path

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

/system/core/libpackagelistparser/
Dpackagelistparser.cpp69 int profileable_from_shell = 0; in parse_line() local
73 &info->seinfo, &gid_list, &profileable_from_shell, &info->version_code); in parse_line()
96 info->profileable_from_shell = profileable_from_shell; in parse_line()
Dpackagelistparser_test.cpp56 ASSERT_FALSE(packages[0]->profileable_from_shell); in TEST()
66 ASSERT_FALSE(packages[0]->profileable_from_shell); in TEST()
77 ASSERT_FALSE(packages[0]->profileable_from_shell); in TEST()
86 ASSERT_TRUE(packages[3]->profileable_from_shell); in TEST()
/system/core/libpackagelistparser/include/packagelistparser/
Dpackagelistparser.h55 bool profileable_from_shell; member
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp185 if (!(info->debuggable || info->profileable_from_shell)) { in main()