Home
last modified time | relevance | path

Searched refs:subdirs (Results 1 – 25 of 95) sorted by relevance

1234

/aosp12/build/make/tools/
H A Dexercise_compare_builds33 --no-build --subdirs
35 --no-build --subdirs system
40 --no-build --no-check-out-dir --subdirs
42 --no-build --no-check-out-dir --subdirs system
47 --no-build --detect-embedded-paths --subdirs
49 --no-build --detect-embedded-paths --subdirs system
54 --no-build --incremental --subdirs
56 --no-build --incremental --subdirs system
61 --no-build --incremental --no-check-out-dir --subdirs
63 --no-build --incremental --no-check-out-dir --subdirs system
H A Dcompare_builds.py275 if args.subdirs is not None:
276 if args.subdirs:
277 subdirs = args.subdirs
279 subdirs = DEFAULT_DIRS
280 first_files = ProductFiles(RequireBuildVar(first_out_dir, "PRODUCT_OUT"), subdirs)
281 second_files = ProductFiles(RequireBuildVar(second_out_dir, "PRODUCT_OUT"), subdirs)
614 def __init__(self, product_out, subdirs): argument
616 self._subdirs = subdirs
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpService.java146 String[] subdirs = null; in onStartCommand() local
150 subdirs = new String[count]; in onStartCommand()
155 subdirs[i] = file.getName(); in onStartCommand()
159 startServer(primary, subdirs); in onStartCommand()
163 private synchronized void startServer(StorageVolume primary, String[] subdirs) { in startServer() argument
181 final MtpDatabase database = new MtpDatabase(this, subdirs); in startServer()
/aosp12/build/soong/finder/fs/
H A Dfs.go227 subdirs map[string]*mockDir member
302 _, isDir := parentDir.subdirs[fileName]
337 dir, isDir := parentDir.subdirs[name]
550 for name, subdir := range dir.subdirs {
655 delete(destParentDir.subdirs, destBase)
666 destParentDir.subdirs[destBase] = dir
738 subdirs: make(map[string]*mockDir, 0),
799 parent.subdirs[leaf] = childDir
837 _, isDir := parentDir.subdirs[leaf]
918 _, isDir := parentDir.subdirs[leaf]
[all …]
/aosp12/build/make/tools/droiddoc/templates-pdk/
H A Dsampleindex.cs24 <?cs if:subcount(subdirs) ?>
27 <?cs each:dir=subdirs ?>
/aosp12/frameworks/wilhelm/
H A DAndroid.bp47 srcs: ["include/OMXAL/**/*.h"], // All headers in all subdirs.
62 srcs: ["include/SLES/**/*.h"], // All headers in all subdirs.
78 subdirs = [
/aosp12/bionic/tests/headers/
H A DAndroid.bp5 subdirs = ["*"]
/aosp12/bionic/tools/versioner/
H A DAndroid.bp5 subdirs = [
/aosp12/system/server_configurable_flags/
H A DAndroid.bp5 subdirs = ["*"]
/aosp12/build/blueprint/tests/test_tree/
H A DBlueprints3 subdirs = ["*"]
/aosp12/system/nvram/
H A DAndroid.bp5 subdirs = [
/aosp12/frameworks/minikin/
H A DAndroid.bp22 subdirs = [
/aosp12/frameworks/rs/support/
H A DAndroid.bp5 subdirs = [
/aosp12/bionic/tools/
H A DAndroid.bp16 subdirs = ["*"]
/aosp12/system/media/audio_utils/fuzz/
H A DAndroid.bp9 subdirs = ["*"]
/aosp12/system/media/
H A DAndroid.bp18 subdirs = ["*"]
/aosp12/system/nfc/
H A DAndroid.bp18 subdirs = ["src", "utils"]
/aosp12/system/extras/tests/lib/
H A DAndroid.bp10 subdirs = ["*"]
/aosp12/frameworks/compile/mclinker/lib/
H A DAndroid.bp10 subdirs = ["*"]
/aosp12/system/bt/vendor_libs/linux/
H A DAndroid.bp10 subdirs = [
/aosp12/
H A DAndroid.bp2 // subdirs= and optional_subdirs= are obsolete and this file no longer
/aosp12/build/soong/
H A Droot.bp2 // subdirs= and optional_subdirs= are obsolete and this file no longer
/aosp12/system/bt/vendor_libs/
H A DAndroid.bp10 subdirs = [
/aosp12/system/bt/embdrv/sbc/
H A DAndroid.bp10 subdirs = [
/aosp12/frameworks/native/cmds/surfacereplayer/
H A DAndroid.bp10 subdirs = [

1234