Home
last modified time | relevance | path

Searched refs:d (Results 1 – 11 of 11) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java208 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/
Dfreecache.cpp43 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/
DPrepareUpdateService.java97 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/
Dfuse_sdcard_install.cpp60 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(path.c_str()), closedir); in BrowseDirectory() local
61 if (!d) { in BrowseDirectory()
70 while ((de = readdir(d.get())) != nullptr) { in BrowseDirectory()
/bootable/recovery/otautil/
Dlogging.cpp264 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(CACHE_LOG_DIR), closedir); in ReadLogFilesToMemory() local
265 if (!d) { in ReadLogFilesToMemory()
273 while ((de = readdir(d.get())) != nullptr) { in ReadLogFilesToMemory()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DFileDownloader.java55 Log.d("FileDownloader", "downloading " + mDestination.getName() in download()
/bootable/recovery/edify/
Dparser.yy137 printf("line %d col %d: %s\n", gLine, gColumn, s);
DREADME.md105 concat(a;b;c, d, e;f) # evaluates to "cdf"
/bootable/recovery/tests/component/
Dupdater_test.cpp1044 std::string d(4096, 'd'); in GenerateTransferList() local
1075 std::string bdc = b + d + c; in GenerateTransferList()
1086 std::string abcd = a + b + c + d; in GenerateTransferList()
1088 std::string dcb = d + c + b; in GenerateTransferList()
1162 g_source_image = a + b + c + d + e + a + b + c + d + e; in GenerateTransferList()
1163 g_target_image = zero + i + h + g + f + e + d + c + b + a; in GenerateTransferList()
/bootable/recovery/tests/unit/
Dapplypatch_test.cpp165 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/
DNOTICE119 (d) If the Work includes a "NOTICE" text file as part of its