Searched refs:FileExists (Results 1 - 21 of 21) sorted by relevance

/art/runtime/
H A Dos.h50 static bool FileExists(const char* name);
H A Ddex2oat_environment_test.h57 ASSERT_TRUE(OS::FileExists(GetSystemImageFile().c_str()))
59 ASSERT_TRUE(OS::FileExists(GetDexSrc1().c_str()))
61 ASSERT_TRUE(OS::FileExists(GetStrippedDexSrc1().c_str()))
65 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str()))
H A Dos_linux.cc63 bool OS::FileExists(const char* name) { function in class:art::OS
H A Dutils.h301 bool FileExists(const std::string& filename);
H A Doat_file_assistant.cc693 if (!OS::FileExists(dex_location_.c_str())) {
1037 if (ret == nullptr && (VLOG_IS_ON(image) || OS::FileExists(art_file.c_str()))) {
H A Dcommon_runtime_test.cc123 if (!OS::FileExists(filename_.c_str())) {
H A Druntime.cc913 if (!OS::FileExists(dex_filename)) {
1787 if (!FileExists(profile_output_filename)) {
H A Doat_file.cc957 if (!OS::FileExists(filename.c_str())) {
H A Doat_file_assistant_test.cc945 EXPECT_TRUE(OS::FileExists(oat_location.c_str()));
H A Dutils.cc1464 bool FileExists(const std::string& filename) { function in namespace:art
/art/imgdiag/
H A Dimgdiag_test.cc77 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) {
91 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
/art/dexdump/
H A Ddexdump_test.cc47 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
/art/dexlist/
H A Ddexlist_test.cc51 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
/art/compiler/utils/
H A Dassembler_test_base.h71 if (!FileExists(asm_tool)) {
80 if (!FileExists(objdump_tool)) {
92 if (!FileExists(disassembler_tool)) {
207 bool have_assembler = FileExists(FindTool(assembler_cmd_name_));
242 bool have_objdump = FileExists(FindTool(objdump_cmd_name_));
441 static bool FileExists(std::string file) { function in class:art::AssemblerTestInfrastructure
/art/oatdump/
H A Doatdump_test.cc64 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
/art/cmdline/
H A Dcmdline.h48 if (OS::FileExists(system_filename.c_str())) {
/art/runtime/native/
H A Ddalvik_system_DexFile.cc355 if ((filename == nullptr) || !OS::FileExists(filename)) {
482 if ((filename == nullptr) || !OS::FileExists(filename)) {
/art/profman/
H A Dprofile_assistant_test.cc72 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
/art/patchoat/
H A Dpatchoat.cc60 if (OS::FileExists(system_filename.c_str())) {
122 if (OS::FileExists(name)) {
964 if (OS::FileExists(name)) {
/art/runtime/gc/space/
H A Dimage_space.cc153 if (OS::FileExists(system_image_filename.c_str())) {
175 *has_cache = OS::FileExists(cache_filename->c_str());
/art/dex2oat/
H A Ddex2oat.cc2096 if (!OS::FileExists(dex_filenames_[i])) {

Completed in 359 milliseconds