Home
last modified time | relevance | path

Searched refs:WriteBinaryPaths (Results 1 – 3 of 3) sorted by relevance

/system/linkerconfig/include/linkerconfig/
Dsection.h40 void WriteBinaryPaths(ConfigWriter& writer);
/system/linkerconfig/modules/
Dsection.cc66 void Section::WriteBinaryPaths(ConfigWriter& writer) { in WriteBinaryPaths() function in android::linkerconfig::modules::Section
/system/linkerconfig/modules/tests/
Dsection_test.cc138 section.WriteBinaryPaths(writer); in TEST()