Home
last modified time | relevance | path

Searched refs:vfs_root (Results 1 – 25 of 53) sorted by relevance

123

/dports/games/taisei/taisei-1.3.2/src/vfs/
H A Dpublic.c25 VFSNode *srcnode = vfs_locate(vfs_root, src); in vfs_mount_alias()
32 return vfs_mount_or_decref(vfs_root, dst, srcnode); in vfs_mount_alias()
39 VFSNode *node = vfs_locate(vfs_root, parent); in vfs_unmount()
55 VFSNode *node = vfs_locate(vfs_root, path); in vfs_open()
75 VFSNode *node = vfs_locate(vfs_root, path); in vfs_query()
95 VFSNode *node = vfs_locate(vfs_root, path); in vfs_mkdir()
109 node = vfs_locate(vfs_root, parent); in vfs_mkdir()
131 VFSNode *node = vfs_locate(vfs_root, path); in vfs_repr()
151 VFSNode *node = vfs_locate(vfs_root, p); in vfs_print_tree()
170 VFSNode *node = vfs_locate(vfs_root, path); in vfs_dir_open()
H A Dprivate.c14 VFSNode *vfs_root; variable
58 vfs_root = vfs_alloc(); in vfs_init()
59 vfs_vdir_init(vfs_root); in vfs_init()
83 vfs_decref(vfs_root); in vfs_shutdown()
86 vfs_root = NULL; in vfs_shutdown()
182 if(!vfs_mount(vfs_root, mountpoint, subtree)) { in vfs_mount_or_decref()
H A Dzipfile_public.c16 VFSNode *node = vfs_locate(vfs_root, zippath); in vfs_mount_zipfile()
31 if(!vfs_mount(vfs_root, mountpoint, znode)) { in vfs_mount_zipfile()
H A Dunion_public.c16 return vfs_mount_or_decref(vfs_root, mountpoint, unode); in vfs_create_union_mountpoint()
H A Dsyspath_public.c75 return vfs_mount_or_decref(vfs_root, mountpoint, rdir); in vfs_mount_syspath()
H A Dprivate.h49 extern VFSNode *vfs_root;
H A Dreadonly_wrapper.c128 VFSNode *parent = vfs_locate(vfs_root, path_parent); in vfs_make_readonly()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Site/
H A DSettingsTest.php164 $vfs_root = vfsStream::setup('root');
165 $sites_directory = vfsStream::newDirectory('sites')->at($vfs_root);
218 $vfs_root = vfsStream::setup('root');
219 $sites_directory = vfsStream::newDirectory('sites')->at($vfs_root);
239 $vfs_root = vfsStream::setup('root');
240 $sites_directory = vfsStream::newDirectory('sites')->at($vfs_root);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/DrupalKernel/
H A DDrupalKernelTest.php115 $vfs_root = vfsStream::setup('drupal_root');
135 …$this->assertEquals('sites/example', DrupalKernel::findSitePath($request, TRUE, $vfs_root->url('dr…
136 …$this->assertEquals('sites/example', DrupalKernel::findSitePath($request, FALSE, $vfs_root->url('d…
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Site/
H A DSettingsTest.php185 $vfs_root = vfsStream::setup('root');
186 $sites_directory = vfsStream::newDirectory('sites')->at($vfs_root);
290 $vfs_root = vfsStream::setup('root');
291 $sites_directory = vfsStream::newDirectory('sites')->at($vfs_root);
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/DrupalKernel/
H A DDrupalKernelTest.php173 $vfs_root = vfsStream::setup('drupal_root');
193 …$this->assertEquals('sites/example', DrupalKernel::findSitePath($request, TRUE, $vfs_root->url('dr…
194 …$this->assertEquals('sites/example', DrupalKernel::findSitePath($request, FALSE, $vfs_root->url('d…
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/xmlvalidator/
H A Dvalidator.py52 def __init__(self, vfs_root, mods=None): argument
56 self.vfs_root = vfs_root
63 return os.path.realpath(os.path.join(self.vfs_root, mod_name, vfs_path))
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Theme/
H A DBaseThemeMissingTest.php58 $vfs_root = vfsStream::setup('core');
66 ], $vfs_root);
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Theme/
H A DBaseThemeDefaultDeprecationTest.php65 $vfs_root = vfsStream::setup('core');
77 ], $vfs_root);
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Component/
H A DDrupalComponentTest.php140 $vfs_root = vfsStream::setup('root');
141 vfsStream::newFile('Test.php')->at($vfs_root)->setContent($file_data);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Component/
H A DDrupalComponentTest.php141 $vfs_root = vfsStream::setup('root');
142 vfsStream::newFile('Test.php')->at($vfs_root)->setContent($file_data);
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/deadfs/
H A Ddead_vfsops.c61 .vfs_root = (void *)dead_panic,
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/sysvbfs/
H A Dsysvbfs.c119 .vfs_root = sysvbfs_root,
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpvfs/
H A Drumpvfs.ifspec37 int |vfs_root |struct mount *, struct vnode **, int
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/nullfs/
H A Dnull_vfsops.c219 .vfs_root = layerfs_root,
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/overlay/
H A Doverlay_vfsops.c251 .vfs_root = layerfs_root,
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c247 .vfs_root = fdesc_root,
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/v7fs/
H A Dv7fs_extern.c233 .vfs_root = v7fs_root,
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/umapfs/
H A Dumap_vfsops.c285 .vfs_root = layerfs_root,
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c308 .vfs_root = kernfs_root,

123