Lines Matching defs:args
197 static int wait_for_coldboot_done_action(const std::vector<std::string>& args) {
234 static int mix_hwrng_into_linux_rng_action(const std::vector<std::string>& args)
368 static int set_mmap_rnd_bits_action(const std::vector<std::string>& args)
414 static int set_kptr_restrict_action(const std::vector<std::string>& args)
425 static int keychord_init_action(const std::vector<std::string>& args)
431 static int console_init_action(const std::vector<std::string>& args)
520 static int property_enable_triggers_action(const std::vector<std::string>& args)
527 static int queue_property_triggers_action(const std::vector<std::string>& args)
1019 char* args[] = { path, nullptr };
1020 execv(path, args);