Searched refs:directory (Results 1 - 25 of 74) sorted by relevance

123

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl.c114 inc_head->directory = ".";
116 inc_head->directory = "";
200 inc->directory = argv[++i];
203 inc->directory = argv[i] + 2;
206 fprintf(stderr, "adding %s to include path\n", inc->directory);
H A Dxpidl.h124 char *directory; member in struct:IncludePathEntry
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/
H A DMakefile80 # building from this directory
83 # kernel base directory
91 Specify KERN_DIR=<directory> and run Make again)
93 $(warning Warning: using /usr/src/linux as the source directory of your \
95 KERN_DIR=<directory> and run Make again.)
99 $(error Error: KERN_DIR does not point to a directory)
108 $(error Error: unable to find the include directory for your current Linux \
109 kernel. Specify KERN_INCL=<directory> and run Make again)
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DMakefile84 # building from this directory
87 # kernel base directory
95 Specify KERN_DIR=<directory> and run Make again)
97 $(warning Warning: using /usr/src/linux as the source directory of your \
99 KERN_DIR=<directory> and run Make again.)
103 $(error Error: KERN_DIR does not point to a directory)
112 $(error Error: unable to find the include directory for your current Linux \
113 kernel. Specify KERN_INCL=<directory> and run Make again)
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dsession.c110 GDir *directory; local
114 directory = g_dir_open (sessions_dir, 0, &error);
116 g_warning ("Failed to open sessions directory: %s", error->message);
118 if (!directory)
128 filename = g_dir_read_name (directory);
164 g_dir_close (directory);
185 /* Use session directory from configuration */
197 value = g_key_file_get_string (config_key_file, "LightDM", "xsessions-directory", NULL);
204 value = g_key_file_get_string (config_key_file, "LightDM", "remote-sessions-directory", NULL);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DMakefile84 # building from this directory
87 # kernel base directory
95 Specify KERN_DIR=<directory> and run Make again)
97 $(warning Warning: using /usr/src/linux as the source directory of your \
99 KERN_DIR=<directory> and run Make again.)
103 $(error Error: KERN_DIR does not point to a directory)
112 $(error Error: unable to find the include directory for your current Linux \
113 kernel. Specify KERN_INCL=<directory> and run Make again)
/vbox/src/VBox/Installer/linux/
H A Dvboxdrv.sh.in210 # Create the /dev/vboxusb directory if the host supports that method
259 # don't create the ipcd directory with wrong permissions!
337 --no-print-directory install >> $LOG 2>&1; then
343 --no-print-directory install >> $LOG 2>&1; then
349 --no-print-directory install >> $LOG 2>&1; then
355 --no-print-directory install >> $LOG 2>&1; then
379 # don't create the ipcd directory with wrong permissions!
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibio32.asm15 ; BIOS32 service directory and 32-bit PCI BIOS entry point
21 ; The BIOS32 service directory header must be located in the E0000h-FFFF0h
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dnanoftp.h112 const char *directory);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManagerObsolete.h166 // If directory is NULL, then AutoRegister will try registering components
167 // in the default components directory.
168 static nsresult AutoRegister(PRInt32 when, nsIFile* directory);
H A DnsComponentManagerObsolete.cpp216 nsComponentManager::AutoRegister(PRInt32 when, nsIFile *directory) argument
221 return cm->AutoRegister(when, directory);
H A DnsIComponentManagerObsolete.idl123 * directory will have a registry representation
288 * Enumerates directory looking for modules of all types and registers
293 * @param directory : Directory the will be enumerated.
295 void autoRegister(in long when, in nsIFile directory);
/vbox/src/libs/xpcom18a4/python/server/
H A Dloader.py135 def autoRegisterComponents (self, when, directory):
136 directory_path = directory.path
143 entries = directory.directoryEntries
177 # modules into the main python directory (including new .pth files)
178 # So we ask Python to re-process our site directory.
188 logger.exception("PyXPCOM loader failed to process site directory before component registration")
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile175 # building from this directory
178 # kernel base directory
186 Specify KERN_DIR=<directory> and run Make again)
188 $(warning Warning: using /usr/src/linux as the source directory of your \
190 KERN_DIR=<directory> and run Make again.)
194 $(error Error: KERN_DIR does not point to a directory)
203 $(error Error: unable to find the include directory for your current Linux \
204 kernel. Specify KERN_INCL=<directory> and run Make again)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/
H A Dmkdemo.pl118 * $demo in /usr/demo/dtrace, a directory that contains all D scripts
180 # Open the directory associated with the chapter.
186 opendir(DEMOS, $chap) || die("Cannot open directory $chap");
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd.sh197 KERN_REL=`make -sC $KERN_DIR --no-print-directory kernelrelease 2>/dev/null || true`
398 --no-print-directory install >> $LOG 2>&1; then
407 --no-print-directory install >> $LOG 2>&1; then
420 --no-print-directory install >> $LOG 2>&1; then
/vbox/src/libs/zlib-1.2.6/nintendods/
H A DMakefile13 # BUILD is the directory where object files & intermediate files will be placed
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
/vbox/src/VBox/HostDrivers/win/
H A Dload.cmd24 rem loadall.sh should be in the same directory as this script.
H A Dloadall.cmd24 rem loadall.sh should be in the same directory as this script.
/vbox/tools/bin/
H A Dgen-slickedit-workspace.cmd24 rem gen-slickedit-workspace.sh should be in the same directory as this script.
/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c1275 if (input->directory != NULL) xmlFree((char *) input->directory);
1456 char *directory = NULL; local
1488 directory = xmlParserGetDirectory((const char *) URI);
1492 inputStream->directory = directory;
1497 if ((ctxt->directory == NULL) && (directory != NULL))
1498 ctxt->directory = (char *) xmlStrdup((const xmlChar *) directory);
[all...]
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaInterfaces.cpp196 nsCOMPtr<nsILocalFile> directory; local
198 rv = File_to_nsILocalFile(env, aMozBinDirectory, getter_AddRefs(directory));
212 rv = NS_InitXPCOM2(getter_AddRefs(servMan), directory, provider);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcfileio.h136 directory = PR_FILE_DIRECTORY, enumerator in enum:__anon17206
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector-pae.asm57 ; The page directory pointer entry.
62 ; The page directory.
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/
H A Dbuild.sh182 echo Building tools no $EDK_TOOLS_PATH/Source/C/bin directory

Completed in 77 milliseconds

123