Searched refs:executable (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A Dwinstub.com1 MZ�0@https://www.virtualbox.org/ �VirtualBox executable built for NT or later.
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript.py90 if sys.executable is not None and len(sys.executable) > 0:
91 asArgs.insert(0, sys.executable);
H A Dtestboxupgrade.py97 # Make all files executable and make sure only owner can write to them.
126 if sys.executable is not None and len(sys.executable) > 0:
127 asArgs.insert(0, sys.executable);
H A Dtestboxtasks.py359 if sys.executable is not None and len(sys.executable) > 0:
360 asArgs.insert(0, sys.executable);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessMac.cpp78 nsProcess::Init(nsIFile* executable) argument
83 nsresult rv = executable->IsFile(&isFile);
89 mExecutable = executable;
H A DnsProcessCommon.cpp78 nsProcess::Init(nsIFile* executable) argument
83 nsresult rv = executable->IsFile(&isFile);
89 mExecutable = executable;
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp221 char executable[MAX_PATH]; local
230 if(GetModuleFileName(GetModuleHandle(XPCOM_DLL), executable, MAX_PATH) &&
231 NULL != (pName = strrchr(executable, '\\')) &&
234 (printf("Launching %s\n", executable), PR_TRUE) &&
236 CreateProcess(executable, buf, NULL, NULL, PR_FALSE,
/vbox/src/VBox/Additions/linux/installer/
H A Dautorun.sh94 echo "Failed to find a suitable user id executable."
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DTestTools.py120 args, executable=bin,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_Linux_x86.s113 / Magic indicating no need for an executable stack
H A Dos_Linux_x86_64.s94 / Magic indicating no need for an executable stack
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py302 If the "executable" is a python script, insert the python interpreter at
312 if sys.executable is not None and len(sys.executable) > 0:
313 asArgs.insert(0, sys.executable);
1357 Makes the specified file or directory executable.
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dwebservergluebase.py550 dInfo['sys.executable'] = sys.executable;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/
H A Dtoolsetup.bat342 echo !!! WARNING !!! Cannot make executable from Python code, executing python scripts instead !!!
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-vbinstst-kernel.asm132 ; Probe the image, looking for an executable format we can deal with.
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh235 *executable*) # but shell scripts are "executable" too...
2604 $echo "*** Warning: Linking the executable $output against the loadable module"
4852 # Link the executable and exit
4945 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4951 This wrapper executable should never be moved out of the build directory.
5402 # relink executable if necessary
5445 # Add the dll search path components to the executable PATH
6743 link create a library or an executable
6801 If any of the ARGS are libtool executable wrapper
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py2404 # b) If the time of last modified frozen executable file is newer than database file;
2424 exePath = os.path.abspath(sys.executable)

Completed in 123 milliseconds