Lines Matching refs:string
27 std::string GetDexoptAnalyzerCmd() {
28 std::string file_path = GetTestAndroidRoot();
37 int Analyze(const std::string& dex_file,
40 std::string dexoptanalyzer_cmd = GetDexoptAnalyzerCmd();
41 std::vector<std::string> argv_str;
44 argv_str.push_back("--isa=" + std::string(GetInstructionSetString(kRuntimeISA)));
52 std::string error;
72 void Verify(const std::string& dex_file,
89 std::string dex_location = GetScratchDir() + "/DexNoOat.jar";
100 std::string dex_location = GetScratchDir() + "/OatUpToDate.jar";
112 std::string dex_location = GetScratchDir() + "/ProfileOatUpToDate.jar";
123 std::string dex_location = GetScratchDir() + "/Downgrade.jar";
134 std::string dex_location = GetScratchDir() + "/MultiDexOatUpToDate.jar";
143 std::string dex_location = GetScratchDir() + "/MultiDexSecondaryOutOfDate.jar";
160 std::string dex_location = GetScratchDir() + "/OatDexOutOfDate.jar";
175 std::string dex_location = GetScratchDir() + "/OatImageOutOfDate.jar";
194 std::string dex_location = GetScratchDir() + "/OatVerifyAtRuntimeImageOutOfDate.jar";
209 std::string dex_location = GetScratchDir() + "/DexOdexNoOat.jar";
210 std::string odex_location = GetOdexDir() + "/DexOdexNoOat.odex";
221 std::string dex_location = GetScratchDir() + "/StrippedDexOdexNoOat.jar";
222 std::string odex_location = GetOdexDir() + "/StrippedDexOdexNoOat.odex";
235 std::string dex_location = GetScratchDir() + "/StrippedDexOdexOat.jar";
236 std::string odex_location = GetOdexDir() + "/StrippedDexOdexOat.odex";
257 std::string dex_location = GetScratchDir() + "/ResourceOnlyDex.jar";
269 std::string dex_location = GetScratchDir() + "/OdexOatOverlap.jar";
270 std::string odex_location = GetOdexDir() + "/OdexOatOverlap.odex";
271 std::string oat_location = GetOdexDir() + "/OdexOatOverlap.oat";
285 std::string dex_location = GetScratchDir() + "/DexPicOdexNoOat.jar";
286 std::string odex_location = GetOdexDir() + "/DexPicOdexNoOat.odex";
297 std::string dex_location = GetScratchDir() + "/DexVerifyAtRuntimeOdexNoOat.jar";
298 std::string odex_location = GetOdexDir() + "/DexVerifyAtRuntimeOdexNoOat.odex";
309 std::string dex_location = GetScratchDir() + "/LongDexExtension.jarx";
317 std::string dex_location = "/xx";