Searched defs:path (Results 126 - 150 of 206) sorted by relevance

123456789

/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c307 static struct file* vboxPciFileOpen(const char* path, int flags) argument
312 filp = filp_open(path, flags, 0);
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp149 TCHAR path [MAX_PATH]; local
150 SHGetPathFromIDList (LPITEMIDLIST (lParam), path); local
151 QString tmpStr = QString::fromUtf16 ((ushort*)path);
156 SendMessage (hwnd, BFFM_SETSTATUSTEXT, 1, uintptr_t(path));
272 TCHAR path [MAX_PATH]; local
273 path [0] = 0;
289 SHGetPathFromIDList (itemIdList, path);
297 result = QString::fromUtf16 ((ushort*)path);
330 * gets initial path as hidden directory if no hidden files are shown.
545 * gets initial path a
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.cpp539 QPainterPath path; local
540 path.moveTo(m_iCornerRadius, 0);
541 path.arcTo(QRectF(path.currentPosition(), QSizeF(2 * m_iCornerRadius, 2 * m_iCornerRadius)).translated(-m_iCornerRadius, 0), 90, 90);
542 path.lineTo(path.currentPosition().x(), iFullHeight - m_iCornerRadius);
543 path.arcTo(QRectF(path.currentPosition(), QSizeF(2 * m_iCornerRadius, 2 * m_iCornerRadius)).translated(0, -m_iCornerRadius), 180, 90);
544 path.lineTo(fullRect.width() - m_iCornerRadius, path
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp167 /* Returns the path to the item in the form of 'grandparent > parent > item'
169 static QString path (QTreeWidgetItem *aItem) function
327 * Returns a path to the given page of this settings window. See ::path() for
336 return ::path (li);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.cpp445 QString path = dlg.path(); local
447 /* Shared folder's name & path could not be empty */
448 Assert (!name.isEmpty() && !path.isEmpty());
451 fields << name /* name */ << path /* path */
484 QString path = dlg.path(); local
486 /* Shared folder's name & path could not be empty */
487 Assert (!name.isEmpty() && !path
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxFilePathSelectorWidget.cpp215 * Returns @c true if the selected (active) combobox item is a path item.
218 * non-path items like "Other..." or "Reset" that get temporarily activated
220 * real selected file/folder path.
227 QString VBoxFilePathSelectorWidget::path() const function in class:VBoxFilePathSelectorWidget
289 mNoneTip = tr ("The actual default path value will be displayed after "
296 "list to select a path.");
299 /* Retranslate 'path' item */
322 tr ("Resets the folder path to the default value."),
331 tr ("Resets the file path to the default value."),
436 QDir (mPath).path();
671 QString VBoxEmptyFileSelector::path() const function in class:VBoxEmptyFileSelector
735 QString path = mPath; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c421 char *path; local
426 if ((path = strdup(arg)) == NULL)
430 dp->dir_path = path;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp39 #include <iprt/path.h>
138 unit. The target disk path is more important. I leave it for future
308 Bstr path; /* fetch the path, there is stuff like username/password removed if any */ local
309 CHECK_ERROR_BREAK(pAppliance, COMGETTER(Path)(path.asOutParam()));
312 RTStrmPrintf(g_pStdErr, "Interpreting %ls...\n", path.raw());
651 /* Make the path absolute. */
667 "manually set target path.");
671 RTPrintf("%2u: Hard disk image: source image=%ls, target path=%ls, %ls\n",
679 unit. The target disk path i
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c81 #define STATFS_FN(path, buf) (statfs(path,buf,sizeof(buf)))
87 #define STATFS_FN(path, buf) (statvfs(path,buf))
93 #define STATFS_FN(path, buf) (statvfs64(path,buf))
99 #define STATFS_FN(path, buf) (statfs(path,buf))
105 #define STATFS_FN(path, buf) (statfs(path,bu
358 char path[PATH_MAX]; local
653 char *path, *filename; local
[all...]
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c201 size_t len = dir->path->u16Length + strlen(name) + 1;
205 strcpy(rv->String.utf8, dir->path->String.utf8);
244 dprintf(FS_NAME ": allocated %p (path=%p name=%p)\n", root_vnode, root_vnode->path, root_vnode->name);
282 dprintf("vboxsf_read_stat (_vnode=%p, vnode=%p, path=%p (%s))\n", _vnode, vnode, vnode->path->String.utf8, vnode->path->String.utf8);
286 dprintf("sf_stat: calling vboxCallCreate, file %s, flags %x\n", vnode->path->String.utf8, params.CreateFlags);
287 rc = vboxCallCreate(&g_clientHandle, &volume->map, vnode->path, &params);
331 int rc = vboxCallCreate(&g_clientHandle, &volume->map, vnode->path,
515 PSHFLSTRING path = build_path(dir->private_node, name); local
701 PSHFLSTRING path = build_path(_dir->private_node, name); local
817 PSHFLSTRING path = build_path(parent->private_node, name); local
836 PSHFLSTRING path = build_path(parent->private_node, name); local
848 PSHFLSTRING path = build_path(parent->private_node, name); local
875 vboxsf_create_symlink(fs_volume* _volume, fs_vnode* dir, const char* name, const char* path, int mode) argument
[all...]
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dutils.c174 SHFLSTRING *path, PSHFLFSOBJINFO result, int ok_to_fail)
186 path->String.utf8, params.CreateFlags));
187 rc = vboxCallCreate(&client_handle, &sf_g->map, path, &params);
196 path->String.utf8, rc, caller));
203 path->String.utf8, params.Result, caller));
236 sf_i->path->String.utf8,
250 err = sf_stat(__func__, sf_g, sf_i->path, &info, 1);
331 rc = vboxCallCreate(&client_handle, &sf_g->map, sf_i->path, &params);
335 sf_i->path->String.utf8, rc));
341 LogFunc(("file %s does not exist\n", sf_i->path
173 sf_stat(const char *caller, struct sf_glob_info *sf_g, SHFLSTRING *path, PSHFLFSOBJINFO result, int ok_to_fail) argument
[all...]
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.c67 sfprov_string(char *path, int *sz) argument
70 int len = strlen(path);
76 strcpy(str->String.utf8, path);
128 sfprov_mount(sfp_connection_t *conn, char *path, sfp_mount_t **mnt) argument
136 str = sfprov_string(path, &size);
139 cmn_err(CE_WARN, "sfprov_mount: vboxCallMapFolder() failed. path=%s rc=%d\n", path, rc);
320 char *path,
332 str = sfprov_string(path, &size);
344 cmn_err(CE_WARN, "sfprov_create: vboxCallCreate failed! path
318 sfprov_create( sfp_mount_t *mnt, char *path, mode_t mode, sfp_file_t **fp, sffs_stat_t *stat) argument
361 sfprov_diropen(sfp_mount_t *mnt, char *path, sfp_file_t **fp) argument
405 sfprov_open(sfp_mount_t *mnt, char *path, sfp_file_t **fp, int flag) argument
511 sfprov_getinfo(sfp_mount_t *mnt, char *path, PSHFLFSOBJINFO info) argument
537 sfprov_get_mode(sfp_mount_t *mnt, char *path, mode_t *mode) argument
550 sfprov_get_size(sfp_mount_t *mnt, char *path, uint64_t *size) argument
564 sfprov_get_atime(sfp_mount_t *mnt, char *path, timestruc_t *time) argument
577 sfprov_get_mtime(sfp_mount_t *mnt, char *path, timestruc_t *time) argument
590 sfprov_get_ctime(sfp_mount_t *mnt, char *path, timestruc_t *time) argument
603 sfprov_get_attr(sfp_mount_t *mnt, char *path, sffs_stat_t *attr) argument
623 sfprov_set_attr( sfp_mount_t *mnt, char *path, uint_t mask, mode_t mode, timestruc_t atime, timestruc_t mtime, timestruc_t ctime) argument
696 sfprov_set_size(sfp_mount_t *mnt, char *path, uint64_t size) argument
754 sfprov_mkdir( sfp_mount_t *mnt, char *path, mode_t mode, sfp_file_t **fp, sffs_stat_t *stat) argument
804 sfprov_remove(sfp_mount_t *mnt, char *path, uint_t is_link) argument
820 sfprov_readlink( sfp_mount_t *mnt, char *path, char *target, size_t tgt_size) argument
873 sfprov_rmdir(sfp_mount_t *mnt, char *path) argument
919 sfprov_readdir( sfp_mount_t *mnt, char *path, sffs_dirents_t **dirents, int flag) argument
[all...]
/vbox/include/iprt/
H A Disofs.h156 char *path; member in struct:RTISOFSPATHTABLEENTRY
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpci_tools.h147 char path[MAXPATHLEN]; /* device path - from kernel */ member in struct:pcitool_intr_dev
/vbox/src/libs/libxml2-2.6.31/
H A Duri.c185 * path = [ abs_path | opaque_part ]
422 if (uri->path != NULL) {
423 p = uri->path;
593 if (uri->path != NULL) xmlFree(uri->path);
594 uri->path = NULL;
620 if (uri->path != NULL) xmlFree(uri->path);
637 * @path: pointer to the path strin
647 xmlNormalizeURIPath(char *path) argument
1521 char *path; local
2404 xmlCanonicPath(const xmlChar *path) argument
2527 xmlPathToURI(const xmlChar *path) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c176 const char *path,
314 process->md.pid = spawn(path, 3, fd_map, NULL, argv, childEnvp);
401 (void)execve(path, argv, childEnvp);
404 (void)execv(path, argv);
451 const char *path; member in struct:pr_CreateProcOp
465 const char *path,
487 op->path = path;
531 const char *path,
543 return ForkAndExec(path, arg
175 ForkAndExec( const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr) argument
464 _MD_CreateUnixProcess( const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr) argument
530 _MD_CreateUnixProcess( const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr) argument
550 _MD_CreateUnixProcessDetached( const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntmisc.c364 const char *path,
363 _PR_CreateWindowsProcess( const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinit.c734 const char *path,
739 return _PR_MD_CREATE_PROCESS(path, argv, envp, attr);
743 const char *path,
753 process = _PR_CreateOS2ProcessEx(path, argv, envp, attr, PR_TRUE);
755 process = PR_CreateProcess(path, argv, envp, attr);
768 return _PR_MD_CREATE_PROCESS_DETACHED(path, argv, envp, attr);
733 PR_CreateProcess( const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr) argument
/vbox/src/recompiler/
H A Dqemu-common.h127 static inline char *realpath(const char *path, char *resolved_path) argument
129 _fullpath(resolved_path, path, _MAX_PATH);
189 /* path.c */
191 const char *path(const char *pathname);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py35 import os.path namespace
58 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)));
80 sPath = os.getenv('PATH', os.getenv('Path', os.path.defpath));
81 aPaths = sPath.split(os.path.pathsep)
83 sFullExecName = os.path.join(sDir, sExecName);
84 if os.path.exists(sFullExecName):
85 return os.path.abspath(sFullExecName);
87 if os.path
[all...]
H A Dreporter.py38 import os.path namespace
82 self.sName = os.path.splitext(os.path.basename(sys.argv[0]))[0];
302 self.sDefLogDir = os.path.abspath(os.path.join(user.home, "VBoxTestLogs"));
304 self.sDefLogDir = os.path.abspath("VBoxTestLogs");
306 sLogDir = os.path.abspath(os.environ.get('TESTBOX_REPORTER_LOG_DIR', self.sDefLogDir));
307 if not os.path.isdir(sLogDir):
311 if not os.path.isdir(sLogDir):
318 self.sLogDir = sLogDir = os.path
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c74 unsigned int index; /* current index in the dll path list */
75 char *buffer; /* buffer used for storing path names */
104 /* build the dll load path from the WINEDLLPATH variable */
108 char *p, *path = getenv( "WINEDLLPATH" ); local
111 if (path)
113 /* count how many path elements we need */
114 path = strdup(path);
115 p = path;
140 p = path;
221 char *path = context->name; local
287 char *path; local
632 char *path; local
694 char *path; local
775 char path[PATH_MAX]; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py19 import os.path namespace
88 # @param FilePath The path of platform description file
292 self._OutputDirectory = os.path.join("Build", self._PlatformName)
473 # get module override path
476 Module.SourceOverridePath = os.path.join(GlobalData.gWorkspace, NormPath(RecordList[0][0], Macros))
478 # Check if the source override path exists
479 if not os.path.isdir(Module.SourceOverridePath):
480 EdkLogger.error('build', FILE_NOT_FOUND, Message = 'Source override path does not exist:', File=self.MetaFile, ExtraData=Module.SourceOverridePath, Line=LineNo)
822 # @param FilePath The path of module description file
935 # @param FilePath The path o
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c992 const fsw_u16* path; member in struct:__anon13092
1237 * Get the target path of a symbolic link. This function is called when a symbolic
/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp37 #include <iprt/path.h>
525 int CollectorSolaris::getHostFilesystemUsage(const char *path, ULONG *total, ULONG *used, ULONG *available) argument
529 if (statvfs64(path, &stats) == -1)
531 LogRel(("Failed to collect %s filesystem usage: errno=%d.\n", path, errno));
535 *total = (ULONG)(getZfsTotal(cbBlock * stats.f_blocks, stats.f_basetype, path) / _1M);

Completed in 205 milliseconds

123456789