Searched refs:root (Results 1 – 11 of 11) sorted by relevance
/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/update_verifier/ |
D | update_verifier.rc | 2 user root 8 user root
|
/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 | 35 chown root shell /tmp 86 # Restart adbd so it can run as root 87 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
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 1513 …��/procyu:object_r:rootfs:s0/root�����… 2829 chown root shell /tmp 2905 # Restart adbd so it can run as root 2906 on property:service.adb.root=1 2943 service.adb.root u:object_r:shell_prop:s0 8657 /dev/null 0666 root root 8658 /dev/zero 0666 root root 8659 /dev/full 0666 root root 8660 /dev/ptmx 0666 root root 8661 /dev/tty 0666 root root [all …]
|