Home
last modified time | relevance | path

Searched refs:e (Results 1 – 21 of 21) sorted by relevance

/bootable/recovery/updater/
Dmounts.cpp52 mntent* e; in scan_mounted_volumes() local
53 while ((e = getmntent(fp)) != NULL) { in scan_mounted_volumes()
55 v->device = e->mnt_fsname; in scan_mounted_volumes()
56 v->mount_point = e->mnt_dir; in scan_mounted_volumes()
57 v->filesystem = e->mnt_type; in scan_mounted_volumes()
58 v->flags = e->mnt_opts; in scan_mounted_volumes()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java165 } catch (UpdaterState.InvalidTransitionException e) { in applyUpdate()
166 Log.e(TAG, "Failed to apply update " + config.getName(), e); in applyUpdate()
187 } catch (UpdaterState.InvalidTransitionException e) { in cancelRunningUpdate()
188 Log.e(TAG, "Failed to cancel running update", e); in cancelRunningUpdate()
210 } catch (UpdaterState.InvalidTransitionException e) { in resetUpdate()
211 Log.e(TAG, "Failed to reset update", e); in resetUpdate()
221 } catch (UpdaterState.InvalidTransitionException e) { in onSuspendClick()
222 Log.e(TAG, "Failed to suspend running update", e); in onSuspendClick()
234 } catch (UpdaterState.InvalidTransitionException e) { in onResumeClick()
235 Log.e(TAG, "Failed to resume running update", e); in onResumeClick()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java74 } catch (Exception e) { in getUpdateConfigs()
75 Log.e("UpdateConfigs", "Can't read/parse config file " + f.getName(), e); in getUpdateConfigs()
77 "Can't read/parse config file " + f.getName(), e); in getUpdateConfigs()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java134 } catch (Exception e) { in onHandleIntent()
135 Log.e(TAG, "Failed to prepare streaming update", e); in onHandleIntent()
218 } catch (IOException e) { in verifyPayloadMetadata()
221 config.getUrl()), e); in verifyPayloadMetadata()
226 } catch (Exception e) { in verifyPayloadMetadata()
227 Log.w(TAG, "UpdateEngine#verifyPayloadMetadata failed", e); in verifyPayloadMetadata()
266 } catch (IOException e) { in verifyPackageCompatibility()
267 Log.e(TAG, "Failed to verify package compatibility", e); in verifyPackageCompatibility()
/bootable/recovery/tools/image_generator/
DREADME.md15 2. `textName`: The description of the text string, e.g. "recovery_erasing",
18 files, e.g. $OUT/system/fonts/
20 strings in xml format, e.g. bootable/recovery/tools/recovery_l10n/res/
DImageGenerator.java364 } catch (IOException | ParserConfigurationException | org.xml.sax.SAXException e) { in readLocalizedStringFromXmls()
366 "Failed to read the translated text for locale " + name, e); in readLocalizedStringFromXmls()
723 } catch (ParseException e) { in main()
724 System.err.println(e.getMessage()); in main()
/bootable/recovery/tests/unit/
Dedify_test.cpp25 std::unique_ptr<Expr> e; in expect() local
27 EXPECT_EQ(0, ParseString(expr_str, &e, &error_count)); in expect()
33 bool status = Evaluate(&state, e, &result); in expect()
Dupdater_test.cpp63 std::unique_ptr<Expr> e; in expect() local
65 ASSERT_EQ(0, ParseString(expr_str, &e, &error_count)); in expect()
71 bool status = Evaluate(&state, e, &result); in expect()
1047 std::string e(4096, 'e'); in GenerateTransferList() local
1057 std::string e_hash = GetSha1(e); 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()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java243 } catch (UpdaterState.InvalidTransitionException e) { in setUpdaterStateSilent()
246 Log.e(TAG, "Failed to set updater state", e); in setUpdaterStateSilent()
303 Log.e(TAG, "PrepareUpdateService failed, result code is " + code); in applyUpdate()
357 } catch (Exception e) { in updateEngineApplyPayload()
358 Log.e(TAG, "UpdateEngine failed to apply the update", e); in updateEngineApplyPayload()
/bootable/recovery/tests/testdata/
Dtestkey_v2.x509.pem21 e+3SyXokpUquW64RuHJrf/yd/FnGjneBe3Qpm2reuzGWNH90qZGdbsfNaCm5kx2L
/bootable/recovery/
D.clang-format17 # Note that `repo upload` calls the `clang-format` binary in Android repo (i.e.
19 # give slightly different results from the one installed in host machine (e.g.
DREADME.md7 * Devices using recovery-as-boot (e.g. Pixels, which set BOARD\_USES\_RECOVERY\_AS\_BOOT)
18 * Devices with a separate recovery image (e.g. Nexus)
59 When running recovery image from debuggable builds (i.e. `-eng` or `-userdebug` build variants, or
111 for Pixel 2 devices. Note that the flag set via sysfs (i.e. the one above) is no-op when using
/bootable/recovery/edify/
Dparser.yy47 Expr* e = new Expr(fn, "(operator)", loc.start, loc.end);
49 e->argv.emplace_back(va_arg(v, Expr*));
52 return e;
DREADME.md105 concat(a;b;c, d, e;f) # evaluates to "cdf"
/bootable/recovery/minadbd/
DREADME.md20 - `minadbd` handles some requests directly, e.g. querying device properties for rescue service.
/bootable/recovery/recovery_utils/
DAndroid.bp73 // Should avoid exposing to the libs that might be used in device-specific codes (e.g.
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java210 } catch (IOException e) {
211 Log.i(TAG, "failed to write PNG", e);
/bootable/recovery/tests/
DAndroid.bp72 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
/bootable/recovery/updater_sample/
DREADME.md33 `url` is expected to point to file system, e.g. `file:///data/my-sample-ota-builds-dir/ota-002.zip`.
108 e.g. `Authorization` header to contain valid auth token. While performing
184 e.g. add a line containing `PRODUCT_PACKAGES += SystemUpdaterSample`
242 …-w -e class com.example.android.systemupdatersample.UpdateManagerTest#applyUpdate_appliesPayloadTo…
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h324 void SetColor(UIElement e) const override;
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp492 void ScreenRecoveryUI::SetColor(UIElement e) const { in SetColor()
493 switch (e) { in SetColor()