Searched defs:build_path (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c117 static char *build_path( const char *dir, const char *name ) function
308 char *path = build_path( bindir, "wineserver" );
379 if (!build_dir) bindir = build_path( libdir, LIB_TO_BINDIR );
384 argv0_name = build_path( "loader/", basename );
388 if (libdir) dlldir = build_path( libdir, LIB_TO_DLLDIR );
389 else if (bindir) dlldir = build_path( bindir, BIN_TO_DLLDIR );
391 if (bindir) datadir = build_path( bindir, BIN_TO_DATADIR );
505 argv[0] = build_path( build_dir, name );
515 argv[0] = build_path( bindir, name );
547 argv[0] = build_path( BINDI
[all...]
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c195 PSHFLSTRING build_path(vboxsf_vnode* dir, const char* const name) function
197 dprintf("*** build_path(%p, %p)\n", dir, name);
339 cookie->path = build_path(vnode, "*");
404 int rv = vboxsf_new_vnode(&volume->map, build_path(vnode, name1->String.utf8), name1, &new_vnode);
515 PSHFLSTRING path = build_path(dir->private_node, name);
701 PSHFLSTRING path = build_path(_dir->private_node, name);
817 PSHFLSTRING path = build_path(parent->private_node, name);
836 PSHFLSTRING path = build_path(parent->private_node, name);
848 PSHFLSTRING path = build_path(parent->private_node, name);
865 PSHFLSTRING oldpath = build_path(fromDi
[all...]

Completed in 390 milliseconds