Searched defs:is_secondary_dex (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 233 bool is_secondary_dex) { in clear_reference_profile() 240 userid_t user, bool is_secondary_dex) { in clear_current_profile() 436 const std::string& location, bool is_secondary_dex) { in open_current_profile() 443 const std::string& location, bool read_write, bool is_secondary_dex) { in open_reference_profile() 464 bool is_secondary_dex) { in open_reference_profile_as_unique_file() 483 const std::string& location, bool is_secondary_dex, in open_profile_files() 662 const std::string& location, bool is_secondary_dex) { in analyze_profiles() 962 int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) { in set_permissions_and_ownership() 999 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) { in create_oat_out_path() 1023 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_app_image() [all …]
|
D | otapreopt.cpp | 432 bool is_secondary_dex = (dexopt_flags & DEXOPT_SECONDARY_DEX) != 0; in IsAotCompilation() local
|
D | utils.cpp | 354 const std::string& location, bool is_secondary_dex) { in create_current_profile_path() 373 const std::string& location, bool is_secondary_dex) { in create_reference_profile_path()
|