Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-writer.h52 set_write_corpus_path(write_context& ctxt, bool flag);
88 set_write_corpus_path(ctxt, opts.write_corpus_path); in set_common_options()
/external/libabigail/src/
Dabg-writer.cc295 set_write_corpus_path(bool f) in set_write_corpus_path() function in abigail::xml_writer::write_context
2110 set_write_corpus_path(write_context& ctxt, bool flag) in set_write_corpus_path() function
2111 {ctxt.set_write_corpus_path(flag);} in set_write_corpus_path()
/external/libabigail/
DChangeLog5760 (set_write_corpus_path): Declare new getter functions.
5787 +set_write_corpus_path(write_context& ctxt, bool flag);
5795 + set_write_corpus_path(ctxt, opts.write_corpus_path);