Home
last modified time | relevance | path

Searched defs:prop_content (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/icing/icing/monkey_test/
H A Dmonkey-test-generators.cc411 std::vector<std::string> prop_content = GetStringPropertyContent(); in GenerateDocument() local
423 std::vector<PropertyProto::VectorProto> prop_content = in GenerateDocument() local
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dtarget_files.cpp55 static bool ParsePropertyFile(const std::string_view prop_content, in ParsePropertyFile()