Home
last modified time | relevance | path

Searched refs:create_cpp_lib (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig/src/
Dmain.rs416 commands::create_cpp_lib(cache, *mode).context("failed to create cpp lib")?; in main()
Dcommands.rs238 pub fn create_cpp_lib(mut input: Input, codegen_mode: CodegenMode) -> Result<Vec<OutputFile>> { in create_cpp_lib() function