Lines Matching refs:string
60 void RegisterAppInfo(const std::string& package_name,
61 const std::vector<std::string>& code_paths,
62 const std::string& profile_output_filename,
63 const std::string& ref_profile_filename,
67 void RegisterOdexStatus(const std::string& code_path,
68 const std::string& compiler_filter,
69 const std::string& compilation_reason,
70 const std::string& odex_status);
78 void GetPrimaryApkOptimizationStatus(std::string* out_compiler_filter,
79 std::string* out_compilation_reason);
86 std::string GetPrimaryApkReferenceProfile();
93 std::string GetPrimaryApkPath();
100 CodeType GetRegisteredCodeType(const std::string& code_path);
111 std::optional<std::string> compiler_filter;
115 std::optional<std::string> compilation_reason;
118 std::optional<std::string> odex_status;
121 std::optional<std::string> cur_profile_path;
124 std::optional<std::string> ref_profile_path;
128 std::optional<std::string> package_name_ GUARDED_BY(update_mutex_);
131 SafeMap<std::string, CodeLocationInfo> registered_code_locations_ GUARDED_BY(update_mutex_);