/build/make/tools/ |
D | generate-notice-files.py | 247 for subdir in included_subdirs: 248 if (root == (input_dir + '/' + subdir) or 249 root.startswith(input_dir + '/' + subdir + '/')): 253 for subdir in excluded_subdirs: 254 if (root == (input_dir + '/' + subdir) or 255 root.startswith(input_dir + '/' + subdir + '/')):
|
D | compare_builds.py | 619 for subdir in self._subdirs: 620 if relative.startswith(subdir):
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 29 subdir string member 37 subdir: "/my_headers", 52 if arg0.Name == lib.variable && arg1.Value == lib.subdir {
|
/build/soong/cc/ |
D | cflag_artifacts.go | 42 func allowedDir(subdir string) bool { 43 subdir += "/" 44 return android.HasAnyPrefix(subdir, TrackedCFlagsDir)
|
D | builder.go | 462 func transformSourceToObj(ctx ModuleContext, subdir string, srcFiles, noTidySrcs, timeoutTidySrcs a… 576 objFile := android.ObjPathWithExt(ctx, subdir, srcFile, "o") 645 gcnoFile := android.ObjPathWithExt(ctx, subdir, srcFile, "gcno") 666 kytheFile := android.ObjPathWithExt(ctx, subdir, srcFile, "kzip") 683 tidyFile := android.ObjPathWithExt(ctx, subdir, srcFile, "tidy") 684 tidyDepFile := android.ObjPathWithExt(ctx, subdir, srcFile, "tidy.dep") 728 sAbiDumpFile := android.ObjPathWithExt(ctx, subdir, srcFile, "sdump")
|
D | compiler.go | 289 func warningsAreAllowed(subdir string) bool { 290 subdir += "/" 291 return android.HasAnyPrefix(subdir, config.WarningAllowedProjects) 684 func compileObjs(ctx ModuleContext, flags builderFlags, subdir string, 687 …return transformSourceToObj(ctx, subdir, srcFiles, noTidySrcs, timeoutTidySrcs, flags, pathDeps, c…
|
D | library.go | 784 for _, subdir := range []string{"Eigen", "unsupported/Eigen"} { 785 globDir := "external/eigen/" + subdir + "/**/*"
|
/build/make/orchestrator/core/ |
D | lunch.py | 42 for subdir in subdirs: 43 yield from FindDirs(os.path.join(path, subdir), name, ttl-1) 64 for subdir in sorted(subdirs): 65 yield from WalkPaths(os.path.join(path, subdir), matcher, ttl-1)
|
/build/soong/android/ |
D | paths.go | 223 genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath argument 226 objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath argument 234 func GenPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleGenPath { 236 return path.genPathWithExt(ctx, subdir, ext) 244 func ObjPathWithExt(ctx ModuleOutPathContext, subdir string, p Path, ext string) ModuleObjPath { 246 return path.objPathWithExt(ctx, subdir, ext) 1251 func (p OutputPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { 1252 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) 1429 func (p SourcePath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 1430 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) [all …]
|
D | bazel_paths.go | 444 func (p BazelOutPath) genPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleGenPath { 445 return PathForModuleGen(ctx, subdir, pathtools.ReplaceExtension(p.path, ext)) 448 func (p BazelOutPath) objPathWithExt(ctx ModuleOutPathContext, subdir, ext string) ModuleObjPath { 449 return PathForModuleObj(ctx, subdir, pathtools.ReplaceExtension(p.path, ext))
|
D | config.go | 1938 var subdir string 1940 subdir = "system/framework" 1942 subdir = "system_ext/framework" 1944 subdir = filepath.Join("apex", apex, "javalib") 1948 paths[i] = filepath.Join(cfg.Getenv("OUT_DIR"), "host", cfg.PrebuiltOS(), subdir, name) 1950 paths[i] = filepath.Join("/", subdir, name)
|
/build/make/core/ |
D | definitions.mk | 203 define all-subdir-makefiles 214 define all-named-subdir-makefiles 226 $(call find-subdir-files,$(2) -type d -name "$(1)") 234 define all-subdir-named-dirs 254 define all-subdir-named-files 273 define all-subdir-java-files 292 define all-subdir-c-files 315 define all-subdir-cpp-files 333 define all-subdir-Iaidl-files 351 define all-subdir-vts-files [all …]
|
D | package_internal.mk | 164 $(call find-subdir-assets, $(dir)) \ 195 $(call find-subdir-assets,$(d))))) 199 $(call find-subdir-assets,$(my_res_dir)))))
|
D | static_java_library.mk | 54 $(call find-subdir-assets,$(dir)) \
|
D | product_config.mk | 76 define find-copy-subdir-files
|
/build/make/tools/releasetools/ |
D | test_utils.py | 250 os.path.join(base_path, subdir) for subdir in ALLOWED_TEST_SUBDIRS
|
D | common.py | 1255 for subdir in subdirs: 1256 if os.path.exists(os.path.join(target_files_dir, subdir)): 1257 partition_map[partition] = subdir
|
/build/make/tools/releasetools/merge/ |
D | merge_target_files.py | 294 for subdir in ('VENDOR', 'SYSTEM/vendor'): 295 source = os.path.join(vendor_target_files_dir, subdir, filename) 297 dest = os.path.join(target_files_dir, subdir, filename)
|
/build/soong/linkerconfig/proto/ |
D | linker_config.proto | 44 // e.g. ${LIB}/subdir
|
/build/soong/java/ |
D | prebuilt_apis.go | 169 func globScopeDir(mctx android.LoadHookContext, subdir string, subdir_glob string) []string { 171 dir := mctx.ModuleDir() + "/" + subdir
|
/build/bazel/rules/ |
D | prebuilt_file.bzl | 33 # Is this an acceptable directory, or a subdir under one?
|
/build/soong/finder/fs/ |
D | fs.go | 473 subdir, subdirExists := dir.subdirs[baseName] 475 return m.dirToFileInfo(subdir, path), nil 550 for name, subdir := range dir.subdirs { 551 dirInfo := m.dirToFileInfo(subdir, name)
|
/build/make/tests/ |
D | product.rbc | 24 ### PRODUCT_COPY_FILES += $(call find-copy-subdir-files,audio_platform_info*.xml,device/google/redf…
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 1129 LOCAL_MODULE_PATH := $(HOST_OUT)/subdir
|
/build/blueprint/ |
D | context.go | 1232 for _, subdir := range subdirs { 1233 pattern := filepath.Join(dir, subdir, subBlueprintsName)
|