Home
last modified time | relevance | path

Searched refs:CargoOutDir (Results 1 – 4 of 4) sorted by relevance

/build/soong/rust/
Dproject_json.go237 if comp.CargoOutDir().Valid() {
238 crate.Env["OUT_DIR"] = comp.CargoOutDir().String()
Dbuilder.go170 moduleGenDir := ctx.RustModule().compiler.CargoOutDir()
238 moduleGenDir := ctx.RustModule().compiler.CargoOutDir()
Dcompiler.go288 func (compiler *baseCompiler) CargoOutDir() android.OptionalPath { func
Drust.go410 CargoOutDir() android.OptionalPath methodSpec