Home
last modified time | relevance | path

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

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