Home
last modified time | relevance | path

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

/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_consumer/
Dpostinstall_runner_action_unittest.cc255 EXPECT_FALSE(utils::FileExists(powerwash_marker_file_.c_str())); in TEST_F()
285 EXPECT_FALSE(utils::FileExists(powerwash_marker_file_.c_str())); in TEST_F()
Ddelta_performer.cc1280 utils::FileExists(public_key_path_.c_str()) || in GetPublicKeyFromResponse()
1549 if (!utils::FileExists(path_to_public_key.value().c_str())) { in VerifyPayload()
Ddelta_performer_unittest.cc311 EXPECT_TRUE(utils::FileExists(kUnittestPublicKeyPath)); in DoMetadataSignatureTest()
Ddelta_performer_integration_test.cc748 EXPECT_TRUE(utils::FileExists(kUnittestPublicKeyPath)); in ApplyDeltaFile()
/system/update_engine/payload_generator/
Dpayload_generation_config.cc35 TEST_AND_RETURN_FALSE(utils::FileExists(path.c_str())); in ValidateExists()
/system/update_engine/common/
Dutils.cc560 bool FileExists(const char* path) { in FileExists() function
572 if (FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
595 while (timeout > 0 && !FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
600 return FileExists(volume_path.c_str()); in TryAttachingUbiVolume()
Dutils.h124 bool FileExists(const char* path);