Home
last modified time | relevance | path

Searched defs:property (Results 1 – 9 of 9) sorted by relevance

/system/vold/
DCryptoType.cpp28 const CryptoType& default_alg, const char* property) { in lookup_crypto_algorithm()
/system/logging/logd/
DLogSize.cpp73 for (const auto& property : properties) { in GetBufferSizeFromProperties() local
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp63 auto property = tokenizer.GetNext(); in ParsePropertyInfoLine() local
/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h163 for (std::string property; in ParseNamespaceCommand() local
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp174 void PropertyInfoArea::GetPropertyInfo(const char* property, const char** context, in GetPropertyInfo()
/system/core/sdcard/
Dsdcard.cpp63 char property[PROPERTY_VALUE_MAX]; in should_use_sdcardfs() local
/system/core/bootstat/
Dbootstat.cpp1154 void RecordInitBootTimeProp(BootEventRecordStore* boot_event_store, const char* property) { in RecordInitBootTimeProp()
/system/core/llkd/
Dlibllkd.cpp1276 bool llkCheckEng(const std::string& property) { in llkCheckEng()
/system/incremental_delivery/incfs/
Dincfs.cpp145 static std::pair<bool, std::string_view> parseProperty(std::string_view property) { in parseProperty()