Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 242) sorted by relevance

12345678910

/system/tools/aidl/tests/
Dgolden_test.sh24 local update=0
27 update=0
29 update)
30 update=1
55 if [ "$update" = 1 ]; then
67 if [ "$update" = 1 ]; then
82 if [ "$update" = 1 ]; then
/system/tools/hidl/
Dupdate-all-google-makefiles.sh5 $ANDROID_BUILD_TOP/system/libhidl/update-makefiles.sh
6 $ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh
7 $ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh
8 $ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh
10 $ANDROID_BUILD_TOP/system/tools/hidl/test/vendor/update-makefile.sh
/system/update_engine/
DREADME.md13 an update. Hence, reducing the likelihood of corrupting a device into a
19 reboot if an update was performed where the reboot duration is about 10
21 * The user does not need (although they can) to request for an update. The
22 update checks happen periodically in the background.
23 * If the update fails to apply, the user is not affected. The user will
25 apply the update again at a later time.
26 * If the update applies correctly but fails to boot, the system will rollback
28 * The user does not need to reserve enough space for the update. The system
36 In A/B update capable systems, each partition, such as the kernel or root (or
39 which copy has the higher priority at boot time) and when a new update is
[all …]
/system/timezone/
DREADME.android8 - Code related to the Android time zone update APEX file that can be used
9 to update time zone rules on Android devices.
16 update time zone rules on Android devices. See distro/README for details.
19 - Contains files that provide inputs to the time zone rules update process.
27 - Contains some derived files from the time zone rules update process and
29 also held by ICU - see also update-tzdata.py
32 - Contains tools and scripts related to testing time zone update code. See
44 Data file update tools
48 - A helper script run before update-tzdata.py.
51 update-tzdata.py script. See download-iana-files.py --help for more.
[all …]
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp147 if (update == nullptr || !update->has_estimate_cow_size()) { in GetCowSize()
154 auto size = update->estimate_cow_size() + 2_MiB; in GetCowSize()
173 if (update == nullptr) return sc.cow_size_bytes(); in GetCowSize()
175 for (const auto& iop : update->operations()) { in GetCowSize()
205 if (update && update->has_estimate_cow_size()) { in Run()
206 ret.snapshot_status.set_estimated_cow_size(update->estimate_cow_size()); in Run()
Dpartition_cow_creator_test.cpp148 PartitionUpdate update; in TEST_F() local
149 *update.mutable_operations() = RepeatedInstallOperationPtr(iopv.begin(), iopv.end()); in TEST_F()
156 .update = &update}; in TEST_F()
223 .update = nullptr}; in TEST_F()
244 PartitionUpdate update; in TEST_F() local
245 update.set_estimate_cow_size(256_KiB); in TEST_F()
253 .update = &update}; in TEST_F()
271 PartitionUpdate update; in TEST_F() local
279 .update = nullptr}; in TEST_F()
/system/sepolicy/tests/
Dcombine_maps.py36 bottom.types.update(top.types)
37 bottom.typeattributes.update(top.typeattributes)
54 bottom.typeattributesets[bottom_ta].update(top_type_set)
/system/nfc/src/nfa/dm/
Dnfa_dm_main.cc218 bool update; in nfa_dm_check_set_config() local
234 update = false; in nfa_dm_check_set_config()
360 update = true; in nfa_dm_check_set_config()
370 update = true; in nfa_dm_check_set_config()
372 update = true; in nfa_dm_check_set_config()
377 update = true; in nfa_dm_check_set_config()
382 update = true; in nfa_dm_check_set_config()
387 update = true; in nfa_dm_check_set_config()
392 if (update) { in nfa_dm_check_set_config()
/system/security/ondevice-signing/
Dodsign.rc8 # ensures that if odsign crashes during a module update, apexd will detect
9 # those crashes and roll back the update.
/system/core/libutils/
DCallStack.cpp34 this->update(ignoreDepth+1); in CallStack()
41 void CallStack::update(int32_t ignoreDepth, pid_t tid) { in update() function in android::CallStack
85 stack->update(ignoreDepth + 1); in getCurrentInternal()
/system/core/fs_mgr/libfs_avb/
Dsha.h34 void update(const uint8_t* data, size_t data_size) { in update() function
54 void update(const uint8_t* data, size_t data_size) { in update() function
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto61 // device that needs to be snapshotted during the update.
89 // the update and before the merge allows us to infer the progress of the
95 // before the update and before the merge allows us to infer the progress of
115 // No update or merge is in progress.
118 // An update is applying; snapshots may already exist.
121 // An update is pending, but has not been successfully booted yet.
137 // The update was implicitly cancelled, either by a rollback or a flash
177 // an update.
201 // Status of the update after the merge attempts.
208 // Total size of all the COW images before the update.
/system/security/keystore2/src/
Dpermission.rs204 UPDATE, selinux name: update;
594 KeyPerm::update(),
605 KeyPerm::update(),
618 KeyPerm::update(),
627 KeyPerm::update(),
774 … assert!(check_key_permission(0, &system_server_ctx, KeyPerm::update(), &key, &None).is_ok()); in check_key_permission_domain_app()
787 assert!(check_key_permission(0, &shell_ctx, KeyPerm::update(), &key, &None).is_ok()); in check_key_permission_domain_app()
862 assert!(check_key_permission(0, &sctx, KeyPerm::update(), &key, &None).is_ok()); in check_key_permission_domain_selinux()
873 assert!(check_key_permission(0, &sctx, KeyPerm::update(), &key, &None).is_ok()); in check_key_permission_domain_selinux()
951 KeyPerm::update(), in key_perm_set_all_test()
[all …]
/system/tools/xsdc/
DREADME.md38 Then run "make {xsd_config module_name} .docs-update-current-api" or "make
39 update-api" to update all the xsd_config modules.
76 After adding “Deprecated” annotation, we need to update the api or schema just
80 file and the api in last_current.txt, and update it.
83 If there are any changes, we update last_current.txt and last_removed.txt before
DOWNERS2 # Please update this list if you find better candidates.
/system/update_engine/update_manager/
Dupdate_manager.conf.example1 # Configuration file for the update-manager component of update_engine.
13 # command "restart update-engine" from a root shell to make your
/system/sepolicy/prebuilts/api/28.0/public/
Dupdate_engine_common.te2 # background daemon and the recovery tool to sideload an update.
12 # the update to an older version (channel change) or incompatible version
31 # install update.zip from cache
/system/extras/simpleperf/
DREADME.md18 update script from within the `system/extras/simpleperf` directory:
20 ./scripts/update.py --bid 1234567 -vv
/system/sepolicy/prebuilts/api/27.0/public/
Dupdate_engine_common.te2 # background daemon and the recovery tool to sideload an update.
12 # the update to an older version (channel change) or incompatible version
31 # install update.zip from cache
/system/libhidl/transport/memory/1.0/
DIMemory.hal24 update();
52 * Must commit all previous update's and updateAll's.
58 * at any point in or outside of the update/commit process.
/system/hardware/interfaces/
Dupdate-makefiles.sh3 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/system/libhidl/
Dupdate-makefiles.sh11 source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
/system/core/rootdir/etc/
Dld.config.txt2 # Please update linker configuration generator instead.
Dld.config.legacy.txt2 # Please update linker configuration generator instead.
/system/testing/gtest_extras/
DOWNERS2 # Please update this list if you find better candidates.

12345678910