Searched refs:FileExists (Results 1 – 13 of 13) sorted by relevance
38 ASSERT_TRUE(utils::FileExists(ota_cert.c_str())); in TEST()
166 if (!utils::FileExists(mountable_device.c_str())) { in MountPartition()172 if (!utils::FileExists(fs_mount_dir_.c_str())) { in MountPartition()
965 if (utils::FileExists(public_key_path_.c_str())) { in GetPublicKey()983 if (utils::FileExists(update_certificates_path_.c_str())) { in CreatePayloadVerifier()
171 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in SetUp()
807 ASSERT_TRUE(utils::FileExists(public_key_path.c_str())); in ApplyDeltaFile()
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()
86 bool FileExists(const std::string& path) { in FileExists() function
42 TEST_F(FileWaitTest, FileExists) { in TEST_F() argument
59 if (!utils::FileExists(mapfile_filename.c_str())) { in CreateFromFile()
68 TEST_AND_RETURN_FALSE(utils::FileExists(path.c_str())); in ValidateExists()
606 CHECK(utils::FileExists(FLAGS_apex_info_file.c_str())); in Main()
170 bool FileExists(const char* path);
540 bool FileExists(const char* path) { in FileExists() function