Home
last modified time | relevance | path

Searched refs:source_ (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Dfile_descriptor_utils_unittest.cc76 FileDescriptorPtr source_{fake_source_}; member in chromeos_update_engine::FileDescriptorUtilsTest
86 source_, src_extents, target_, tgt_extents, 4, nullptr)); in TEST_F()
95 source_, extents, target_, extents, 4, nullptr)); in TEST_F()
107 source_, src_extents, source_, tgt_extents, 4, nullptr)); in TEST_F()
116 source_, extents, target_, extents, 4, nullptr)); in TEST_F()
130 source_, src_extents, target_, tgt_extents, 4, &hash_out)); in TEST_F()
146 source_, src_extents, target_, tgt_extents, 4, &hash_out)); in TEST_F()
173 EXPECT_FALSE(fd_utils::ReadAndHashExtents(source_, extents, 4, &hash_out)); in TEST_F()
179 EXPECT_TRUE(fd_utils::ReadAndHashExtents(source_, extents, 4, nullptr)); in TEST_F()
187 EXPECT_TRUE(fd_utils::ReadAndHashExtents(source_, extents, 4, &hash_out)); in TEST_F()
Dinstall_operation_executor_unittest.cc82 utils::WriteAll(source_.fd(), source_data_.data(), source_data_.size())) in SetUp()
87 fsync(source_.fd()); in SetUp()
97 source_fd_->Open(source_.path().c_str(), O_RDONLY); in SetUp()
125 ScopedTempFile source_{"source_partition.XXXXXXXX", true}; member in chromeos_update_engine::InstallOperationExecutorTest
208 source_.path(), in TEST_F()
/system/tools/aidl/
Dlocation.h40 bool IsInternal() const { return source_ == Source::INTERNAL; } in IsInternal()
57 Source source_; variable
Dlocation.cpp20 : file_(file), begin_(begin), end_(end), source_(source) {} in AidlLocation()
/system/core/fastboot/
Dsuper_flash_helper.cpp27 SuperFlashHelper::SuperFlashHelper(const ImageSource& source) : source_(source) {} in SuperFlashHelper()
50 unique_fd fd = source_.OpenFile(image_name); in AddPartition()
Dsuper_flash_helper.h47 const ImageSource& source_;