Home
last modified time | relevance | path

Searched refs:set_path (Results 1 – 17 of 17) sorted by relevance

/third_party/libabigail/tests/
Dtest-diff-dwarf.cc413 corp0->set_path(s->in_elfv0_path); in main()
414 corp1->set_path(s->in_elfv1_path); in main()
Dtest-read-ctf.cc468 corp->set_path(spec.in_elf_path); in perform()
/third_party/vulkan-loader/tests/framework/shim/
Dshim_common.cpp106 void PlatformShim::set_path(ManifestCategory category, fs::path const& path) {} function in PlatformShim
212 void PlatformShim::set_path(ManifestCategory category, fs::path const& path) { function in PlatformShim
Dshim.h141 void set_path(ManifestCategory category, fs::path const& path);
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp202 platform_shim->set_path(ManifestCategory::icd, get_folder(ManifestLocation::driver).location()); in FrameworkEnvironment()
203 …platform_shim->set_path(ManifestCategory::explicit_layer, get_folder(ManifestLocation::explicit_la… in FrameworkEnvironment()
204 …platform_shim->set_path(ManifestCategory::implicit_layer, get_folder(ManifestLocation::implicit_la… in FrameworkEnvironment()
/third_party/libabigail/include/
Dabg-corpus.h135 set_path(const string&);
Dabg-ini.h348 set_path(const string& path);
Dabg-ir.h711 set_path(const string&);
/third_party/libabigail/src/
Dabg-ini.cc1671 config::set_path(const string& path) in set_path() function in abigail::ini::config
1771 conf.set_path(path); in read_config()
Dabg-reader.cc214 set_path(const string& s) in set_path() function in abigail::abixml::reader
1124 corp.set_path(path); in read_corpus()
1177 corp.set_path(reinterpret_cast<char*>(path_str.get())); in read_corpus()
1617 tu.set_path(reinterpret_cast<char*>(path_str.get())); in read_translation_unit()
2104 group->set_path(reinterpret_cast<char*>(path_str.get())); in read_corpus_group_from_input()
6124 result->set_path(path); in create_reader()
Dabg-corpus.cc892 corpus::set_path(const string& path) in set_path() function in abigail::ir::corpus
Dabg-ir.cc1241 translation_unit::set_path(const string& a_path) in set_path() function in abigail::ir::translation_unit
/third_party/libabigail/tools/
Dabidiff.cc1375 c1->set_path(""); in main()
1377 c2->set_path(""); in main()
/third_party/openssl/apps/
Dcmp.c1833 goto set_path; in setup_client_ctx()
1863 set_path: in setup_client_ctx()
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc1683 dest->set_path(range_number_index, i); in ParseExtensions()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h5958 void set_path(int index, ::PROTOBUF_NAMESPACE_ID::int32 value);
6366 void set_path(int index, ::PROTOBUF_NAMESPACE_ID::int32 value);
12289 inline void SourceCodeInfo_Location::set_path(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) { in set_path() function
12652 inline void GeneratedCodeInfo_Annotation::set_path(int index, ::PROTOBUF_NAMESPACE_ID::int32 value)… in set_path() function
/third_party/libabigail/
DChangeLog18359 * src/abg-ir.cc (translation_unit::set_path): Update comment.
35157 (config::{config, ~config, get_path, set_path, get_sections,
41119 set_path, get_loc_mgr}): Adjust for pimpl idiom.
42332 * include/abg-corpus.h (corpus::{get_path, set_path): Renamed
42334 get_path/set_path is what is used elsewhere as well.
42335 * src/abg-corpus.cc (corpus::{get_path, set_path}): Likewise.
42366 * src/abg-ir.cc (translation::set_path): New method.