Home
last modified time | relevance | path

Searched defs:Download (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp187 RetCode FastBootDriver::Download(const std::string& name, android::base::borrowed_fd fd, in Download() function in fastboot::FastBootDriver
196 RetCode FastBootDriver::Download(android::base::borrowed_fd fd, size_t size, std::string* response, in Download() function in fastboot::FastBootDriver
219 RetCode FastBootDriver::Download(const std::string& name, const std::vector<char>& buf, in Download() function in fastboot::FastBootDriver
227 RetCode FastBootDriver::Download(const std::vector<char>& buf, std::string* response, in Download() function in fastboot::FastBootDriver
249 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download() function in fastboot::FastBootDriver
259 RetCode FastBootDriver::Download(sparse_file* s, bool use_crc, std::string* response, in Download() function in fastboot::FastBootDriver
/aosp14/frameworks/base/packages/SettingsLib/Spa/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp14/frameworks/base/tests/TouchLatency/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp14/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp14/frameworks/base/startop/apps/ColorChanging/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto333 message Download { message
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp661 TEST_F(UnlockPermissions, Download) { in TEST_F() argument