Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_info.cpp53 bool FileExists(const std::string& filename) in FileExists() function
65 if (FileExists(emmc_info_t::emmc_sysfs) || in get_storage_info()
66 FileExists(emmc_info_t::emmc_debugfs)) { in get_storage_info()
69 if (FileExists(ufs_info_t::health_file)) { in get_storage_info()
/system/update_engine/
Dp2p_manager_unittest.cc178 EXPECT_EQ(expect, utils::FileExists(file_name.c_str())); in TEST_F()
182 EXPECT_TRUE(utils::FileExists(file_name.c_str())); in TEST_F()
252 EXPECT_EQ(expect, utils::FileExists(file_name.c_str())); in TEST_F()
256 EXPECT_TRUE(utils::FileExists(file_name.c_str())); in TEST_F()
Dmain.cc109 if (utils::FileExists(symlink_path.c_str()) && in SetupLogSymlink()
/system/update_engine/payload_generator/
Dmapfile_filesystem.cc59 if (!utils::FileExists(mapfile_filename.c_str())) { in CreateFromFile()
Dpayload_generation_config.cc53 TEST_AND_RETURN_FALSE(utils::FileExists(path.c_str())); in ValidateExists()
/system/update_engine/common/
Dutils.cc559 bool FileExists(const char* path) { in FileExists() function
571 if (FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
588 while (timeout > 0 && !FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
593 return FileExists(volume_path.c_str()); in TryAttachingUbiVolume()
Dutils.h125 bool FileExists(const char* path);
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc394 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in DoMetadataSignatureTest()
Ddelta_performer_integration_test.cc732 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in ApplyDeltaFile()
Ddelta_performer.cc1611 if (utils::FileExists(public_key_path_.c_str())) { in GetPublicKey()