Home
last modified time | relevance | path

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

/aosp12/build/make/tools/atree/
H A Dfiles.cpp335 rec->sourceMod = 0; in locate()
351 rec->sourceMod = st.st_mtime; in locate()
404 r.sourceMod = st.st_mtime; in add_more()
H A Dfiles.h28 time_t sourceMod; member
H A Datree.cpp316 it->sourcePath.c_str(), it->sourceMod, in main()
319 if (it->outSize != it->sourceSize || it->outMod < it->sourceMod) { in main()
/aosp12/build/soong/rust/
H A Drust.go811 sourceMod := actx.GetDirectDepWithTag(mod.Name(), sourceDepTag)
812 sourceLib := sourceMod.(*Module).compiler.(*libraryDecorator)