Home
last modified time | relevance | path

Searched refs:exe_file (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/inc/
H A DMyBuilder.pm234 push @toinstall, $exe_file;
242 $libbuilder->link_executable(exe_file => $exe_file,
268 if (!$self->up_to_date($objects, $exe_file)) {
269 $libbuilder->link_executable(exe_file => $exe_file,
277 $libbuilder->link_executable(exe_file => $exe_file,
285 $libbuilder->link_executable(exe_file => $exe_file,
293 $libbuilder->link_executable(exe_file => $exe_file,
301 $libbuilder->link_executable(exe_file => $exe_file,
309 $libbuilder->link_executable(exe_file => $exe_file,
317 $libbuilder->link_executable(exe_file => $exe_file,
[all …]
/dports/devel/p5-Term-Size-Perl/Term-Size-Perl-0.031/inc/
H A DProbe.pm253 my $exe_file = eval { $builder->link_executable(objects => $obj_file) }; # don't die (now)
254 _print_ok($exe_file);
255 return undef unless $exe_file;
258 return $exe_file;
272 my $exe_file = shift;
274 my $output = `./$exe_file`;
317 my ($c_file, $exe_file, $out_file);
319 $exe_file = build_probe($c_file) or return 1; # FAIL
320 $out_file = run_probe($exe_file) or return 1; # FAIL
324 unlink $exe_file or _warn_s $!;
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-CBuilder/t/
H A D02-link.t17 my ($source_file, $object_file, $exe_file);
53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
55 ok -e $exe_file, "found executable file";
56 ok -x $exe_file, "executable file appears to be executable";
67 my $ec = my_system($exe_file);
69 or diag( $ec == -1 ? "Could not run '$exe_file': $!\n"
74 for ($source_file, $object_file, $exe_file) {
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-CBuilder/t/
H A D02-link.t17 my ($source_file, $object_file, $exe_file);
53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
55 ok -e $exe_file, "found executable file";
56 ok -x $exe_file, "executable file appears to be executable";
67 my $ec = my_system($exe_file);
69 or diag( $ec == -1 ? "Could not run '$exe_file': $!\n"
74 for ($source_file, $object_file, $exe_file) {
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-CBuilder/t/
H A D02-link.t17 my ($source_file, $object_file, $exe_file);
53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
55 ok -e $exe_file, "found executable file";
56 ok -x $exe_file, "executable file appears to be executable";
67 my $ec = my_system($exe_file);
69 or diag( $ec == -1 ? "Could not run '$exe_file': $!\n"
74 for ($source_file, $object_file, $exe_file) {
/dports/devel/p5-ExtUtils-CBuilder/ExtUtils-CBuilder-0.280236/t/
H A D02-link.t17 my ($source_file, $object_file, $exe_file);
53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
55 ok -e $exe_file, "found executable file";
56 ok -x $exe_file, "executable file appears to be executable";
67 my $ec = my_system($exe_file);
69 or diag( $ec == -1 ? "Could not run '$exe_file': $!\n"
74 for ($source_file, $object_file, $exe_file) {
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-CBuilder/t/
H A D02-link.t17 my ($source_file, $object_file, $exe_file);
53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
55 ok -e $exe_file, "found executable file";
56 ok -x $exe_file, "executable file appears to be executable";
67 my $ec = my_system($exe_file);
69 or diag( $ec == -1 ? "Could not run '$exe_file': $!\n"
74 for ($source_file, $object_file, $exe_file) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/crash/core/app/
H A Dcrashpad_win.cc34 wchar_t exe_file[MAX_PATH] = {}; in GetPlatformCrashpadAnnotations() local
35 CHECK(::GetModuleFileName(nullptr, exe_file, base::size(exe_file))); in GetPlatformCrashpadAnnotations()
38 exe_file, &product_name, &version, &special_build, &channel_name); in GetPlatformCrashpadAnnotations()
94 base::FilePath exe_file(exe_path); in PlatformCrashpadInitialization() local
95 if (exe_file.empty()) { in PlatformCrashpadInitialization()
100 exe_file = base::FilePath(exe_file_path); in PlatformCrashpadInitialization()
119 base::FilePath exe_dir = exe_file.DirName(); in PlatformCrashpadInitialization()
120 exe_file = exe_dir.Append(FILE_PATH_LITERAL("crashpad_handler.exe")); in PlatformCrashpadInitialization()
139 GetCrashpadClient().StartHandler(exe_file, database_path, metrics_path, url, in PlatformCrashpadInitialization()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/crash/core/app/
H A Dcrashpad_win.cc34 wchar_t exe_file[MAX_PATH] = {}; in GetPlatformCrashpadAnnotations() local
35 CHECK(::GetModuleFileName(nullptr, exe_file, base::size(exe_file))); in GetPlatformCrashpadAnnotations()
38 exe_file, &product_name, &version, &special_build, &channel_name); in GetPlatformCrashpadAnnotations()
98 base::FilePath exe_file(exe_path); in PlatformCrashpadInitialization() local
99 if (exe_file.empty()) { in PlatformCrashpadInitialization()
104 exe_file = base::FilePath(exe_file_path); in PlatformCrashpadInitialization()
123 base::FilePath exe_dir = exe_file.DirName(); in PlatformCrashpadInitialization()
124 exe_file = exe_dir.Append(FILE_PATH_LITERAL("crashpad_handler.exe")); in PlatformCrashpadInitialization()
143 GetCrashpadClient().StartHandler(exe_file, database_path, metrics_path, url, in PlatformCrashpadInitialization()
/dports/devel/p5-PkgConfig/PkgConfig-0.25026/t/
H A Dpar_packer.t17 my $exe_file = "$dir/a.exe";
21 $exe_file =~ s|\\|/|g;
24 $ENV{PP_OPTS} = qq{-e "use PkgConfig; print qq|$test_text|" -o $exe_file};
28 ok (-x $exe_file, "generated executable file $exe_file");
30 my $result = `$exe_file`;
/dports/devel/ccdoc/ccdocv08r41/utils/
H A Dmakerelease.pl86 my $exe_file = "../$bin_opt_dir/ccdoc.exe";
87 print "$exe_file\n";
88 if( !-e $exe_file ) {
89 print STDERR "WARNING: File '$exe_file' does not exist.\n";
91 if( -e $exe_file ) {
97 system("cp $exe_file $dstdir");
99 system("gzip --best -c $exe_file > $dstdir/ccdoc.exe.gz");
101 system("zip -q -j $dstdir/ccdoc.exe.zip $exe_file");
/dports/www/firefox/firefox-99.0/third_party/python/gyp/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
/dports/devel/py-gyp/gyp-20200512/test/win/
H A Dgyptest-link-generate-manifest.py61 exe_file = test.built_file_path(filename, chdir=CHDIR)
63 test.must_not_exist(exe_file + '.manifest')
64 manifest = extract_manifest(exe_file, 1)
68 manifest = extract_manifest(exe_file, 1)
71 test.must_exist(exe_file + '.manifest')
72 manifest = test.read(exe_file + '.manifest')
74 test.fail_test(extract_manifest(exe_file, 1))
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/utils/cliutils/
H A Dset_version.py23 exe_file = os.path.abspath(args.exe_file)
27 vs = PyInstaller.utils.win32.versioninfo.SetVersion(exe_file, info_file)
28 print(('Version info set in: %s' % exe_file))
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Build/
H A DBuildExecutable.py104 exe_file = basename + EXE_EXT
105 if not force and os.path.abspath(exe_file) == os.path.abspath(input_file):
107 if (not force and os.path.exists(exe_file) and os.path.exists(input_file)
108 and os.path.getmtime(input_file) <= os.path.getmtime(exe_file)):
109 _debug("File is up to date, not regenerating %s", exe_file)
110 return exe_file
114 return exe_file
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Build/
H A DBuildExecutable.py104 exe_file = basename + EXE_EXT
105 if not force and os.path.abspath(exe_file) == os.path.abspath(input_file):
107 if (not force and os.path.exists(exe_file) and os.path.exists(input_file)
108 and os.path.getmtime(input_file) <= os.path.getmtime(exe_file)):
109 _debug("File is up to date, not regenerating %s", exe_file)
110 return exe_file
114 return exe_file
/dports/lang/cython/Cython-0.29.24/Cython/Build/
H A DBuildExecutable.py104 exe_file = basename + EXE_EXT
105 if not force and os.path.abspath(exe_file) == os.path.abspath(input_file):
107 if (not force and os.path.exists(exe_file) and os.path.exists(input_file)
108 and os.path.getmtime(input_file) <= os.path.getmtime(exe_file)):
109 _debug("File is up to date, not regenerating %s", exe_file)
110 return exe_file
114 return exe_file
/dports/lang/cython-devel/cython-2b1e743/Cython/Build/
H A DBuildExecutable.py127 exe_file = basename + EXE_EXT
128 if not force and os.path.abspath(exe_file) == os.path.abspath(input_file):
130 if (not force and os.path.exists(exe_file) and os.path.exists(input_file)
131 and os.path.getmtime(input_file) <= os.path.getmtime(exe_file)):
132 _debug("File is up to date, not regenerating %s", exe_file)
133 return exe_file
137 return exe_file
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Build/
H A DBuildExecutable.py104 exe_file = basename + EXE_EXT
105 if not force and os.path.abspath(exe_file) == os.path.abspath(input_file):
107 if (not force and os.path.exists(exe_file) and os.path.exists(input_file)
108 and os.path.getmtime(input_file) <= os.path.getmtime(exe_file)):
109 _debug("File is up to date, not regenerating %s", exe_file)
110 return exe_file
114 return exe_file

12345678910>>...20