Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp137 if ((ret = Download(partition, data))) { in FlashPartition()
145 if ((ret = Download(partition, fd, size))) { in FlashPartition()
154 if ((ret = Download(partition, s, size, current, total, false))) { in FlashPartition()
181 RetCode FastBootDriver::Download(const std::string& name, int fd, size_t size, in Download() function in fastboot::FastBootDriver
184 auto result = Download(fd, size, response, info); in Download()
189 RetCode FastBootDriver::Download(int fd, size_t size, std::string* response, in Download() function in fastboot::FastBootDriver
212 RetCode FastBootDriver::Download(const std::string& name, const std::vector<char>& buf, in Download() function in fastboot::FastBootDriver
215 auto result = Download(buf, response, info); in Download()
220 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download() function in fastboot::FastBootDriver
242 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download() function in fastboot::FastBootDriver
[all …]
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.cpp1439 fb->Download("signature", signature_data); in FlashImage()
1464 fb->Download(super_name, fd, get_file_size(fd)); in UpdateSuperPartition()
2000 fb->Download("signature", data); in Main()
2037 fb->Download("boot.img", data); in Main()
2106 fb->Download(filename, buf.fd, buf.sz); in Main()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp544 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
562 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
571 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
581 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
594 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
625 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F()
646 TEST_F(UnlockPermissions, Download) { in TEST_F() argument
648 EXPECT_EQ(fb->Download(buf), SUCCESS) << "Download 4-byte payload failed"; in TEST_F()
653 EXPECT_EQ(fb->Download(buf), SUCCESS) << "Download failed in unlocked mode"; in TEST_F()
661 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.md160 2. Download unstripped native libraries on device, as [here](#fix-broken-callchain-stopped-at-c-fun…
236 1. Download AOSP main branch as [here](https://source.android.com/setup/build/requirements).