Lines Matching full:c_str
92 ASSERT_EQ(0, rename(dalvik_cache.c_str(), dalvik_cache_tmp.c_str())) << strerror(errno);
111 ASSERT_EQ(0, rename(dalvik_cache_tmp.c_str(), dalvik_cache.c_str())) << strerror(errno);
115 std::unique_ptr<OatFile> odex_file(OatFile::Open(odex_location.c_str(),
116 odex_location.c_str(),
121 dex_location.c_str(),
232 std::unique_ptr<OatFile> oat_file(OatFile::Open(oat_location->c_str(),
233 oat_location->c_str(),
250 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
280 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
301 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
303 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
331 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile);
333 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
357 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile);
359 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, true, false);
383 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
385 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
395 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
406 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
412 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
439 OatFileAssistant oat_file_assistant(dex_location.c_str(),
440 oat_location.c_str(),
446 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
458 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
461 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
488 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
524 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
560 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
572 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
582 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
627 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
639 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
688 OatFileAssistant oat_file_assistant(dex_location.c_str(),
689 oat_location.c_str(), kRuntimeISA, false, true);
732 c_str());
747 OatFileAssistant oat_file_assistant(dex_location.c_str(),
748 oat_location.c_str(), kRuntimeISA, false, true);
764 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
785 OatFileAssistant oat_file_assistant(dex_location.c_str(),
786 oat_location.c_str(), kRuntimeISA, false, true);
806 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
821 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
849 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
872 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
875 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
881 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
891 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kInterpretOnly);
894 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
900 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
910 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
913 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
919 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
933 dex_location.c_str(), oat_location.c_str(), kRuntimeISA, false, true);
942 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
945 EXPECT_TRUE(OS::FileExists(oat_location.c_str()));
948 OatFileAssistant ofm(dex_location.c_str(), kRuntimeISA, false, false);
964 dex_location.c_str(), oat_location.c_str(), kRuntimeISA, false, true);
980 dex_location.c_str(), oat_location.c_str(), kRuntimeISA, false, true);
1029 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
1047 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
1073 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, false);
1101 dex_location_.c_str(),
1102 oat_location_.c_str(),
1170 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
1176 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());
1192 OatFileAssistant oat_file_assistant(dex_location.c_str(), kRuntimeISA, false, true);
1198 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str());