Lines Matching refs:string
17 #include <string>
38 std::string error_msg;
48 void DexoptTest::GenerateOatForTest(const std::string& dex_location,
49 const std::string& oat_location_in,
55 std::string dalvik_cache = GetDalvikCache(GetInstructionSetString(kRuntimeISA));
56 std::string dalvik_cache_tmp = dalvik_cache + ".redirected";
57 std::string oat_location = oat_location_in;
64 if (pos != std::string::npos) {
69 std::vector<std::string> args;
89 std::string image_location = GetImageLocation();
95 args.push_back("--compilation-reason=" + std::string(compilation_reason));
98 std::string error_msg;
152 void DexoptTest::GenerateOdexForTest(const std::string& dex_location,
153 const std::string& odex_location,
163 void DexoptTest::GeneratePicOdexForTest(const std::string& dex_location,
164 const std::string& odex_location,
181 std::string oat_location;
182 std::string error_msg;
201 bool DexoptTest::PreRelocateImage(const std::string& image_location, std::string* error_msg) {
202 std::string dalvik_cache;
217 std::string patchoat = GetAndroidRoot();
220 std::vector<std::string> argv;
224 argv.push_back("--instruction-set=" + std::string(GetInstructionSetString(kRuntimeISA)));
251 std::string error_msg;