/bootable/recovery/tests/testdata/ |
D | recovery_body | 219 …�ERCP ��������� �/ueventd.U 231 …�ERCP ����������/dev�� /U 243 …�ERCP ����������//adfn�… 248 …�ERCP ����������.�g/adf-interfac… 253 …�ERCP ����������.�q/adf-overlay-… 258 …�ERCP ����������/android_adbU 266 …�ERCP ����������/audioU 279 …����������;/block/dm-n�dy… 290 �/block/vold/W 333 …������1/i2c-n�dy1u:object_r:i…
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateManager.java | 208 Log.d(TAG, "suspend invoked"); in suspend() 217 Log.d(TAG, "resume invoked"); in resume() 228 Log.d(TAG, "setUpdaterState invoked newState=" + newUpdaterState); in setUpdaterState() 264 Log.d(TAG, "cancelRunningUpdate invoked"); in cancelRunningUpdate() 273 Log.d(TAG, "resetUpdate invoked"); in resetUpdate() 300 Log.d(TAG, "Starting PrepareUpdateService"); in applyUpdate() 342 Log.d(TAG, "updateEngineApplyPayload invoked with url " + update.mPayload.getUrl()); in updateEngineApplyPayload() 367 Log.d(TAG, "updateEngineReApplyPayload invoked"); in updateEngineReApplyPayload() 393 Log.d(TAG, "setSwitchSlotOnReboot invoked"); in setSwitchSlotOnReboot() 423 Log.d(TAG, "synchronizeUpdaterStateWithUpdateEngineStatus is invoked."); in synchronizeUpdaterStateWithUpdateEngineStatus() [all …]
|
/bootable/deprecated-ota/applypatch/ |
D | freecache.cpp | 43 std::unique_ptr<DIR, decltype(&closedir)> d(opendir("/proc"), closedir); in EliminateOpenFiles() local 44 if (!d) { in EliminateOpenFiles() 49 while ((de = readdir(d.get())) != 0) { in EliminateOpenFiles() 82 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(dirname.c_str()), closedir); in FindExpendableFiles() local 83 if (!d) { in FindExpendableFiles() 91 while ((de = readdir(d.get())) != 0) { in FindExpendableFiles()
|
/bootable/libbootloader/gbl/libgbl/src/ |
D | lib.rs | 114 pub fn get_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_boot_image() 115 verified_data: &mut VerifiedData<'d>, in get_boot_image() argument 129 pub fn get_vendor_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_vendor_boot_image() 130 verified_data: &mut VerifiedData<'d>, in get_vendor_boot_image() argument 143 pub fn get_init_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_init_boot_image() 144 verified_data: &mut VerifiedData<'d>, in get_init_boot_image() argument 157 pub fn get_images<'a: 'b, 'b: 'c, 'c, 'd>( in get_images() 158 verified_data: &mut VerifiedData<'d>, in get_images() argument 404 pub fn load_verify_boot<'b: 'c, 'c, 'd: 'b, B: gbl_storage::AsBlockDevice>( in load_verify_boot() 407 partitions_ram_map: &'d mut [PartitionRamMap<'b, 'c>], in load_verify_boot() [all …]
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/ |
D | PrepareUpdateService.java | 97 Log.d(TAG, "Starting PrepareUpdateService"); in startService() 127 Log.d(TAG, "On handle intent is called"); in onHandleIntent() 212 FileDownloader d = new FileDownloader( in verifyPayloadMetadata() local 217 d.download(); in verifyPayloadMetadata() 241 Log.d(TAG, "Deleting existing files from " + dir); in downloadPreStreamingFiles() 245 Log.d(TAG, "Downloading files to " + dir); in downloadPreStreamingFiles() 248 Log.d(TAG, "Downloading file " + file.getFilename()); in downloadPreStreamingFiles()
|
/bootable/recovery/install/ |
D | fuse_install.cpp | 61 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(path.c_str()), closedir); in BrowseDirectory() local 62 if (!d) { in BrowseDirectory() 71 while ((de = readdir(d.get())) != nullptr) { in BrowseDirectory()
|
/bootable/libbootloader/gbl/libstorage/src/ |
D | non_blocking.rs | 533 pub fn write_scoped<'c, 'd: 'c>( in write_scoped() 536 data: &'d mut [u8], in write_scoped() 537 ) -> Result<Transaction<'c, 'd>> { in write_scoped() argument 546 pub fn read_scoped<'c, 'd: 'c>( in read_scoped() 549 out: &'d mut [u8], in read_scoped() 550 ) -> Result<Transaction<'c, 'd>> { in read_scoped() argument
|
D | testlib.rs | 417 for (d, t) in std::iter::zip(data.iter_mut(), tmp) { 418 *d = t; 516 BackingStore::Data(d) => add_blocks(&mut store, d, block_size), in partitions_to_disk_data()
|
/bootable/recovery/recovery_utils/ |
D | logging.cpp | 263 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(CACHE_LOG_DIR), closedir); in ReadLogFilesToMemory() local 264 if (!d) { in ReadLogFilesToMemory() 272 while ((de = readdir(d.get())) != nullptr) { in ReadLogFilesToMemory()
|
/bootable/libbootloader/gbl/ |
D | readme.bzl | 82 in_files = [s for d in ctx.attr.deps for s in d[CrateInfo].srcs.to_list()]
|
/bootable/recovery/tools/image_generator/ |
D | draw-progress.sh | 14 filename="progress$(printf "%02d" $i).png"
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
D | FileDownloader.java | 55 Log.d("FileDownloader", "downloading " + mDestination.getName() in download()
|
/bootable/deprecated-ota/edify/ |
D | parser.yy | 138 printf("line %d col %d: %s\n", gLine, gColumn, s);
|
D | README.md | 105 concat(a;b;c, d, e;f) # evaluates to "cdf"
|
/bootable/deprecated-ota/tests/unit/ |
D | updater_test.cpp | 1046 std::string d(4096, 'd'); in GenerateTransferList() local 1077 std::string bdc = b + d + c; in GenerateTransferList() 1088 std::string abcd = a + b + c + d; in GenerateTransferList() 1090 std::string dcb = d + c + b; in GenerateTransferList() 1164 g_source_image = a + b + c + d + e + a + b + c + d + e; in GenerateTransferList() 1165 g_target_image = zero + i + h + g + f + e + d + c + b + a; in GenerateTransferList()
|
D | applypatch_test.cpp | 165 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(dirname.c_str()), closedir); in FindFilesInDir() local 167 while ((de = readdir(d.get())) != 0) { in FindFilesInDir()
|
/bootable/libbootloader/gbl/libbootimg/ |
D | BUILD | 45 CUSTOM_STRUCT_RE = "(vendor_)?(boot_img_hdr|ramdisk_table_entry)_v\\d+"
|
/bootable/libbootloader/gbl/toolchain/ |
D | BUILD | 455 "features": "+m,+a,+f,+d,+c",
|
/bootable/recovery/ |
D | NOTICE | 119 (d) If the Work includes a "NOTICE" text file as part of its
|
/bootable/deprecated-ota/ |
D | NOTICE | 119 (d) If the Work includes a "NOTICE" text file as part of its
|
/bootable/libbootloader/libxbc/ |
D | COPYING | 107 (d) If the Work includes a "NOTICE" text file as part of its
|
/bootable/libbootloader/ |
D | LICENSE | 107 (d) If the Work includes a "NOTICE" text file as part of its
|