Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged_info.cpp42 static bool FileExists(const std::string& filename) in FileExists() function
50 if (FileExists(emmc_info_t::emmc_sysfs) || in get_storage_info()
51 FileExists(emmc_info_t::emmc_debugfs)) { in get_storage_info()
54 if (FileExists(ufs_info_t::health_file)) { in get_storage_info()
/system/update_engine/
Dp2p_manager_unittest.cc174 EXPECT_EQ(expect, utils::FileExists(file_name.c_str())); in TEST_F()
179 EXPECT_TRUE(utils::FileExists(file_name.c_str())); in TEST_F()
247 EXPECT_EQ(expect, utils::FileExists(file_name.c_str())); in TEST_F()
252 EXPECT_TRUE(utils::FileExists(file_name.c_str())); in TEST_F()
Dmain.cc46 if (utils::FileExists(symlink_path.c_str()) && in SetupLogSymlink()
/system/extras/perfprofd/quipper/
Dperf_utils.h93 bool FileExists(const string& filename);
/system/update_engine/payload_generator/
Dmapfile_filesystem.cc59 if (!utils::FileExists(mapfile_filename.c_str())) { in CreateFromFile()
Dpayload_generation_config.cc37 TEST_AND_RETURN_FALSE(utils::FileExists(path.c_str())); in ValidateExists()
/system/update_engine/common/
Dutils.cc566 bool FileExists(const char* path) { in FileExists() function
578 if (FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
601 while (timeout > 0 && !FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
606 return FileExists(volume_path.c_str()); in TryAttachingUbiVolume()
Dutils.h124 bool FileExists(const char* path);
/system/update_engine/payload_consumer/
Ddelta_performer.cc1317 utils::FileExists(public_key_path_.c_str()) || in GetPublicKeyFromResponse()
1592 if (!utils::FileExists(path_to_public_key.value().c_str())) { in VerifyPayload()
Ddelta_performer_unittest.cc307 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in DoMetadataSignatureTest()
Ddelta_performer_integration_test.cc752 EXPECT_TRUE(utils::FileExists(public_key_path.c_str())); in ApplyDeltaFile()