/development/gsi/gsi_util/gsi_util/commands/common/ |
D | image_sources.py | 38 for partition in composite_mounter.SUPPORTED_PARTITIONS: 39 image_source = vars(args)[partition] 41 logging.info(' %s=%s', partition, image_source) 42 mounter.add_by_mount_target(partition, image_source) 62 for partition in composite_mounter.SUPPORTED_PARTITIONS: 64 '--' + partition, 66 required=partition in required_images, 67 help='{} image file name, folder name or "adb"'.format(partition))
|
/development/gsi/gsi_util/gsi_util/mounters/ |
D | composite_mounter.py | 43 def create_by_mount_target(cls, mount_target, partition): argument 59 if partition not in SUPPORTED_PARTITIONS: 60 raise ValueError('Wrong partition name "{}"'.format(partition)) 63 (_, _, serial_num) = mount_target.partition(':') 66 path_prefix = '/{}/'.format(partition) 72 if partition == 'system': 123 def add_by_mount_target(self, partition, mount_target): argument 125 partition, mount_target) 126 mount_point = '/{}/'.format(partition) 127 mounter = _MounterFactory.create_by_mount_target(mount_target, partition)
|
/development/vndk/tools/definition-tool/tests/ |
D | utils.py | 25 def add_lib(self, partition, klass, name, dt_needed=tuple(), argument 30 lib_dir = os.path.join('/', self._PARTITION_NAMES[partition], 41 lib = self.graph.add_lib(partition, path, elf) 46 def add_lib32(self, partition, name, dt_needed=tuple(), argument 49 return self.add_lib(partition, ELF.ELFCLASS32, name, dt_needed, 53 def add_lib64(self, partition, name, dt_needed=tuple(), argument 56 return self.add_lib(partition, ELF.ELFCLASS64, name, dt_needed, 60 def add_multilib(self, partition, name, dt_needed=tuple(), argument 65 self.add_lib(partition, ELF.ELFCLASS32, name, dt_needed, 67 self.add_lib(partition, ELF.ELFCLASS64, name, dt_needed,
|
D | test_tagged_dict.py | 413 partition = PT_VENDOR if path.startswith('/vendor') else PT_SYSTEM 415 self.lib_pt[partition][path] = lib
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 433 def _resolve_all_privapps(self, partition): argument 443 partition + '/priv-app') 446 priv_app_dir = self.adb.pull(partition + '/priv-app/') 450 'device "%s".' % (partition, self.adb.serial)) 615 def generate_missing_permissions(resources, priv_permissions, partition): argument 621 list_xml_files(resources.permissions_dirs[partition]), 622 list_xml_files(resources.sysconfig_dirs[partition])) 629 for priv_app in resources.privapp_apks[partition]: 649 def print_xml(results, apps_redefine_base, partition, fd=sys.stdout): argument 652 fd.write('<!-- for the partition: /%s -->\n' % partition)
|
/development/python-packages/adb/ |
D | device.py | 319 partition = search_text.rpartition(self._RETURN_CODE_DELIMITER) 320 if partition[1] == '': 322 result = int(partition[2]) 325 out = out[:-len(partition[1]) - len(partition[2])]
|
/development/vndk/tools/sourcedr/files/ |
D | list_app_shared_uid.py | 63 for partition in partitions: 64 partition_dir = os.path.join(product_out, partition)
|
/development/python-packages/fastboot/ |
D | device.py | 145 def flash(self, partition='cache', img=None, slot=None, quiet=True): argument 155 command = [self.path, 'flash', partition]
|
/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/ |
D | Utils.java | 35 public static Pair<ContentInfo, ContentInfo> partition(ContentInfo payload, in partition() method in Utils
|
D | MyReceiver.java | 64 Pair<ContentInfo, ContentInfo> split = Utils.partition(contentInfo, in onReceiveContent()
|
/development/vndk/tools/definition-tool/ |
D | README.md | 5 system partition and give suggestions to copy necessary libraries to the vendor 6 partition.
|
/development/vndk/tools/sourcedr/Documentation/ |
D | list-installed-files-from-source-dirs.md | 57 `device` or `vendor` directories and installed to the system partition. This
|
/development/gsi/repack_super_image/ |
D | repack_super_image.py | 45 part, sep, img = part_img.partition("=")
|
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 333 value = build_var.partition('=')[2]
|
/development/vndk/tools/definition-tool/datasets/ |
D | eligible-list-26.csv | 336 /system/${LIB}/libwebrtc_audio_preprocessing.so,VND-ONLY,This will be moved to vendor partition
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 689 partition - v. divide into parts, pieces, or sections
|