Home
last modified time | relevance | path

Searched refs:path_ref (Results 26 – 50 of 74) sorted by relevance

123

/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp206 llvm::StringRef path_ref(path); in ReverseRemapPath() local
208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath()
214 AppendPathComponents(fixed, path_ref, orig_style); in ReverseRemapPath()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/gui/
H A Dmenu_paths.hpp27 PathsMenu(PathObject& target, const std::string& path_ref);
H A Ditem_paths.hpp27 ItemPaths(const std::string& text, PathObject& target, const std::string& path_ref, int id = -1);
H A Dmenu.hpp98 …Paths& add_path_settings(const std::string& text, PathObject& target, const std::string& path_ref);
H A Dmenu.cpp312 Menu::add_path_settings(const std::string& text, PathObject& target, const std::string& path_ref) { in add_path_settings() argument
313 auto item = std::make_unique<ItemPaths>(text, target, path_ref); in add_path_settings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/shell_dialogs/
H A Dselect_file_dialog_android.cc66 ScopedJavaLocalRef<jstring> path_ref( in OnMultipleFilesSelected() local
69 base::FilePath(ConvertJavaStringToUTF8(env, path_ref)); in OnMultipleFilesSelected()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/shell_dialogs/
H A Dselect_file_dialog_android.cc67 ScopedJavaLocalRef<jstring> path_ref( in OnMultipleFilesSelected() local
70 base::FilePath(ConvertJavaStringToUTF8(env, path_ref)); in OnMultipleFilesSelected()
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/tools/
H A Dcli_parse.c307 settings->path_ref = optarg; in cli_parse()
387 if (!settings->path_ref) in cli_parse()
389 if (!settings->path_ref) in cli_parse()
H A Dcli_parse.h32 char *path_ref, *path_dist; member
/dports/sysutils/conman/conman-conman-0.3.0/
H A Dserver-process.c60 const char *exec_path, char **path_ref) in is_process_dev() argument
88 if (path_ref) { in is_process_dev()
89 *path_ref = create_string(dev); in is_process_dev()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/testing/libfuzzer/proto/
H A Dskia_image_filter_proto_converter.cc1285 void Converter::Visit(const PathRef& path_ref) { in Visit() argument
1294 if (path_ref.verbs_size()) { in Visit()
1295 WriteNum(path_ref.verbs_size() + 1); in Visit()
1298 for (auto& verb : path_ref.verbs()) { in Visit()
1327 for (auto& verb : path_ref.verbs()) { in Visit()
1332 if (path_ref.verbs_size()) { in Visit()
1338 for (auto& verb : path_ref.verbs()) { in Visit()
1367 if (path_ref.verbs_size()) { in Visit()
1368 Visit(path_ref.first_verb().point1()); in Visit()
1373 for (auto& verb : path_ref.verbs()) { in Visit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/libfuzzer/proto/
H A Dskia_image_filter_proto_converter.cc1285 void Converter::Visit(const PathRef& path_ref) { in Visit() argument
1294 if (path_ref.verbs_size()) { in Visit()
1295 WriteNum(path_ref.verbs_size() + 1); in Visit()
1298 for (auto& verb : path_ref.verbs()) { in Visit()
1327 for (auto& verb : path_ref.verbs()) { in Visit()
1332 if (path_ref.verbs_size()) { in Visit()
1338 for (auto& verb : path_ref.verbs()) { in Visit()
1367 if (path_ref.verbs_size()) { in Visit()
1368 Visit(path_ref.first_verb().point1()); in Visit()
1373 for (auto& verb : path_ref.verbs()) { in Visit()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/open-1.4.0/src/
H A Dlib.rs59 let path_ref = path.as_ref(); in that() localVariable
65 .arg(path_ref) in that()
/dports/lang/rust/rustc-1.58.1-src/vendor/open/src/
H A Dlib.rs59 let path_ref = path.as_ref(); in that() localVariable
65 .arg(path_ref) in that()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/editor/
H A Dobject_settings.cpp224 …ectSettings::add_path_ref(const std::string& text, PathObject& target, const std::string& path_ref, in add_path_ref() argument
227 add_option(std::make_unique<PathRefObjectOption>(text, target, path_ref, key, flags)); in add_path_ref()
229 if (!path_ref.empty()) { in add_path_ref()
H A Dobject_option.cpp525 …tion::PathRefObjectOption(const std::string& text, PathObject& target, const std::string& path_ref, in PathRefObjectOption() argument
528 m_path_ref(path_ref), in PathRefObjectOption()
H A Dobject_settings.hpp130 void add_path_ref(const std::string& text, PathObject& target, const std::string& path_ref,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1171 llvm::StringRef path_ref(dir_buffer->GetChars()); in GetDeveloperDirectory() local
1174 path_ref = in GetDeveloperDirectory()
1175 path_ref.rtrim("\r\n").take_front(sizeof(developer_dir_path) - 1); in GetDeveloperDirectory()
1176 ::memcpy(developer_dir_path, path_ref.data(), path_ref.size()); in GetDeveloperDirectory()
1177 developer_dir_path[path_ref.size()] = '\0'; in GetDeveloperDirectory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dservice_process_util_mac.mm341 NSURL* path_ref = [path_url fileReferenceURL];
342 if (path_ref != nil) {
343 if ([path_ref isEqual:executable_fsref_]) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dservice_process_util_mac.mm341 NSURL* path_ref = [path_url fileReferenceURL];
342 if (path_ref != nil) {
343 if ([path_ref isEqual:executable_fsref_]) {
/dports/science/conduit/conduit-0.8.0/src/tests/conduit/
H A Dt_conduit_list_of.cpp55 TEST(conduit_list_of, path_ref) in TEST() argument
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dkey.rs1664 pp.path_ref(&[0]) in roundtrip()
1673 panic!("bad packet: {:?}", pp.path_ref(&[0])); in roundtrip()
1682 pp.path_ref(&[0]) in roundtrip()
1689 panic!("bad packet: {:?}", pp.path_ref(&[0])); in roundtrip()
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dkey.rs1664 pp.path_ref(&[0]) in roundtrip()
1673 panic!("bad packet: {:?}", pp.path_ref(&[0])); in roundtrip()
1682 pp.path_ref(&[0]) in roundtrip()
1689 panic!("bad packet: {:?}", pp.path_ref(&[0])); in roundtrip()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_rib.c564 path_ref(struct rde_aspath *asp) in path_ref() function
1039 np->aspath = path_ref(asp); in prefix_move()
1208 p->aspath = path_ref(asp); in prefix_adjout_update()
1544 p->aspath = path_ref(asp); in prefix_link()
/dports/security/oinkmaster/oinkmaster-2.0/
H A Doinkmaster.pl2448 my $path_ref = shift;
2450 if ($$path_ref =~ /^([a-zA-Z]):[\/\\](.*)/) {
2453 $$path_ref = "/cygdrive/$drive/$dir";

123