Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 146) sorted by relevance

123456

/device/linaro/dragonboard/shared/utils/qrtr/src/
Dlist.h59 static inline void list_insert(struct list *list, struct list_item *after, struct list_item *item) in list_insert() argument
61 if (after == 0) { in list_insert()
65 item->prev = after; in list_insert()
66 item->next = after->next; in list_insert()
67 after->next = item; in list_insert()
70 if (list->tail == after) in list_insert()
/device/google/gs201-sepolicy/whitechapel_pro/
Dinit.te10 # after loading sepolicy in the second stage.
19 # Workaround for b/193113005 that modem_img unlabeled after disable-verity
/device/google/gs101-sepolicy/whitechapel/vendor/google/
Dinit.te7 # after loading sepolicy in the second stage.
22 # Workaround for b/193113005 that modem_img unlabeled after disable-verity
/device/google/trout/product_files/
Dfstab.trout4 # Add all non-dynamic partitions except system, after this comment
8 # Add all dynamic partitions except system, after this comment
/device/google/cuttlefish/shared/config/
Dfstab.in7 # Add all non-dynamic partitions except system, after this comment
13 # Add all dynamic partitions except system, after this comment
Dinit.product.rc2 # Start tombstone_transmit after /data is mounted.
/device/google/cuttlefish/host/cvd_test_configs/local_tests/
DREADME.md23 ## Option 1: Modify the configs manually after local AOSP build
37 also be obtained after an AOSP build, while in the same shell, via:
/device/google/cuttlefish/system_image/
Dbuild.prop85 pm.dexopt.boot-after-ota=verify
86 pm.dexopt.boot-after-mainline-update=verify
/device/google/gs101-sepolicy/whitechapel/vendor/google/exo_camera_injection/
Dhal_exo_camera_injection.te1 # TODO(b/180558115): It will moved to pixel-sepolicy after pixel 6 launches.
/device/google/zumapro-sepolicy/vendor/
Dtwoshay.te8 # TODO(b/248615564): Remove above rule after CHRE multiclient HAL is launched.
/device/google/zuma-sepolicy/vendor/
Dtwoshay.te9 # TODO(b/248615564): Remove above rule after CHRE multiclient HAL is launched.
/device/google/redbull/
Dfstab.persist1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/google/coral/
Dfstab.persist1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/google/sunfish/
Dfstab.persist1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/google/lynx/conf/
Dinit.recovery.device.rc3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
/device/google/felix/conf/
Dinit.recovery.device.rc3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
/device/google/comet/conf/
Dinit.recovery.device.rc3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
/device/google/akita/conf/
Dinit.recovery.device.rc3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
/device/google/tangorpro/conf/
Dinit.recovery.device.rc3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
/device/google/gs101/conf/
Dfstab.persist3 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/google/common/etm/
Dinit.insmod.etm.cfg8 # Modules here will be loaded *after* all common modules
/device/google/raviole/
Dinit.insmod.raven.cfg8 # Modules here will be loaded *after* all common modules
Dinit.insmod.oriole.cfg8 # Modules here will be loaded *after* all common modules
/device/google/zuma/conf/
Dfstab.persist3 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
/device/google/gs201/conf/
Dfstab.persist3 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.

123456