HomeSort by relevance Sort by last modified time
    Searched refs:RegisterFunction (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/updater/
install.c 1040 RegisterFunction("mount", MountFn);
1041 RegisterFunction("is_mounted", IsMountedFn);
1042 RegisterFunction("unmount", UnmountFn);
1043 RegisterFunction("format", FormatFn);
1044 RegisterFunction("show_progress", ShowProgressFn);
1045 RegisterFunction("set_progress", SetProgressFn);
1046 RegisterFunction("delete", DeleteFn);
1047 RegisterFunction("delete_recursive", DeleteFn);
1048 RegisterFunction("package_extract_dir", PackageExtractDirFn);
1049 RegisterFunction("package_extract_file", PackageExtractFileFn)
    [all...]
  /bootable/recovery/edify/
expr.c 353 void RegisterFunction(const char* name, Function fn) {
385 RegisterFunction("ifelse", IfElseFn);
386 RegisterFunction("abort", AbortFn);
387 RegisterFunction("assert", AssertFn);
388 RegisterFunction("concat", ConcatFn);
389 RegisterFunction("is_substring", SubstringFn);
390 RegisterFunction("stdout", StdoutFn);
391 RegisterFunction("sleep", SleepFn);
393 RegisterFunction("less_than_int", LessThanIntFn);
394 RegisterFunction("greater_than_int", GreaterThanIntFn)
    [all...]
expr.h 115 void RegisterFunction(const char* name, Function fn);
120 // Call this after all calls to RegisterFunction() but before parsing
  /device/htc/common/updater/
recovery_updater.c 149 RegisterFunction("htc.install_radio", UpdateFn);
150 RegisterFunction("htc.install_hboot", UpdateFn);

Completed in 40 milliseconds