Searched refs:after (Results 1 – 25 of 146) sorted by relevance
123456
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | list.h | 59 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/ |
D | init.te | 10 # 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/ |
D | init.te | 7 # after loading sepolicy in the second stage. 22 # Workaround for b/193113005 that modem_img unlabeled after disable-verity
|
/device/google/trout/product_files/ |
D | fstab.trout | 4 # 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/ |
D | fstab.in | 7 # Add all non-dynamic partitions except system, after this comment 13 # Add all dynamic partitions except system, after this comment
|
D | init.product.rc | 2 # Start tombstone_transmit after /data is mounted.
|
/device/google/cuttlefish/host/cvd_test_configs/local_tests/ |
D | README.md | 23 ## 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/ |
D | build.prop | 85 pm.dexopt.boot-after-ota=verify 86 pm.dexopt.boot-after-mainline-update=verify
|
/device/google/gs101-sepolicy/whitechapel/vendor/google/exo_camera_injection/ |
D | hal_exo_camera_injection.te | 1 # TODO(b/180558115): It will moved to pixel-sepolicy after pixel 6 launches.
|
/device/google/zumapro-sepolicy/vendor/ |
D | twoshay.te | 8 # TODO(b/248615564): Remove above rule after CHRE multiclient HAL is launched.
|
/device/google/zuma-sepolicy/vendor/ |
D | twoshay.te | 9 # TODO(b/248615564): Remove above rule after CHRE multiclient HAL is launched.
|
/device/google/redbull/ |
D | fstab.persist | 1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/google/coral/ |
D | fstab.persist | 1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/google/sunfish/ |
D | fstab.persist | 1 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/google/lynx/conf/ |
D | init.recovery.device.rc | 3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
|
/device/google/felix/conf/ |
D | init.recovery.device.rc | 3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
|
/device/google/comet/conf/ |
D | init.recovery.device.rc | 3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
|
/device/google/akita/conf/ |
D | init.recovery.device.rc | 3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
|
/device/google/tangorpro/conf/ |
D | init.recovery.device.rc | 3 # DELETE ME USB BRINGUP b/188672439. Delete the following two lines after
|
/device/google/gs101/conf/ |
D | fstab.persist | 3 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/google/common/etm/ |
D | init.insmod.etm.cfg | 8 # Modules here will be loaded *after* all common modules
|
/device/google/raviole/ |
D | init.insmod.raven.cfg | 8 # Modules here will be loaded *after* all common modules
|
D | init.insmod.oriole.cfg | 8 # Modules here will be loaded *after* all common modules
|
/device/google/zuma/conf/ |
D | fstab.persist | 3 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
/device/google/gs201/conf/ |
D | fstab.persist | 3 # Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
123456