Home
last modified time | relevance | path

Searched refs:root (Results 1 – 10 of 10) sorted by relevance

/bootable/recovery/update_verifier/
Dupdate_verifier.rc2 user root
8 user root
/bootable/recovery/edify/
Dparser.yy35 void yyerror(std::unique_ptr<Expr>* root, int* error_count, const char* s);
36 int yyparse(std::unique_ptr<Expr>* root, int* error_count);
73 %parse-param {std::unique_ptr<Expr>* root}
88 input: expr { root->reset($1); }
110 yyerror(root, error_count, msg.c_str());
133 void yyerror(std::unique_ptr<Expr>* root, int* error_count, const char* s) {
141 int ParseString(const std::string& str, std::unique_ptr<Expr>* root, int* error_count) {
143 return yyparse(root, error_count);
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java63 File root = new File(getConfigsRoot(context)); in getUpdateConfigs() local
65 if (!root.exists()) { in getUpdateConfigs()
68 for (final File f : root.listFiles()) { in getUpdateConfigs()
/bootable/recovery/updater/
Dupdater.cpp69 std::unique_ptr<Expr> root; in RunUpdate() local
71 int error = ParseString(updater_script_, &root, &error_count); in RunUpdate()
81 bool status = Evaluate(&state, root, &result_); in RunUpdate()
/bootable/recovery/
DCleanSpec.mk49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/sbin)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/system/lib64/libinstall.so)
DREADME.md34 adb root
69 subset of `adb` commands are meaningful under recovery, such as `adb root`, `adb shell`, `adb push`,
/bootable/recovery/etc/
Dinit.rc38 chown root shell /tmp
89 # Restart adbd so it can run as root
90 on property:service.adb.root=1
/bootable/recovery/tools/recovery_l10n/
DREADME.md24 adb root && adb pull /data/data/com.android.recovery_l10n/files/text-out.png
/bootable/recovery/edify/include/edify/
Dexpr.h157 int ParseString(const std::string& str, std::unique_ptr<Expr>* root, int* error_count);
/bootable/recovery/updater_sample/
DREADME.md200 `adb root` might be required.
261 local$ adb root