Searched defs:is_secondary_dex (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 147 bool is_secondary_dex) { in clear_reference_profile() 154 userid_t user, bool is_secondary_dex) { in clear_current_profile() 671 const std::string& location, bool is_secondary_dex) { in open_current_profile() 678 const std::string& location, bool read_write, bool is_secondary_dex) { in open_reference_profile() 690 const std::string& location, bool is_secondary_dex, in open_profile_files() 833 const std::string& location, bool is_secondary_dex) { in analyze_profiles() 1123 int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) { in set_permissions_and_ownership() 1160 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) { in create_oat_out_path() 1288 bool generate_app_image, bool is_public, int uid, bool is_secondary_dex) { in maybe_open_app_image() 1364 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_reference_profile() [all …]
|
D | utils.cpp | 263 const std::string& location, bool is_secondary_dex) { in create_current_profile_path() 282 const std::string& location, bool is_secondary_dex) { in create_reference_profile_path()
|