Home
last modified time | relevance | path

Searched refs:FileExists (Results 1 – 13 of 13) sorted by relevance

/system/update_engine/payload_consumer/
Dcertificate_parser_android_unittest.cc38 ASSERT_TRUE(utils::FileExists(ota_cert.c_str())); in TEST()
Dpostinstall_runner_action.cc166 if (!utils::FileExists(mountable_device.c_str())) { in MountPartition()
172 if (!utils::FileExists(fs_mount_dir_.c_str())) { in MountPartition()
Ddelta_performer.cc965 if (utils::FileExists(public_key_path_.c_str())) { in GetPublicKey()
983 if (utils::FileExists(update_certificates_path_.c_str())) { in CreatePayloadVerifier()
Ddelta_performer_unittest.cc171 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in SetUp()
Ddelta_performer_integration_test.cc807 ASSERT_TRUE(utils::FileExists(public_key_path.c_str())); in ApplyDeltaFile()
/system/core/storaged/
Dstoraged_info.cpp51 bool FileExists(const std::string& filename) in FileExists() function
63 if (FileExists(emmc_info_t::emmc_sysfs)) return new emmc_info_t; in get_storage_info()
65 if (FileExists(ufs_info_t::health_file)) { in get_storage_info()
/system/core/fastboot/
Dfilesystem.cpp86 bool FileExists(const std::string& path) { in FileExists() function
/system/core/fs_mgr/tests/
Dfile_wait_test.cpp42 TEST_F(FileWaitTest, FileExists) { in TEST_F() argument
/system/update_engine/payload_generator/
Dmapfile_filesystem.cc59 if (!utils::FileExists(mapfile_filename.c_str())) { in CreateFromFile()
Dpayload_generation_config.cc68 TEST_AND_RETURN_FALSE(utils::FileExists(path.c_str())); in ValidateExists()
Dgenerate_delta_main.cc606 CHECK(utils::FileExists(FLAGS_apex_info_file.c_str())); in Main()
/system/update_engine/common/
Dutils.h170 bool FileExists(const char* path);
Dutils.cc540 bool FileExists(const char* path) { in FileExists() function