Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.h79 RetCode Download(const std::string& name, int fd, size_t size, std::string* response = nullptr,
81 RetCode Download(int fd, size_t size, std::string* response = nullptr,
83 RetCode Download(const std::string& name, const std::vector<char>& buf,
85 RetCode Download(const std::vector<char>& buf, std::string* response = nullptr,
87 RetCode Download(const std::string& partition, struct sparse_file* s, uint32_t sz,
90 RetCode Download(sparse_file* s, bool use_crc = false, std::string* response = nullptr,
Dfastboot_driver.cpp128 if ((ret = Download(partition, data))) { in FlashPartition()
136 if ((ret = Download(partition, fd, size))) { in FlashPartition()
145 if ((ret = Download(partition, s, size, current, total, false))) { in FlashPartition()
172 RetCode FastBootDriver::Download(const std::string& name, int fd, size_t size, in Download() function in fastboot::FastBootDriver
175 auto result = Download(fd, size, response, info); in Download()
180 RetCode FastBootDriver::Download(int fd, size_t size, std::string* response, in Download() function in fastboot::FastBootDriver
203 RetCode FastBootDriver::Download(const std::string& name, const std::vector<char>& buf, in Download() function in fastboot::FastBootDriver
206 auto result = Download(buf, response, info); in Download()
211 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download() function in fastboot::FastBootDriver
233 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download() function in fastboot::FastBootDriver
[all …]
Dfastboot.cpp1320 fb->Download("signature", signature_data); in FlashImage()
1345 fb->Download(super_name, fd, get_file_size(fd)); in UpdateSuperPartition()
1820 fb->Download("signature", data); in Main()
1857 fb->Download("boot.img", data); in Main()
1926 fb->Download(filename, buf.fd, buf.sz); in Main()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp564 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
582 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
591 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
601 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
614 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
645 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
666 TEST_F(UnlockPermissions, Download) { in TEST_F() argument
668 EXPECT_EQ(fb->Download(buf), SUCCESS) << "Download 4-byte payload failed"; in TEST_F()
673 EXPECT_EQ(fb->Download(buf), SUCCESS) << "Download failed in unlocked mode"; in TEST_F()
681 EXPECT_EQ(fb->Download(buf), SUCCESS) << "Download failed in locked mode"; in TEST_F()
[all …]
/system/bt/
DREADME.md11 ### Download source
/system/extras/simpleperf/doc/
DREADME.md1318 1. Download AOSP master branch as [here](https://source.android.com/setup/build/requirements).