Home
last modified time | relevance | path

Searched refs:check_interface_start (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/system/core/init/generated_stub_builtin_function_map/gen/
Dgenerated_stub_builtin_function_map.h26 {"interface_start", {1, 1, {false, check_interface_start}}}, in GetBuiltinFunctionMap()
/aosp_15_r20/system/core/init/
H A Dcheck_builtins.h34 Result<void> check_interface_start(const BuiltinArguments& args);
H A Dcheck_builtins.cpp126 Result<void> check_interface_start(const BuiltinArguments& args) { in check_interface_start() function