/aosp12/hardware/qcom/sdm845/gps/ |
H A D | Android.mk | 9 include $(call all-named-subdir-makefiles,msm8960) 12 include $(call all-named-subdir-makefiles,msm8994) 15 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM)) 18 include $(call all-named-subdir-makefiles,sdm845) 22 include $(call all-named-subdir-makefiles,$(GPS_DIRS)) 27 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM)) 31 include $(call all-named-subdir-makefiles,$(GPS_DIRS)) 34 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
|
/aosp12/hardware/qcom/gps/ |
H A D | Android.mk | 20 include $(call all-named-subdir-makefiles,msm8960) 23 include $(call all-named-subdir-makefiles,msm8994) 25 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM)) 29 include $(call all-named-subdir-makefiles,$(GPS_DIRS)) 36 include $(call all-named-subdir-makefiles,msm8909w_3100) 40 include $(call all-named-subdir-makefiles,$(GPS_DIRS)) 44 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
|
/aosp12/hardware/qcom/display/ |
H A D | Android.mk | 6 include $(call all-named-subdir-makefiles,msm8084) 8 include $(call all-named-subdir-makefiles,msm8226) 10 include $(call all-named-subdir-makefiles,msm8994) 13 include $(call all-named-subdir-makefiles,msm8909w_3100) 15 include $(call all-named-subdir-makefiles,msm8909) 18 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM))
|
/aosp12/hardware/qcom/bt/ |
H A D | Android.mk | 5 include $(call all-named-subdir-makefiles,msm8960) 7 include $(call all-named-subdir-makefiles,msm8992) 10 include $(call all-named-subdir-makefiles,msm8909w_3100) 12 include $(call all-named-subdir-makefiles,msm8909) 15 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM))
|
/aosp12/system/incremental_delivery/incfs/ |
H A D | MountRegistry.cpp | 72 result.emplace_back(it->second.subdir, it->first); in binds() 124 const auto& bindSubdir = bindIt->second.subdir; in rootAndSubpathFor() 177 const auto& subdir = rootIt->second.subdir; in addBind() local 178 auto realSubdir = path::join(subdir, whatSubpath); in addBind() 348 auto subdir = items[3]; in loadFrom() local 365 if (subdir == "/"sv) { in loadFrom() 367 subdir = ""sv; in loadFrom() 369 mount.bindPoints.emplace_back(std::string(subdir), std::move(mountPoint)); in loadFrom() 402 for (auto& [subdir, bind] : mount.bindPoints) { in loadFrom() 404 .insert_or_assign(std::move(bind), Bind{std::move(subdir), index}) in loadFrom() [all …]
|
/aosp12/frameworks/base/data/keyboards/ |
H A D | keyboards.mk | 18 $(call find-copy-subdir-files,*.kl,$(LOCAL_PATH),system/usr/keylayout) \ 19 $(call find-copy-subdir-files,*.kcm,$(LOCAL_PATH),system/usr/keychars) \ 20 $(call find-copy-subdir-files,*.idc,$(LOCAL_PATH),system/usr/idc)
|
/aosp12/packages/modules/adb/ |
H A D | adb_utils_test.cpp | 37 static std::string subdir(const char* parent, const char* child) { in subdir() function 55 ASSERT_FALSE(directory_exists(subdir(profiles_dir, "does-not-exist"))); in TEST() 74 EXPECT_FALSE(directory_exists(subdir(profiles_dir, "All Users"))); in TEST() 80 EXPECT_FALSE(directory_exists(subdir(profiles_dir, "Default User"))); in TEST()
|
/aosp12/build/soong/scripts/ |
H A D | generate-notice-files.py | 240 for subdir in included_subdirs: 241 if (root == (input_dir + '/' + subdir) or 242 root.startswith(input_dir + '/' + subdir + '/')): 246 for subdir in excluded_subdirs: 247 if (root == (input_dir + '/' + subdir) or 248 root.startswith(input_dir + '/' + subdir + '/')):
|
/aosp12/build/make/tools/ |
H A D | generate-notice-files.py | 241 for subdir in included_subdirs: 242 if (root == (input_dir + '/' + subdir) or 243 root.startswith(input_dir + '/' + subdir + '/')): 247 for subdir in excluded_subdirs: 248 if (root == (input_dir + '/' + subdir) or 249 root.startswith(input_dir + '/' + subdir + '/')):
|
/aosp12/art/libartbase/base/ |
H A D | file_utils.cc | 372 void GetDalvikCache(const char* subdir, const bool create_if_absent, std::string* dalvik_cache, in GetDalvikCache() argument 375 UNUSED(subdir); in GetDalvikCache() 383 CHECK(subdir != nullptr); in GetDalvikCache() 395 *dalvik_cache = dalvik_cache_root + '/' + subdir; in GetDalvikCache() 554 const char* subdir = nullptr) { in IsLocationOn() argument 571 if (subdir != nullptr) { in IsLocationOn() 575 DCHECK(!StartsWithSlash(subdir) && EndsWithSlash(subdir)) << subdir; in IsLocationOn() 576 path_prefix.append(subdir); in IsLocationOn()
|
/aosp12/art/build/ |
H A D | Android.cpplint.mk | 32 ART_CPPLINT_SRC := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir… 36 ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPPLINT.cfg))
|
/aosp12/hardware/invensense/ |
H A D | Android.mk | 4 include $(call all-named-subdir-makefiles,65xx) 7 include $(call all-named-subdir-makefiles,6515)
|
/aosp12/hardware/qcom/display/msm8994/ |
H A D | Android.mk | 5 include $(call all-named-subdir-makefiles,$(display-hals)) 8 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/hardware/qcom/display/msm8084/ |
H A D | Android.mk | 5 include $(call all-named-subdir-makefiles,$(display-hals)) 8 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/hardware/qcom/display/msm8226/ |
H A D | Android.mk | 5 include $(call all-named-subdir-makefiles,$(display-hals)) 8 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/hardware/qcom/display/msm8960/ |
H A D | Android.mk | 5 include $(call all-named-subdir-makefiles,$(display-hals)) 9 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/build/soong/partner/bpfix/extensions/ |
H A D | headers.go | 29 subdir string member 37 subdir: "/my_headers", 52 if arg0.Name == lib.variable && arg1.Value == lib.subdir {
|
/aosp12/hardware/qcom/display/msm8998/ |
H A D | Android.mk | 12 include $(call all-named-subdir-makefiles,$(display-hals)) 15 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/hardware/qcom/display/msm8996/ |
H A D | Android.mk | 13 include $(call all-named-subdir-makefiles,$(display-hals)) 16 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/hardware/qcom/display/msm8909/ |
H A D | Android.mk | 12 include $(call all-named-subdir-makefiles,$(display-hals)) 15 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/hardware/qcom/sdm845/display/ |
H A D | Android.mk | 14 include $(call all-named-subdir-makefiles,$(display-hals)) 17 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/hardware/qcom/sm7250/display/ |
H A D | Android.mk | 14 include $(call all-named-subdir-makefiles,$(display-hals)) 17 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/hardware/qcom/sm8150/display/ |
H A D | Android.mk | 13 include $(call all-named-subdir-makefiles,$(display-hals)) 16 include $(call all-named-subdir-makefiles,$(display-hals))
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | AaptAssets.cpp | 619 sp<AaptDir> subdir = this; in makeDir() local 621 subdir = subdir->makeDir(name); in makeDir() 624 ssize_t i = subdir->mDirs.indexOfKey(name); in makeDir() 626 return subdir->mDirs.valueAt(i); in makeDir() 629 subdir->mDirs.add(name, dir); in makeDir() 709 sp<AaptDir> subdir; in slurpFullTree() local 712 subdir = mDirs.valueFor(fileNames[i]); in slurpFullTree() 723 mDirs.add(fileNames[i], subdir); in slurpFullTree() 946 dir = subdir; in addFile() 961 sp<AaptDir> subdir = res->makeDir(dirname); in addResource() local [all …]
|
/aosp12/hardware/qcom/display/msm8909w_3100/ |
H A D | Android.mk | 16 include $(call all-named-subdir-makefiles,$(display-hals)) 19 include $(call all-named-subdir-makefiles,$(display-hals))
|