Lines Matching refs:string
169 std::string GetStatusDump();
184 void GetOptimizationStatus(std::string* out_odex_location,
185 std::string* out_compilation_filter,
186 std::string* out_compilation_reason,
187 std::string* out_odex_status);
189 static void GetOptimizationStatus(const std::string& filename,
191 std::string* out_compilation_filter,
192 std::string* out_compilation_reason);
212 const std::string& dex_location,
245 static bool DexLocationToOdexFilename(const std::string& location,
247 std::string* odex_filename,
248 std::string* error_msg);
256 static bool DexLocationToOatFilename(const std::string& location,
258 std::string* oat_filename,
259 std::string* error_msg);
267 /* out */ std::string* dex_location,
268 /* out */ std::string* vdex_filename);
272 static bool IsAnonymousVdexBasename(const std::string& basename);
288 const std::string* Filename();
325 void Reset(const std::string& filename,
362 std::string filename_;
393 bool DexChecksumUpToDate(const VdexFile& file, std::string* error_msg);
398 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
415 std::string dex_location_;
462 std::string cached_boot_class_path_;
463 std::string cached_boot_class_path_checksums_;