Lines Matching refs:string
37 bool clear_primary_reference_profile(const std::string& pkgname, const std::string& profile_name);
39 bool clear_primary_current_profile(const std::string& pkgname, const std::string& profile_name,
42 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name);
51 const std::string& pkgname,
52 const std::string& profile_name);
69 const std::string& package,
70 const std::string& profile_name,
71 const std::string& classpath);
74 const std::string& pkgname,
75 const std::string& profile_name,
76 const std::string& code_path);
78 bool copy_system_profile(const std::string& system_profile,
80 const std::string& pkgname,
81 const std::string& profile_name);
87 bool prepare_app_profile(const std::string& package_name,
90 const std::string& profile_name,
91 const std::string& code_path,
92 const std::unique_ptr<std::string>& dex_metadata);
96 bool reconcile_secondary_dex_file(const std::string& dex_path,
97 const std::string& pkgname, int uid, const std::vector<std::string>& isas,
98 const std::unique_ptr<std::string>& volumeUuid, int storage_flag,
101 bool hash_secondary_dex_file(const std::string& dex_path,
102 const std::string& pkgname, int uid, const std::unique_ptr<std::string>& volume_uuid,
109 const char* dexMetadataPath, const char* compilation_reason, std::string* error_msg);