Home
last modified time | relevance | path

Searched defs:HasSection (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dconfig_file.h89 bool HasSection(const std::string &section_name, in HasSection() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc21 bool bluetooth::shim::BtifConfigInterface::HasSection(const std::string& /* section */) { in HasSection() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc34 bool BtifConfigInterface::HasSection(const std::string& section) { in HasSection() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc129 bool ConfigCache::HasSection(const std::string& section) const { in HasSection() function in bluetooth::storage::ConfigCache
Dstorage_module.cc242 bool StorageModule::HasSection(const std::string& section) const { in HasSection() function in bluetooth::storage::StorageModule
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h104 unsigned HasSection : 1; member
/aosp_15_r20/art/runtime/oat/
H A Delf_file.cc1669 bool ElfFile::HasSection(const std::string& name) const { in HasSection() function in art::ElfFile
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp731 auto HasSection = RawFlags & 0x1; // bool in getDecodedGVSummaryFlags() local