OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exportincludedirs
(Results
1 - 2
of
2
) sorted by null
/build/soong/cc/
library.go
322
exportIncludeDirs
:= library.flagExporter.exportedIncludes(ctx)
323
if len(
exportIncludeDirs
) > 0 {
324
f := includeDirsToFlags(
exportIncludeDirs
)
365
exportIncludeDirs
:= library.flagExporter.exportedIncludes(ctx)
367
for _, dir := range
exportIncludeDirs
.Strings() {
652
exportIncludeDirs
:= library.flagExporter.exportedIncludes(ctx)
654
for _, dir := range
exportIncludeDirs
.Strings() {
/build/soong/androidmk/cmd/androidmk/
android.go
47
"LOCAL_EXPORT_C_INCLUDE_DIRS":
exportIncludeDirs
,
347
func
exportIncludeDirs
(ctx variableAssignmentContext) error {
Completed in 266 milliseconds