Lines Matching refs:string
50 bool clear_primary_reference_profile(const std::string& pkgname, const std::string& profile_name);
52 bool clear_primary_current_profile(const std::string& pkgname, const std::string& profile_name,
55 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name);
64 const std::string& pkgname,
65 const std::string& profile_name);
82 const std::string& package,
83 const std::string& profile_name,
84 const std::string& classpath);
87 const std::string& pkgname,
88 const std::string& profile_name,
89 const std::string& code_path);
91 bool copy_system_profile(const std::string& system_profile,
93 const std::string& pkgname,
94 const std::string& profile_name);
100 bool prepare_app_profile(const std::string& package_name,
103 const std::string& profile_name,
104 const std::string& code_path,
105 const std::optional<std::string>& dex_metadata);
109 bool reconcile_secondary_dex_file(const std::string& dex_path,
110 const std::string& pkgname, int uid, const std::vector<std::string>& isas,
111 const std::optional<std::string>& volumeUuid, int storage_flag,
114 bool hash_secondary_dex_file(const std::string& dex_path,
115 const std::string& pkgname, int uid, const std::optional<std::string>& volume_uuid,
122 const char* dexMetadataPath, const char* compilation_reason, std::string* error_msg);