/third_party/libabigail/tests/ |
D | test-diff-dwarf.cc | 413 corp0->set_path(s->in_elfv0_path); in main() 414 corp1->set_path(s->in_elfv1_path); in main()
|
D | test-read-ctf.cc | 468 corp->set_path(spec.in_elf_path); in perform()
|
/third_party/vulkan-loader/tests/framework/shim/ |
D | shim_common.cpp | 106 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
|
D | shim.h | 141 void set_path(ManifestCategory category, fs::path const& path);
|
/third_party/vulkan-loader/tests/framework/ |
D | test_environment.cpp | 202 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/ |
D | abg-corpus.h | 135 set_path(const string&);
|
D | abg-ini.h | 348 set_path(const string& path);
|
D | abg-ir.h | 711 set_path(const string&);
|
/third_party/libabigail/src/ |
D | abg-ini.cc | 1671 config::set_path(const string& path) in set_path() function in abigail::ini::config 1771 conf.set_path(path); in read_config()
|
D | abg-reader.cc | 214 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()
|
D | abg-corpus.cc | 892 corpus::set_path(const string& path) in set_path() function in abigail::ir::corpus
|
D | abg-ir.cc | 1241 translation_unit::set_path(const string& a_path) in set_path() function in abigail::ir::translation_unit
|
/third_party/libabigail/tools/ |
D | abidiff.cc | 1375 c1->set_path(""); in main() 1377 c2->set_path(""); in main()
|
/third_party/openssl/apps/ |
D | cmp.c | 1833 goto set_path; in setup_client_ctx() 1863 set_path: in setup_client_ctx()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1683 dest->set_path(range_number_index, i); in ParseExtensions()
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 5958 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/ |
D | ChangeLog | 18359 * 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.
|