Home
last modified time | relevance | path

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

/build/make/tools/atree/
Dfiles.cpp116 const string& sourceName, const string& outName) in add_file() argument
123 rec.outName = outName; in add_file()
366 rec->outPath = path_append(base, rec->outName); in stat_out()
407 r.outName = path_append(rec.outName, entry); in add_more()
Dfiles.h32 string outName; member
/build/soong/cmd/extract_apks/
Dmain.go400 outName, ok := renamer(inName)
406 origin, inName, outName)
408 entryOrigin[outName] = inName
409 if err := writer.CopyFrom(apkFile, outName); err != nil {
414 `name="%s" certificate="PRESIGNED" private_key="" partition="%s"`, outName, partition))