Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dedify_parser.cpp61 std::unique_ptr<Expr> root; in main() local
63 int error = parse_string(buffer.data(), &root, &error_count); in main()
67 ExprDump(0, root, buffer); in main()
71 if (!Evaluate(&state, root, &result)) { in main()
Dparser.yy33 void yyerror(std::unique_ptr<Expr>* root, int* error_count, const char* s);
34 int yyparse(std::unique_ptr<Expr>* root, int* error_count);
71 %parse-param {std::unique_ptr<Expr>* root}
86 input: expr { root->reset($1); }
108 yyerror(root, error_count, msg.c_str());
130 void yyerror(std::unique_ptr<Expr>* root, int* error_count, const char* s) {
138 int parse_string(const char* str, std::unique_ptr<Expr>* root, int* error_count) {
140 return yyparse(root, error_count);
Dexpr.h157 int parse_string(const char* str, std::unique_ptr<Expr>* root, int* error_count);
/bootable/recovery/update_verifier/
Dupdate_verifier.rc2 user root
8 user root
/bootable/recovery/updater/
Dupdater.cpp134 std::unique_ptr<Expr> root; in main() local
136 int error = parse_string(script.c_str(), &root, &error_count); in main()
171 bool status = Evaluate(&state, root, &result); in main()
/bootable/recovery/etc/
Dinit.rc26 chown root shell /tmp
99 # Restart adbd so it can run as root
100 on property:service.adb.root=1
/bootable/recovery/
DREADME.md20 adb root
/bootable/recovery/tools/recovery_l10n/
DREADME.md24 adb root && adb pull /data/data/com.android.recovery_l10n/files/text-out.png