Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Dproc_macro.go77 validateLibraryStem(ctx, stem, procMacro.crateName())
H A Dlibrary.go540 validateLibraryStem(ctx, stem, library.crateName())
562 func validateLibraryStem(ctx BaseModuleContext, filename string, crate_name string) { func