Home
last modified time | relevance | path

Searched refs:listFile (Results 1 – 5 of 5) sorted by relevance

/build/soong/cmd/merge_module_info_json/
Dmerge_module_info_json.go32 listFile = flag.String("l", "", "input file list file") var
54 if *listFile != "" {
55 listFileInputs, err := readListFile(*listFile)
57 fmt.Fprintf(os.Stderr, "failed to read list file %s: %s", *listFile, err)
72 f, err := os.Open(*listFile)
/build/make/tools/atree/
Dfiles.cpp115 const string& listFile, int listLine, in add_file() argument
119 rec.listFile = listFile; in add_file()
359 rec->listFile.c_str(), rec->listLine, rec->sourceName.c_str()); in locate()
397 r.listFile = rec.listFile; in add_more()
Dfiles.h21 string listFile; member
/build/soong/android/
Dtest_suites.go125 func buildTestList(ctx SingletonContext, listFile string, installedPaths InstallPaths) Path {
139 outputFile := pathForPackaging(ctx, listFile)
/build/blueprint/
Dcontext.go741 func (c *Context) SetModuleListFile(listFile string) {
742 c.moduleListFile = listFile