Searched refs:root (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/update_verifier/ |
D | update_verifier.rc | 2 user root 8 user root
|
/bootable/recovery/edify/ |
D | parser.yy | 35 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/ |
D | UpdateConfigs.java | 63 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/ |
D | updater.cpp | 69 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/ |
D | CleanSpec.mk | 49 $(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)
|
D | README.md | 34 adb root 69 subset of `adb` commands are meaningful under recovery, such as `adb root`, `adb shell`, `adb push`,
|
/bootable/recovery/etc/ |
D | init.rc | 38 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/ |
D | README.md | 24 adb root && adb pull /data/data/com.android.recovery_l10n/files/text-out.png
|
/bootable/recovery/edify/include/edify/ |
D | expr.h | 157 int ParseString(const std::string& str, std::unique_ptr<Expr>* root, int* error_count);
|
/bootable/recovery/updater_sample/ |
D | README.md | 200 `adb root` might be required. 261 local$ adb root
|