Home
last modified time | relevance | path

Searched defs:GetBin (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/libarttools/include_testing/tools/
H A Dtesting.h51 [[maybe_unused]] static std::string GetBin(const std::string& name) { in GetBin() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.cc121 std::optional<std::vector<uint8_t>> ConfigCacheHelper::GetBin(const std::string& section, in GetBin() function in bluetooth::storage::ConfigCacheHelper
Dstorage_module.cc350 std::optional<std::vector<uint8_t>> StorageModule::GetBin(const std::string& section, in GetBin() function in bluetooth::storage::StorageModule
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc60 bool bluetooth::shim::BtifConfigInterface::GetBin(const std::string& /* section */, in GetBin() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc105 bool BtifConfigInterface::GetBin(const std::string& section, const std::string& property, in GetBin() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/art/runtime/
H A Dexec_utils_test.cc54 std::string GetBin(const std::string& name) { in GetBin() function
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc3662 ImageWriter::Bin ImageWriter::BinSlot::GetBin() const { in GetBin() function in art::linker::ImageWriter::BinSlot