Home | History | Annotate | Download | only in cc

Lines Matching refs:Files

101 	// Paths to .so files
103 // Paths to the dependencies to use for .so files (.so.toc files)
105 // Paths to .a files
108 // Paths to .o files
113 // Paths to generated source files
120 // Paths to crt*.o files
131 GlobalFlags []string // Flags that apply to C, C++, and assembly source files
133 AsFlags []string // Flags that apply to assembly source files
134 CFlags []string // Flags that apply to C and C++ source files
135 ToolingCFlags []string // Flags that apply to C and C++ source files parsed by clang LibTooling tools
136 ConlyFlags []string // Flags that apply to C source files
137 CppFlags []string // Flags that apply to C++ source files
138 ToolingCppFlags []string // Flags that apply to C++ source files parsed by clang LibTooling tools
139 YaccFlags []string // Flags that apply to Yacc source files
140 aidlFlags []string // Flags that apply to aidl source files
141 rsFlags []string // Flags that apply to renderscript source files
146 YasmFlags []string // Flags that apply to yasm assembly source files
148 // Global include flags that apply to C, C++, and assembly source files
160 CFlagsDeps android.Paths // Files depended on by compiler flags
161 LdFlagsDeps android.Paths // Files depended on by linker flags
196 // *.logtags files, to combine together in order to generate the /system/etc/event-log-tags
1583 files := genRule.GeneratedSourceFiles()
1584 if len(files) == 1 {
1585 depPaths.LinkerFlagsFile = android.OptionalPathForPath(files[0])
1586 } else if len(files) > 1 {
1759 // When combining coverage files for shared libraries and executables, coverage files
1761 // source based Abi dump files.