Home
last modified time | relevance | path

Searched refs:exe (Results 1 – 25 of 177) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/package/meson/
H A D0002-mesonbuild-dependencies-base.py-add-pkg_config_stati.patch11exe/gio-tool.c.o' 'gio/6ae6c9e@@gio@exe/gio-tool-cat.c.o' 'gio/6ae6c9e@@gio@exe/gio-tool-copy.c.o'…
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A D.gitignore4 sox_sample_test.exe
6 example?.exe
16 sox.exe
18 play.exe
20 rec.exe
22 soxi.exe
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dwd719x.rst18 wget http://support.wdc.com/download/archive/pciscsi.exe
19 lha xi pciscsi.exe pci-scsi.exe
20 lha xi pci-scsi.exe nt/wd7296a.sys
21 rm pci-scsi.exe
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dmingwbuild100 ${STRIP} src/.libs/sox.exe
111 binaries=src/.libs/sox.exe
130 cp ../wget-1.11.4/wget.exe $dir
140 nsiswrapper --run --name $dir --outfile ../${dir}-win32.exe *.exe *.dll *.ini *.txt *.pdf *.bat
H A DREADME.win3226 copy sox.exe soxi.exe
27 copy sox.exe play.exe
28 copy sox.exe rec.exe
78 contained in the same directory as wget.exe.
/OK3568_Linux_fs/buildroot/package/softether/
H A D0003-use-fhs-install-directories.patch67 GetExeName(exe, sizeof(exe));
237 - GetExeDirW(exe, sizeof(exe));
238 + GetStateDirW(exe, sizeof(exe));
247 + UniStrCpy(exe, sizeof(exe), L"" STATE_DIR L"");
249 UniStrCpy(exe, sizeof(exe), L"/tmp");
252 StrToUni(exe, sizeof(exe), MsGetTempDir());
/OK3568_Linux_fs/buildroot/package/mupdf/
H A D0004-Makefile-compile-hexdump.exe-with-HOSTCC.patch4 Subject: [PATCH] Makefile: compile hexdump.exe with HOSTCC
6 hexdump.exe must be compiled for the host or the build will fail when
32 +$(OUT)/scripts/hexdump.exe: scripts/hexdump.c
35 $(OUT)/%.exe: %.c
/OK3568_Linux_fs/buildroot/package/tpm2-abrmd/
H A DS80tpm2-abrmd22 exe="/proc/$(cat "$1")/exe"
23 { [ -s "$exe" ] && [ "$(readlink -f "$exe")" = "$2" ]; } || rm -f "$1"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dmono.rst5 (in the form of .exe files) without the need to use the mono CLR
61 4) Check that ``.exe`` binaries can be ran without the need of a
62 wrapper script, simply by launching the ``.exe`` file directly
65 /usr/bin/xsd.exe
70 that the ``.exe`` file has execute permissions.
/OK3568_Linux_fs/buildroot/package/libvirt/
H A DS92libvirtd16 && exe="/proc/$(cat "$1" 2>/dev/null)/exe" \
17 && [ -s "$exe" ] \
18 && [ "$(readlink -f "$exe")" = "$2" ]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/
H A D0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch21 @@ -66,7 +66,6 @@ foreach(exe opj_decompress opj_compress opj_dump)
23 # Install exe
24 install(TARGETS ${exe}
/OK3568_Linux_fs/external/xserver/
H A Dcompile258 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
259 icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/
H A Dgradlew.bat19 @rem Find java.exe
22 set JAVA_EXE=java.exe
36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe
77 rem the _cmd.exe /c_ return code!
/OK3568_Linux_fs/kernel/kernel/
H A Dauditfilter.c577 if (entry->rule.exe || f_val > PATH_MAX) in audit_data_to_entry()
591 entry->rule.exe = audit_mark; in audit_data_to_entry()
608 if (entry->rule.exe) in audit_data_to_entry()
609 audit_remove_mark(entry->rule.exe); /* that's the template one */ in audit_data_to_entry()
676 audit_pack_string(&bufp, audit_mark_path(krule->exe)); in audit_krule_to_data()
743 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule()
744 audit_mark_path(b->exe))) in audit_compare_rule()
874 if (new->exe) in audit_dupe_rule()
875 audit_remove_mark(new->exe); in audit_dupe_rule()
1044 if (e->rule.exe) in audit_del_rule()
[all …]
H A Daudit_watch.c302 if (oentry->rule.exe) in audit_update_watch()
303 audit_remove_mark(oentry->rule.exe); in audit_update_watch()
332 if (e->rule.exe) in audit_remove_parent_watches()
333 audit_remove_mark(e->rule.exe); in audit_remove_parent_watches()
510 pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL); in audit_dupe_exe()
519 new->exe = audit_mark; in audit_dupe_exe()
/OK3568_Linux_fs/app/qfm/
H A Dmimeutils.cpp228 void MimeUtils::openInApp(QString exe, const QFileInfo &file, in openInApp() argument
231 qDebug() << "openInApp" << exe << file.absoluteFilePath() << termCmd; in openInApp()
235 if (exe.contains("qpdfview")) { in openInApp()
236 exe = "qpdfview"; in openInApp()
240 QStringList split = exe.split(" "); in openInApp()
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A DMakefile.am105 $(INSTALL_DATA) libXorg.exe.a $(DESTDIR)$(libdir)/libXorg.exe.a
123 $(AM_V_at)rm -f $(DESTDIR)$(libdir)/libXorg.exe.a
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0003-replace-canonicalize_file_name-with-realpath.patch39 - cp = canonicalize_file_name("/proc/self/exe");
40 + cp = realpath("/proc/self/exe", (char *)0);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0001-Do-not-build-gentables-helper-we-have-to-use-native-.patch31 -# Use external project to ensure that cmake uses the host compiler when building make_tables.exe
43 - INSTALL_COMMAND ${GENTAB_BDIR}/make_tables.exe "${CMAKE_BINARY_DIR}/"
/OK3568_Linux_fs/buildroot/package/pcm-tools/
H A D0001-Look-for-pcm-core-at-the-default-path.patch35 - p = subprocess.Popen(['./pcm-core.exe -c'],stdout=subprocess.PIPE,shell=True)
37 - p = subprocess.Popen(['pcm-core.exe -c'],stdout=subprocess.PIPE,shell=True)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/swig/swig/
H A D0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch4 Subject: [PATCH] Use /proc/self/exe for "swig -swiglib" on non-Win32
47 + if (0 < ::readlink("/proc/self/exe", buf, sizeof(buf)) &&
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A DREADME18 * On Windows, put chromedriver.exe in the same directory as chrome.exe
37 as wires on Linux or wires.exe on Windows) is on your PATH; and use "marionette"
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_parser_demo/
H A DCMakeLists.txt73 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/exe)
77 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/exe/${CMAKE_BUILD_TYPE})
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dcondition.c239 struct tomoyo_path_info exe; in tomoyo_scan_exec_realpath() local
243 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath()
244 if (!exe.name) in tomoyo_scan_exec_realpath()
246 tomoyo_fill_path_info(&exe); in tomoyo_scan_exec_realpath()
247 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath()
248 kfree(exe.name); in tomoyo_scan_exec_realpath()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/
H A D0001-Don-t-skip-install-targets-if-there-s-build-no-in-ur.patch60 +exe a : a.cpp ;
65 +t.expect_addition("install/a.exe")

12345678