Searched refs:source (Results 26 - 50 of 54) sorted by relevance

123

/system/sepolicy/tools/
H A Dsepolicy-check.c18 fprintf(stderr, "%s -s <source> -t <target> -c <class> -p <perm> -P <policy file>\n", arg0);
133 fprintf(stderr, "source type %s does not exist\n", s);
235 char *policy = NULL, *source = NULL, *target = NULL, *class = NULL, *perm = NULL; local
243 {"source", required_argument, NULL, 's'},
254 source = optarg;
273 if (!source || !target || !class || !perm || !policy)
282 match = check_rule(source, target, class, perm, &policydb);
/system/update_engine/payload_generator/
H A Dpayload_generation_config.h70 // the source image, and the size of that data it should generate for the
151 ImageConfig source; member in struct:chromeos_update_engine::PayloadGenerationConfig
160 // filesystem in either source or target version, since there is some space
H A Dgenerate_delta_main.cc314 "The fingerprint of zlib in the source image in hash string "
465 payload_config.source.partitions.emplace_back(partition_names[i]);
466 payload_config.source.partitions.back().path = old_partitions[i];
485 CHECK(payload_config.source.LoadImageSize());
507 &payload_config.source.image_info);
515 for (PartitionConfig& part : payload_config.source.partitions)
529 for (const PartitionConfig& part : payload_config.source.partitions) {
H A Dpayload_file.cc66 if (!config.source.ImageInfoIsEmpty())
67 *(manifest_.mutable_old_image_info()) = config.source.image_info;
/system/bt/osi/src/socket_utils/
H A DREADME22 Note that only a part of the source files are pulled from libcutils/sockets, and
/system/core/adb/
H A Dusb_linux_client.cpp74 int bulk_out; /* "out" from the host's perspective => source for adbd */
80 struct usb_endpoint_descriptor_no_audio source; member in struct:func_desc
86 struct usb_endpoint_descriptor_no_audio source; member in struct:ss_func_desc
126 .source = {
127 .bLength = sizeof(fs_descriptors.source),
153 .source = {
154 .bLength = sizeof(hs_descriptors.source),
180 .source = {
181 .bLength = sizeof(ss_descriptors.source),
538 D("[ kick: source (f
[all...]
/system/core/toolbox/
H A DAndroid.mk79 $(transform-generated-source)
94 $(transform-generated-source)
/system/ca-certificates/
H A DAndroid.mk30 # $(2): source file
/system/core/init/
H A Dbuiltins.cpp375 const char *source, *target, *system; local
400 source = args[2].c_str();
403 if (!strncmp(source, "mtd@", 4)) {
404 n = mtd_name_to_number(source + 4);
418 } else if (!strncmp(source, "loop@", 5)) {
423 fd = open(source + 5, mode | O_CLOEXEC);
461 wait_for_file(source, COMMAND_RETRY_TIMEOUT);
462 if (mount(source, target, system, flags, options) < 0) {
H A Daction.cpp124 std::string source = command.BuildSourceString(); local
127 cmd_str.c_str(), trigger_name.c_str(), source.c_str(),
/system/extras/perfprofd/quipper/
H A Daddress_mapper.cc2 // Use of this source code is governed by a BSD-style license that can be
11 AddressMapper::AddressMapper(const AddressMapper& source) { argument
12 mappings_ = source.mappings_;
/system/core/fs_mgr/
H A Dfs_mgr.c224 static int __mount(const char *source, const char *target, const struct fstab_rec *rec) argument
238 ret = mount(source, target, rec->fs_type, mountflags, rec->fs_options);
240 INFO("%s(source=%s,target=%s,type=%s)=%d\n", __func__, source, target, rec->fs_type, ret);
242 fs_mgr_set_blk_ro(source);
/system/update_engine/
H A Domaha_request_action.h209 // variable and emits an UMA stat for the |source| used. Returns
213 InstallDateProvisioningSource source);
H A Dmetrics.cc387 DownloadSource source = static_cast<DownloadSource>(i); local
389 // Only consider this download source (and send byte counts) as
397 metric += utils::ToString(source);
/system/vold/
H A DUtils.h58 /* Creates bind mount from source to target */
59 status_t BindMount(const std::string& source, const std::string& target);
H A DVolumeManager.cpp299 for (auto source : mDiskSources) {
300 if (source->matches(eventPath)) {
304 int flags = source->getFlags();
315 source->getNickname(), flags);
422 std::string source(mPrimary->getPath());
424 source = StringPrintf("%s/%d", source.c_str(), userId);
425 fs_prepare_dir(source.c_str(), 0755, AID_ROOT, AID_ROOT);
434 LOG(DEBUG) << "Linking " << source << " to " << target;
435 if (TEMP_FAILURE_RETRY(symlink(source
[all...]
H A DUtils.cpp177 status_t BindMount(const std::string& source, const std::string& target) { argument
178 if (::mount(source.c_str(), target.c_str(), "", MS_BIND, NULL)) {
179 PLOG(ERROR) << "Failed to bind mount " << source << " to " << target;
/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc512 payload_config.source.partitions.emplace_back(kLegacyPartitionNameRoot);
513 payload_config.source.partitions.emplace_back(kLegacyPartitionNameKernel);
514 payload_config.source.partitions.front().path = state->a_img;
516 payload_config.source.partitions.back().path = state->old_kernel;
517 payload_config.source.image_info = old_image_info;
518 EXPECT_TRUE(payload_config.source.LoadImageSize());
519 for (PartitionConfig& part : payload_config.source.partitions)
762 // the source hashes used for deltas.
/system/core/libnetutils/
H A Dpacket.c114 udp.source = htons(sport);
/system/core/libpixelflinger/codeflinger/
H A DMIPS64Assembler.cpp366 int ArmToMips64Assembler::dataProcAdrModes(int op, int& source, bool _signed, int tmpReg) argument
369 source = op;
378 source = tmpReg;
381 source = amode.value;
391 source = tmpReg;
1078 // the 16 bits may be in the top or bottom half of 32-bit source reg,
1126 // the 16 bits may be in the top or bottom half of 32-bit source reg,
H A DMIPSAssembler.cpp377 int ArmToMipsAssembler::dataProcAdrModes(int op, int& source, bool _signed, int tmpReg) argument
380 source = op;
389 source = tmpReg;
392 source = amode.value;
407 source = tmpReg;
1086 // the 16 bits may be in the top or bottom half of 32-bit source reg,
1145 // the 16 bits may be in the top or bottom half of 32-bit source reg,
H A DMIPS64Assembler.h194 int dataProcAdrModes(int op, int& source, bool sign = false, int reg_tmp = 1);
/system/update_engine/common/
H A Dutils.h246 std::string ToString(DownloadSource source);
/system/connectivity/shill/shims/
H A Dnetfilter_queue_processor.cc118 source_port_ = ntohs(udp.source);
/system/media/audio/include/system/
H A Daudio.h158 /* play the mix captured by this audio source. */
165 AUDIO_SOURCE_HOTWORD = 1999, /* A low-priority, preemptible audio source for
177 audio_source_t source; member in struct:__anon1802
536 * endpoints and apply to both source and sink.
795 AUDIO_OUTPUT_FLAG_HW_AV_SYNC = 0x40, // output uses a hardware A/V synchronization source
814 AUDIO_INPUT_FLAG_HW_HOTWORD = 0x2, // prefer an input that captures from hw hotword source
960 /* Types defined here are used to describe an audio source or sink at internal
966 /* Audio port role: either source or sink */
1009 audio_source_t source; member in union:audio_port_config_mix_ext::__anon1824
1033 audio_port_role_t role; /* sink or source */
[all...]

Completed in 709 milliseconds

123