Searched refs:FileExists (Results 1 – 12 of 12) sorted by relevance
38 ASSERT_TRUE(utils::FileExists(ota_cert.c_str())); in TEST()
165 if (!utils::FileExists(mountable_device.c_str())) { in MountPartition()171 if (!utils::FileExists(fs_mount_dir_.c_str())) { in MountPartition()
865 if (utils::FileExists(public_key_path_.c_str())) { in GetPublicKey()883 if (utils::FileExists(update_certificates_path_.c_str())) { in CreatePayloadVerifier()
807 ASSERT_TRUE(utils::FileExists(public_key_path.c_str())); in ApplyDeltaFile()
172 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in SetUp()
51 bool FileExists(const std::string& filename) in FileExists() function63 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()
42 TEST_F(FileWaitTest, FileExists) { in TEST_F() argument
59 if (!utils::FileExists(mapfile_filename.c_str())) { in CreateFromFile()
59 TEST_AND_RETURN_FALSE(utils::FileExists(path.c_str())); in ValidateExists()
561 CHECK(utils::FileExists(FLAGS_apex_info_file.c_str())); in Main()
167 bool FileExists(const char* path);
493 bool FileExists(const char* path) { in FileExists() function