Lines Matching refs:string
23 #include <string>
163 bool Lock(std::string* error_msg);
211 // to a string describing why there was a failure or the update was not
215 std::string* error_msg);
227 std::string GetStatusDump();
238 static void GetOptimizationStatus(const std::string& filename,
240 std::string* out_compilation_filter,
241 std::string* out_compilation_reason);
261 const std::string& dex_location,
292 // If there is a failure, the value of error_msg will be set to a string
297 static bool Dex2Oat(const std::vector<std::string>& args, std::string* error_msg);
305 static bool DexLocationToOdexFilename(const std::string& location,
307 std::string* odex_filename,
308 std::string* error_msg);
316 static bool DexLocationToOatFilename(const std::string& location,
318 std::string* oat_filename,
319 std::string* error_msg);
326 std::string location;
329 std::string* error_msg);
343 const std::string* Filename();
381 void Reset(const std::string& filename,
420 std::string filename_;
446 // to a string describing why there was a failure or the update was not
451 std::string* error_msg);
465 bool DexChecksumUpToDate(const VdexFile& file, std::string* error_msg);
470 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
477 // Returns an empty string if the image location could not be retrieved.
481 static std::string ImageLocation();
502 std::string dex_location_;