Home
last modified time | relevance | path

Searched refs:WriteLine (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/linkerconfig/modules/
H A Dconfigwriter.cc30 WriteLine(var + (is_first ? " = " : " += ") + value); in WriteVars()
35 void ConfigWriter::WriteLine(const std::string& line) { in WriteLine() function in android::linkerconfig::modules::ConfigWriter
H A Dnamespace.cc89 writer.WriteLine(prefix + "isolated = " + (is_isolated_ ? "true" : "false")); in WriteConfig()
92 writer.WriteLine(prefix + "visible = true"); in WriteConfig()
108 writer.WriteLine(prefix + "links = " + android::base::Join(link_list, ",")); in WriteConfig()
H A Dsection.cc36 writer.WriteLine("[" + name_ + "]"); in WriteConfig()
54 writer.WriteLine("additional.namespaces = " + in WriteConfig()
H A Dlink.cc42 writer.WriteLine(prefix + "allow_all_shared_libs = true"); in WriteConfig()
H A Dconfiguration.cc38 writer.WriteLine("dir." + section + " = " + dir); in WriteConfig()
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dconfigwriter.h29 void WriteLine(const std::string& line);
/aosp12/system/linkerconfig/modules/tests/
H A Dconfigwriter_test.cc27 writer.WriteLine(kSampleContent); in TEST()
/aosp12/art/dex2oat/
H A Ddex2oat_image_test.cc76 static void WriteLine(File* file, std::string line) { in WriteLine() function in art::Dex2oatImageTest
242 WriteLine(classes.GetFile(), ref.dex_file->PrettyType(ref.TypeIndex())); in TEST_F()