Home
last modified time | relevance | path

Searched refs:bin_path (Results 126 – 150 of 1106) sorted by relevance

12345678910>>...45

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/script/
H A Dheadless.py50 def find_dep_path_newest(package, bin_path): argument
51 deps_path = path.join(path.split(bin_path)[0], "build")
97 def set_osmesa_env(bin_path): argument
99 base = find_dep_path_newest('osmesa-src', bin_path)
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/script/
H A Dheadless.py50 def find_dep_path_newest(package, bin_path): argument
51 deps_path = path.join(path.split(bin_path)[0], "build")
97 def set_osmesa_env(bin_path): argument
99 base = find_dep_path_newest('osmesa-src', bin_path)
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/script/
H A Dheadless.py50 def find_dep_path_newest(package, bin_path): argument
51 deps_path = path.join(path.split(bin_path)[0], "build")
97 def set_osmesa_env(bin_path): argument
99 base = find_dep_path_newest('osmesa-src', bin_path)
/dports/devel/py-pytest-benchmark/pytest-benchmark-3.4.1/ci/
H A Dbootstrap.py27 bin_path = join(env_path, "Scripts")
29 bin_path = join(env_path, "bin")
42 check_call([join(bin_path, "pip"), "install", "jinja2", "tox"])
43 python_executable = join(bin_path, "python")
/dports/devel/py-pytest-cov/pytest-cov-2.9.0/ci/
H A Dbootstrap.py26 bin_path = join(env_path, "Scripts")
28 bin_path = join(env_path, "bin")
41 check_call([join(bin_path, "pip"), "install", "jinja2", "tox"])
42 python_executable = join(bin_path, "python")
/dports/devel/scons/SCons-4.2.0/SCons/Tool/
H A Dlex.py84 bin_path = SCons.Tool.find_program_path(
88 if bin_path:
90 env.AppendENVPath('PATH', os.path.dirname(bin_path))
91 return bin_path
/dports/www/firefox-esr/firefox-91.8.0/
H A Dmach104 cygwin|msys|win32) bin_path=Scripts;;
105 *) bin_path=bin;;
107 py3executable=$state_dir/_virtualenvs/mach/$bin_path/python
/dports/www/rt44/rt-4.4.5/sbin/
H A Drt-session-viewer.in57 my $bin_path;
61 $bin_path ||= ( File::Spec->splitpath(Cwd::abs_path(__FILE__)) )[1];
62 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
H A Drt-email-dashboards57 my $bin_path;
61 $bin_path ||= ( File::Spec->splitpath(Cwd::abs_path(__FILE__)) )[1];
62 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
H A Drt-search-attributes57 my $bin_path;
61 $bin_path ||= ( File::Spec->splitpath(Cwd::abs_path(__FILE__)) )[1];
62 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
H A Drt-passwd58 my $bin_path;
62 $bin_path ||= ( File::Spec->splitpath(Cwd::abs_path(__FILE__)) )[1];
63 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
H A Drt-serializer56 my $bin_path;
60 unless ($bin_path) {
62 $bin_path = ( File::Spec->splitpath(__FILE__) )[1];
67 $bin_path = $FindBin::Bin;
70 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
/dports/www/rt50/rt-5.0.2/sbin/
H A Drt-session-viewer.in57 my $bin_path;
61 $bin_path ||= ( File::Spec->splitpath(Cwd::abs_path(__FILE__)) )[1];
62 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
H A Drt-search-attributes57 my $bin_path;
61 $bin_path ||= ( File::Spec->splitpath(Cwd::abs_path(__FILE__)) )[1];
62 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
H A Drt-email-dashboards57 my $bin_path;
61 $bin_path ||= ( File::Spec->splitpath(Cwd::abs_path(__FILE__)) )[1];
62 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
H A Drt-passwd58 my $bin_path;
62 $bin_path ||= ( File::Spec->splitpath(Cwd::abs_path(__FILE__)) )[1];
63 $lib = File::Spec->catfile( $bin_path, File::Spec->updir, $lib );
/dports/mail/thunderbird/thunderbird-91.8.0/
H A Dmach104 cygwin|msys|win32) bin_path=Scripts;;
105 *) bin_path=bin;;
107 py3executable=$state_dir/_virtualenvs/mach/$bin_path/python
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/escargot-0.5.2/src/
H A Drun.rs40 bin_path: path::PathBuf, field
57 let bin_path = extract_binary_path(msgs, kind)?; in from_message() localVariable
58 Ok(Self { bin_path }) in from_message()
101 &self.bin_path in path()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/escargot-0.5.0/src/
H A Drun.rs40 bin_path: path::PathBuf, field
57 let bin_path = extract_binary_path(msgs, kind)?; in from_message() localVariable
58 Ok(Self { bin_path }) in from_message()
101 &self.bin_path in path()
/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_regression_memcmp_definite_size.py15 bin_path = os.path.join(test_location, 'i386', 'cpp_regression_test_ch25')
16 …p = angr.Project(bin_path, auto_load_libs=True) # this binary requires the loading of libstdc++.s…
19 state = p.factory.full_init_state(args=[bin_path, argv1],
H A Dtest_db.py12 bin_path = os.path.join(test_location, "x86_64", "fauxware")
14 proj = angr.Project(bin_path, auto_load_libs=False)
69 bin_path = os.path.join(test_location, "x86_64", "fauxware")
71 proj = angr.Project(bin_path, auto_load_libs=False)
112 bin_path = os.path.join(test_location, "x86_64", "fauxware")
114 proj = angr.Project(bin_path, auto_load_libs=False)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dclang_format.py30 bin_path = gclient_paths.GetBuildtoolsPlatformBinaryPath()
31 if not bin_path:
36 tool_path = os.path.join(bin_path,
H A Dgn.py59 bin_path = gclient_paths.GetBuildtoolsPlatformBinaryPath()
60 if not bin_path:
64 gn_path = os.path.join(bin_path, 'gn' + gclient_paths.GetExeSuffix())
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dclang_dependency.pri13 bin_path = $$LLVM_BINDIR
14 bin_path ~= s,/,\\,g
16 check.commands = cd . & set PATH=$$bin_path;%PATH%& cmd /c
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/tests/
H A Dtests.py116 bin_path = os.path.join( expected_name, 'bin' )
123 target_python = os.path.join( bin_path, 'python' )
131 os.path.join( bin_path, 'pip' ),
139 os.path.join( bin_path, 'python' ),
145 os.path.join( bin_path, 'python' ),

12345678910>>...45