Lines Matching refs:BuiltinArguments

70 static Result<void> check_stub(const BuiltinArguments& args) {  in check_stub()
76 Result<void> check_chown(const BuiltinArguments& args) { in check_chown()
95 Result<void> check_exec(const BuiltinArguments& args) { in check_exec()
106 Result<void> check_exec_background(const BuiltinArguments& args) { in check_exec_background()
110 Result<void> check_exec_reboot_on_failure(const BuiltinArguments& args) { in check_exec_reboot_on_failure()
111 BuiltinArguments remaining_args{.context = args.context}; in check_exec_reboot_on_failure()
119 Result<void> check_interface_restart(const BuiltinArguments& args) { in check_interface_restart()
126 Result<void> check_interface_start(const BuiltinArguments& args) { in check_interface_start()
130 Result<void> check_interface_stop(const BuiltinArguments& args) { in check_interface_stop()
134 Result<void> check_load_system_props(const BuiltinArguments& args) { in check_load_system_props()
138 Result<void> check_loglevel(const BuiltinArguments& args) { in check_loglevel()
149 Result<void> check_mount_all(const BuiltinArguments& args) { in check_mount_all()
157 Result<void> check_mkdir(const BuiltinArguments& args) { in check_mkdir()
165 Result<void> check_restorecon(const BuiltinArguments& args) { in check_restorecon()
176 Result<void> check_restorecon_recursive(const BuiltinArguments& args) { in check_restorecon_recursive()
180 Result<void> check_setprop(const BuiltinArguments& args) { in check_setprop()
220 Result<void> check_setrlimit(const BuiltinArguments& args) { in check_setrlimit()
228 Result<void> check_swapon_all(const BuiltinArguments& args) { in check_swapon_all()
236 Result<void> check_sysclktz(const BuiltinArguments& args) { in check_sysclktz()
246 Result<void> check_umount_all(const BuiltinArguments& args) { in check_umount_all()
254 Result<void> check_wait(const BuiltinArguments& args) { in check_wait()
264 Result<void> check_wait_for_prop(const BuiltinArguments& args) { in check_wait_for_prop()