OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_secondary_dex
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
dexopt.cpp
116
static bool clear_reference_profile(const std::string& location, bool
is_secondary_dex
) {
117
return clear_profile(create_reference_profile_path(location,
is_secondary_dex
));
123
bool
is_secondary_dex
) {
124
return clear_profile(create_current_profile_path(user, pkgname,
is_secondary_dex
));
129
return clear_reference_profile(pkgname, /*
is_secondary_dex
*/false);
138
success &= clear_current_profile(pkgname, user, /*
is_secondary_dex
*/false);
145
return clear_current_profile(pkgname, user, /*
is_secondary_dex
*/false);
578
bool
is_secondary_dex
) {
579
std::string profile = create_current_profile_path(user, location,
is_secondary_dex
);
584
bool
is_secondary_dex
) {
1503
bool
is_secondary_dex
= (dexopt_flags & DEXOPT_SECONDARY_DEX) != 0;
local
[
all
...]
utils.h
86
userid_t user, const std::string& package_name, bool
is_secondary_dex
);
88
const std::string& package_name, bool
is_secondary_dex
);
utils.cpp
243
bool
is_secondary_dex
) {
244
if (
is_secondary_dex
) {
254
std::string create_reference_profile_path(const std::string& location, bool
is_secondary_dex
) {
255
if (
is_secondary_dex
) {
[
all
...]
Completed in 45 milliseconds