Searched refs:listFile (Results 1 – 5 of 5) sorted by relevance
/build/soong/cmd/merge_module_info_json/ |
D | merge_module_info_json.go | 32 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/ |
D | files.cpp | 115 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()
|
D | files.h | 21 string listFile; member
|
/build/soong/android/ |
D | test_suites.go | 125 func buildTestList(ctx SingletonContext, listFile string, installedPaths InstallPaths) Path { 139 outputFile := pathForPackaging(ctx, listFile)
|
/build/blueprint/ |
D | context.go | 741 func (c *Context) SetModuleListFile(listFile string) { 742 c.moduleListFile = listFile
|