/system/core/fastboot/ |
D | fastboot_driver.h | 80 RetCode Download(const std::string& name, android::base::borrowed_fd fd, size_t size, 82 RetCode Download(android::base::borrowed_fd fd, size_t size, std::string* response = nullptr, 84 RetCode Download(const std::string& name, const std::vector<char>& buf, 86 RetCode Download(const std::vector<char>& buf, std::string* response = nullptr, 88 RetCode Download(const std::string& partition, struct sparse_file* s, uint32_t sz, 91 RetCode Download(sparse_file* s, bool use_crc = false, std::string* response = nullptr,
|
D | fastboot_driver.cpp | 141 if ((ret = Download(partition, data))) { in FlashPartition() 150 if ((ret = Download(partition, fd, size))) { in FlashPartition() 159 if ((ret = Download(partition, s, size, current, total, false))) { in FlashPartition() 186 RetCode FastBootDriver::Download(const std::string& name, android::base::borrowed_fd fd, in Download() function in fastboot::FastBootDriver 190 auto result = Download(fd, size, response, info); in Download() 195 RetCode FastBootDriver::Download(android::base::borrowed_fd fd, size_t size, std::string* response, in Download() function in fastboot::FastBootDriver 218 RetCode FastBootDriver::Download(const std::string& name, const std::vector<char>& buf, in Download() function in fastboot::FastBootDriver 221 auto result = Download(buf, response, info); in Download() 226 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download() function in fastboot::FastBootDriver 248 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download() function in fastboot::FastBootDriver [all …]
|
D | fastboot.cpp | 1559 fb->Download("signature", signature_data); in FlashImage() 1584 fb->Download(super_name, fd, get_file_size(fd)); in UpdateSuperPartition() 2127 fb->Download("signature", data); in Main() 2164 fb->Download("boot.img", data); in Main() 2233 fb->Download(filename, buf.fd.get(), buf.sz); in Main()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 559 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F() 577 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F() 586 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F() 596 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F() 609 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F() 640 EXPECT_EQ(fb->Download(*sparse), SUCCESS) << "Download sparse failed: " << sparse.Rep(); in TEST_F() 661 TEST_F(UnlockPermissions, Download) { in TEST_F() argument 663 EXPECT_EQ(fb->Download(buf), SUCCESS) << "Download 4-byte payload failed"; in TEST_F() 668 EXPECT_EQ(fb->Download(buf), SUCCESS) << "Download failed in unlocked mode"; in TEST_F() 703 EXPECT_EQ(fb->Download(buf), SUCCESS) << "Download failed in locked mode"; in TEST_F() [all …]
|
/system/extras/power_profile/camera_flashlight/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/system/extras/power_profile/camera_avg/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/system/extras/power_profile/gps_on/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/system/extras/simpleperf/demo/CppApi/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/system/extras/simpleperf/demo/JavaApi/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/system/bt/ |
D | README.md | 32 ### Download source
|
/system/extras/simpleperf/doc/ |
D | README.md | 161 2. Download unstripped native libraries on device, as [here](#fix-broken-callchain-stopped-at-c-fun… 249 1. Download AOSP main branch as [here](https://source.android.com/setup/build/requirements).
|
/system/chre/doc/ |
D | nanoapp_developer_guide.md | 198 * Download and install the protobuf compiler `protoc` and make it available in
|