Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Ddoc.go38 if m.docTimestampFile.Valid() {
39 ctx.Phony("rustdoc", m.docTimestampFile.Path())
H A Dbuilder.go324 docTimestampFile := android.PathForModuleOut(ctx, "rustdoc.timestamp")
336 Output: docTimestampFile,
346 return docTimestampFile
H A Drust.go129 docTimestampFile android.OptionalPath member
823 mod.docTimestampFile = mod.compiler.rustdoc(ctx, flags, deps)