Lines Matching refs:string
48 bool clear_primary_reference_profile(const std::string& pkgname, const std::string& profile_name);
50 bool clear_primary_current_profile(const std::string& pkgname, const std::string& profile_name,
53 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name);
62 const std::string& pkgname,
63 const std::string& profile_name);
80 const std::string& package,
81 const std::string& profile_name,
82 const std::string& classpath);
85 const std::string& pkgname,
86 const std::string& profile_name,
87 const std::string& code_path);
89 bool copy_system_profile(const std::string& system_profile,
91 const std::string& pkgname,
92 const std::string& profile_name);
98 bool prepare_app_profile(const std::string& package_name,
101 const std::string& profile_name,
102 const std::string& code_path,
103 const std::unique_ptr<std::string>& dex_metadata);
107 bool reconcile_secondary_dex_file(const std::string& dex_path,
108 const std::string& pkgname, int uid, const std::vector<std::string>& isas,
109 const std::unique_ptr<std::string>& volumeUuid, int storage_flag,
112 bool hash_secondary_dex_file(const std::string& dex_path,
113 const std::string& pkgname, int uid, const std::unique_ptr<std::string>& volume_uuid,
120 const char* dexMetadataPath, const char* compilation_reason, std::string* error_msg);