Home
last modified time | relevance | path

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

/build/soong/cc/
Dbuilder.go454 objFile := android.ObjPathWithExt(ctx, subdir, srcFile, "o")
533 gcnoFile := android.ObjPathWithExt(ctx, subdir, srcFile, "gcno")
553 kytheFile := android.ObjPathWithExt(ctx, subdir, srcFile, "kzip")
569 tidyFile := android.ObjPathWithExt(ctx, subdir, srcFile, "tidy")
590 sAbiDumpFile := android.ObjPathWithExt(ctx, subdir, srcFile, "sdump")
/build/soong/bpf/
Dbpf.go88 obj := android.ObjPathWithExt(ctx, "", src, "o")
/build/soong/android/
Dpaths.go164 func ObjPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleObjPath { func