Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 41) sorted by relevance

12

/system/core/libnativeloader/
DAndroid.bp12 header_libs: ["libnativeloader-headers"],
13 export_header_lib_headers: ["libnativeloader-headers"],
54 name: "libnativeloader-headers",
60 // switched to libnativeloader-headers
62 name: "libnativeloader-dummy-headers",
/system/tools/hidl/test/impl_test/
DAndroid.bp2 name: "hidl_impl_test_gen-headers",
9 cmd: "$(location hidl-gen) -o $(genDir) -Lc++-impl-headers android.hardware.tests.foo@1.0",
38 generated_headers: ["hidl_impl_test_gen-headers"],
/system/connectivity/wificond/net/kernel-header-latest/
DREADME.txt4 the latest devices, but not present in external/kernel-headers.
5 external/kernel-headers has the headers from the stable kernel tree which is generally
/system/core/libnativebridge/
DAndroid.bp10 header_libs: ["libnativebridge-headers"],
11 export_header_lib_headers: ["libnativebridge-headers"],
15 name: "libnativebridge-headers",
/system/update_engine/
Dupdate_attempter_android.cc147 std::map<string, string> headers; in ApplyPayload() local
156 if (!headers.emplace(key, value).second) in ApplyPayload()
162 string payload_id = (headers[kPayloadPropertyFileHash] + in ApplyPayload()
163 headers[kPayloadPropertyMetadataHash]); in ApplyPayload()
174 if (!base::StringToUint64(headers[kPayloadPropertyFileSize], in ApplyPayload()
179 if (!brillo::data_encoding::Base64Decode(headers[kPayloadPropertyFileHash], in ApplyPayload()
182 << headers[kPayloadPropertyFileHash]; in ApplyPayload()
184 if (!base::StringToUint64(headers[kPayloadPropertyMetadataSize], in ApplyPayload()
210 GetHeaderAsBool(headers[kPayloadPropertyPowerwash], false); in ApplyPayload()
213 GetHeaderAsBool(headers[kPayloadPropertySwitchSlotOnReboot], true); in ApplyPayload()
[all …]
Dsideload_main.cc137 const vector<string>& headers, in ApplyUpdatePayload() argument
173 payload, payload_offset, payload_size, headers, nullptr)); in ApplyUpdatePayload()
192 DEFINE_string(headers, in main()
206 vector<string> headers = base::SplitString( in main() local
210 FLAGS_payload, FLAGS_offset, FLAGS_size, headers, FLAGS_status_fd)) in main()
Dupdate_engine-client.gyp18 # update_engine client library generated headers. Used by other daemons and
22 'target_name': 'libupdate_engine-client-headers',
Dupdate_engine_client_android.cc123 DEFINE_string(headers, in OnInit()
215 std::vector<std::string> headers = base::SplitString( in OnInit() local
218 for (const auto& header : headers) { in OnInit()
Dtest_http_server.cc82 string headers; in ParseRequest() local
90 headers.append(buf, r); in ParseRequest()
91 } while (!base::EndsWith(headers, EOL EOL, base::CompareCase::SENSITIVE)); in ParseRequest()
94 << headers << "\n--8<------8<------8<------8<----"; in ParseRequest()
95 request->raw_headers = headers; in ParseRequest()
99 headers.substr(0, headers.length() - strlen(EOL EOL)), in ParseRequest()
/system/bt/service/common/
DREADME4 Only common files should go here. All headers that go into common/bluetooth must
5 only include other headers from common/bluetooth and must use "bluetooth" as the
11 one common include path exported to them, and our headers can find eachother
/system/core/libion/
DAndroid.bp12 "kernel-headers",
16 "kernel-headers",
/system/tools/hidl/test/export_test/
DAndroid.bp2 name: "hidl_export_test_gen-headers",
20 generated_headers: ["hidl_export_test_gen-headers"],
/system/update_engine/scripts/
Dupdate_device.py150 if 'Range' in self.headers:
156 start_range, end_range = self._parse_range(self.headers.get('range'),
193 content_length = int(self.headers.getheader('Content-Length'))
284 headers = ota.properties
285 headers += 'USER_AGENT=Dalvik (something, something)\n'
286 headers += 'NETWORK_ID=0\n'
287 headers += extra_headers
291 '--size=%d' % ota.size, '--headers="%s"' % headers]
/system/tools/hidl/c2hal/test/
Dbuild_all.py52 for header in sorted(headers(path)):
73 def headers(path): function
/system/tools/aidl/
Dtype_cpp.h60 void GetHeaders(std::set<std::string>* headers) const { in GetHeaders() argument
63 headers->insert(header); in GetHeaders()
/system/bt/build/secondary/third_party/googletest/
DBUILD.gn18 # Gtest headers need to be able to find themselves.
55 # Gmock headers need to be able to find themselves.
/system/extras/libfec/
DAndroid.bp15 // Exported header include/fec/io.h includes crypto_utils headers.
/system/core/libnativebridge/tests/
DAndroid.bp26 header_libs: ["libnativebridge-headers"],
109 header_libs: ["libnativebridge-headers"],
/system/tools/hidl/scripts/
Dgen-docs.sh33 hidl-gen -Lc++-headers -o "$out/cpp" "$fqName" || exit 1
/system/core/libgrallocusage/
DAndroid.bp25 // Hide errors in headers we include
/system/core/libnativeloader/test/
DAndroid.bp81 header_libs: ["libnativeloader-headers"],
/system/core/libprocessgroup/profiles/
DAndroid.bp38 // Needed for headers from libprotobuf.
/system/tools/hidl/
DREADME.md46 This is a helper tool to convert C headers to valid .hal files.
/system/bt/osi/src/socket_utils/
DREADME22 these sources and the corresponding headers should be removed.
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn227 # paths to dbus headers, can be obtained by "pkg-config --cflags dbus-1"
235 # libchrome headers need to be able to find themselves.
240 # paths to dbus headers, can be obtained by "pkg-config --cflags dbus-1"

12