/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/recovery/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/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/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/recovery/edify/ |
D | parser.yy | 137 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/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
D | FileDownloader.java | 55 Log.d("FileDownloader", "downloading " + mDestination.getName() in download()
|
/bootable/recovery/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/recovery/ |
D | NOTICE | 119 (d) If the Work includes a "NOTICE" text file as part of its
|