mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
957 lines
166 KiB
HTML
957 lines
166 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>vpath</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L128'>vpath</a> 128 lib/mcconfig/common.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L130'>vpath</a> 130 lib/mcconfig/common.c vpath = vfs_path_from_str (ini_path);</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L131'>vpath</a> 131 lib/mcconfig/common.c if (mc_stat (vpath, &st) == 0 && st.st_size != 0)</span>
|
|
<span class='curline'><a href='../S/lib--mcconfig--common.c.html#L141'>vpath</a> 141 lib/mcconfig/common.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L104'>vpath</a> 104 lib/util.c resolve_symlinks (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L110'>vpath</a> 110 lib/util.c if (vpath->relative)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L113'>vpath</a> 113 lib/util.c p = p2 = g_strdup (vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L130'>vpath</a> 130 lib/util.c if (mc_lstat (vpath, &mybuf) < 0)</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L141'>vpath</a> 141 lib/util.c len = mc_readlink (vpath, buf2, MC_MAXPATHLEN - 1);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L308'>vpath</a> 308 lib/util.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L311'>vpath</a> 311 lib/util.c vpath = vfs_path_from_str_flags (path, VPF_STRIP_PASSWORD);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L313'>vpath</a> 313 lib/util.c const char *p = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L320'>vpath</a> 320 lib/util.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1240'>vpath</a> 1240 lib/util.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1242'>vpath</a> 1242 lib/util.c vpath = vfs_path_from_str (backup_path);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1243'>vpath</a> 1243 lib/util.c mc_unlink (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--util.c.html#L1244'>vpath</a> 1244 lib/util.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L394'>vpath</a> 394 lib/vfs/direntry.c vfs_s_inode_from_path (const vfs_path_t *vpath, int flags)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L401'>vpath</a> 401 lib/vfs/direntry.c q = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L405'>vpath</a> 405 lib/vfs/direntry.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L420'>vpath</a> 420 lib/vfs/direntry.c vfs_s_opendir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L426'>vpath</a> 426 lib/vfs/direntry.c dir = vfs_s_inode_from_path (vpath, FL_DIR | FL_FOLLOW);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L430'>vpath</a> 430 lib/vfs/direntry.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L492'>vpath</a> 492 lib/vfs/direntry.c vfs_s_chdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L496'>vpath</a> 496 lib/vfs/direntry.c data = vfs_s_opendir (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L507'>vpath</a> 507 lib/vfs/direntry.c vfs_s_internal_stat (const vfs_path_t *vpath, struct stat *buf, int flag)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L511'>vpath</a> 511 lib/vfs/direntry.c ino = vfs_s_inode_from_path (vpath, flag);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L521'>vpath</a> 521 lib/vfs/direntry.c vfs_s_readlink (const vfs_path_t *vpath, char *buf, size_t size)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L527'>vpath</a> 527 lib/vfs/direntry.c ino = vfs_s_inode_from_path (vpath, 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L531'>vpath</a> 531 lib/vfs/direntry.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L749'>vpath</a> 749 lib/vfs/direntry.c vfs_s_getlocalcopy (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L754'>vpath</a> 754 lib/vfs/direntry.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L757'>vpath</a> 757 lib/vfs/direntry.c fh = vfs_s_open (vpath, O_RDONLY, 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L763'>vpath</a> 763 lib/vfs/direntry.c me = vfs_path_get_last_path_vfs (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L780'>vpath</a> 780 lib/vfs/direntry.c vfs_s_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L782'>vpath</a> 782 lib/vfs/direntry.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L791'>vpath</a> 791 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L795'>vpath</a> 795 lib/vfs/direntry.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L803'>vpath</a> 803 lib/vfs/direntry.c ino = vfs_s_inode_from_path (vpath, 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L830'>vpath</a> 830 lib/vfs/direntry.c vfs_s_getid (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L835'>vpath</a> 835 lib/vfs/direntry.c p = vfs_s_get_path (vpath, &archive, FL_NO_OPEN);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1107'>vpath</a> 1107 lib/vfs/direntry.c vfs_get_super_by_vpath (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1116'>vpath</a> 1116 lib/vfs/direntry.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1119'>vpath</a> 1119 lib/vfs/direntry.c vpath_archive = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1164'>vpath</a> 1164 lib/vfs/direntry.c vfs_s_get_path (const vfs_path_t *vpath, struct vfs_s_super **archive, int flags)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1172'>vpath</a> 1172 lib/vfs/direntry.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1177'>vpath</a> 1177 lib/vfs/direntry.c super = vfs_get_super_by_vpath (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1196'>vpath</a> 1196 lib/vfs/direntry.c vpath_archive = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1285'>vpath</a> 1285 lib/vfs/direntry.c vfs_s_open (const vfs_path_t *vpath, int flags, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1295'>vpath</a> 1295 lib/vfs/direntry.c q = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1299'>vpath</a> 1299 lib/vfs/direntry.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1396'>vpath</a> 1396 lib/vfs/direntry.c vfs_s_stat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1398'>vpath</a> 1398 lib/vfs/direntry.c return vfs_s_internal_stat (vpath, buf, FL_FOLLOW);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1404'>vpath</a> 1404 lib/vfs/direntry.c vfs_s_lstat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1406'>vpath</a> 1406 lib/vfs/direntry.c return vfs_s_internal_stat (vpath, buf, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1563'>vpath</a> 1563 lib/vfs/direntry.c vfs_getid (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1567'>vpath</a> 1567 lib/vfs/direntry.c me = vfs_path_get_last_path_vfs (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1571'>vpath</a> 1571 lib/vfs/direntry.c return me->getid (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L185'>vpath</a> 185 lib/vfs/gc.c vfs_stamp_path (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L190'>vpath</a> 190 lib/vfs/gc.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L191'>vpath</a> 191 lib/vfs/gc.c id = vfs_getid (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L206'>vpath</a> 206 lib/vfs/gc.c const vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L217'>vpath</a> 217 lib/vfs/gc.c vpath = vfs_get_raw_current_dir ();</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L218'>vpath</a> 218 lib/vfs/gc.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L220'>vpath</a> 220 lib/vfs/gc.c nvfsid = vfs_getid (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L315'>vpath</a> 315 lib/vfs/gc.c vfs_release_path (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L320'>vpath</a> 320 lib/vfs/gc.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--gc.c.html#L321'>vpath</a> 321 lib/vfs/gc.c id = vfs_getid (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L191'>vpath</a> 191 lib/vfs/interface.c mc_open (const vfs_path_t *vpath, int flags, ...)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L197'>vpath</a> 197 lib/vfs/interface.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L213'>vpath</a> 213 lib/vfs/interface.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L219'>vpath</a> 219 lib/vfs/interface.c info = me->open (vpath, flags, mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L239'>vpath</a> 239 lib/vfs/interface.c if (vpath == NULL) \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L242'>vpath</a> 242 lib/vfs/interface.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath)); \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L252'>vpath</a> 252 lib/vfs/interface.c MC_NAMEOP (chmod, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L253'>vpath</a> 253 lib/vfs/interface.c MC_NAMEOP (chown, (const vfs_path_t *vpath, uid_t owner, gid_t group), (vpath, owner, group))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L254'>vpath</a> 254 lib/vfs/interface.c MC_NAMEOP (fgetflags, (const vfs_path_t *vpath, unsigned long *flags), (vpath, flags))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L255'>vpath</a> 255 lib/vfs/interface.c MC_NAMEOP (fsetflags, (const vfs_path_t *vpath, unsigned long flags), (vpath, flags))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L256'>vpath</a> 256 lib/vfs/interface.c MC_NAMEOP (utime, (const vfs_path_t *vpath, mc_timesbuf_t *times), (vpath, times))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L257'>vpath</a> 257 lib/vfs/interface.c MC_NAMEOP (readlink, (const vfs_path_t *vpath, char *buf, size_t bufsiz), (vpath, buf, bufsiz))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L258'>vpath</a> 258 lib/vfs/interface.c MC_NAMEOP (unlink, (const vfs_path_t *vpath), (vpath))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L259'>vpath</a> 259 lib/vfs/interface.c MC_NAMEOP (mkdir, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L260'>vpath</a> 260 lib/vfs/interface.c MC_NAMEOP (rmdir, (const vfs_path_t *vpath), (vpath))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L261'>vpath</a> 261 lib/vfs/interface.c MC_NAMEOP (mknod, (const vfs_path_t *vpath, mode_t mode, dev_t dev), (vpath, mode, dev))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L356'>vpath</a> 356 lib/vfs/interface.c mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L361'>vpath</a> 361 lib/vfs/interface.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L364'>vpath</a> 364 lib/vfs/interface.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L366'>vpath</a> 366 lib/vfs/interface.c result = me->setctl != NULL ? me->setctl (vpath, ctlop, arg) : 0;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L403'>vpath</a> 403 lib/vfs/interface.c mc_opendir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L409'>vpath</a> 409 lib/vfs/interface.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L412'>vpath</a> 412 lib/vfs/interface.c path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L419'>vpath</a> 419 lib/vfs/interface.c info = path_element->class->opendir ? path_element->class->opendir (vpath) : NULL;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L518'>vpath</a> 518 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath, struct stat *buf) \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L523'>vpath</a> 523 lib/vfs/interface.c if (vpath == NULL) \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L526'>vpath</a> 526 lib/vfs/interface.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath)); \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L529'>vpath</a> 529 lib/vfs/interface.c result = me->name ? me->name (vpath, buf) : -1; \</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L594'>vpath</a> 594 lib/vfs/interface.c mc_chdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L603'>vpath</a> 603 lib/vfs/interface.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L609'>vpath</a> 609 lib/vfs/interface.c if (vpath->relative)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L610'>vpath</a> 610 lib/vfs/interface.c cd_vpath = vfs_path_to_absolute (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L612'>vpath</a> 612 lib/vfs/interface.c cd_vpath = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L661'>vpath</a> 661 lib/vfs/interface.c super = vfs_get_super_by_vpath (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L340'>vpath</a> 340 lib/vfs/path.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L345'>vpath</a> 345 lib/vfs/path.c vpath = vfs_path_new (FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L371'>vpath</a> 371 lib/vfs/path.c g_array_prepend_val (vpath->path, element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L382'>vpath</a> 382 lib/vfs/path.c g_array_prepend_val (vpath->path, element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L385'>vpath</a> 385 lib/vfs/path.c return vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L401'>vpath</a> 401 lib/vfs/path.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L411'>vpath</a> 411 lib/vfs/path.c vpath = vfs_path_new (!path_is_absolute);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L456'>vpath</a> 456 lib/vfs/path.c g_array_prepend_val (vpath->path, element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L473'>vpath</a> 473 lib/vfs/path.c g_array_prepend_val (vpath->path, element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L476'>vpath</a> 476 lib/vfs/path.c return vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L583'>vpath</a> 583 lib/vfs/path.c vfs_path_to_str_flags (const vfs_path_t *vpath, int elements_count, vfs_path_flag_t flags)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L589'>vpath</a> 589 lib/vfs/path.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L592'>vpath</a> 592 lib/vfs/path.c if (elements_count == 0 || elements_count > vfs_path_elements_count (vpath))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L593'>vpath</a> 593 lib/vfs/path.c elements_count = vfs_path_elements_count (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L596'>vpath</a> 596 lib/vfs/path.c elements_count = vfs_path_elements_count (vpath) + elements_count;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L603'>vpath</a> 603 lib/vfs/path.c gboolean is_relative = vpath->relative && (element_index == 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L605'>vpath</a> 605 lib/vfs/path.c element = vfs_path_get_by_index (vpath, element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L669'>vpath</a> 669 lib/vfs/path.c vfs_path_to_str_elements_count (const vfs_path_t *vpath, int elements_count)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L671'>vpath</a> 671 lib/vfs/path.c return vfs_path_to_str_flags (vpath, elements_count, VPF_NONE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L687'>vpath</a> 687 lib/vfs/path.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L702'>vpath</a> 702 lib/vfs/path.c vpath = vfs_path_from_str_deprecated_parser (path);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L704'>vpath</a> 704 lib/vfs/path.c vpath = vfs_path_from_str_uri_parser (path);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L706'>vpath</a> 706 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, flags);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L709'>vpath</a> 709 lib/vfs/path.c return vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L737'>vpath</a> 737 lib/vfs/path.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L739'>vpath</a> 739 lib/vfs/path.c vpath = g_new0 (vfs_path_t, 1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L740'>vpath</a> 740 lib/vfs/path.c vpath->path = g_array_new (FALSE, TRUE, sizeof (vfs_path_element_t *));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L741'>vpath</a> 741 lib/vfs/path.c vpath->relative = relative;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L743'>vpath</a> 743 lib/vfs/path.c return vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L756'>vpath</a> 756 lib/vfs/path.c vfs_path_elements_count (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L758'>vpath</a> 758 lib/vfs/path.c return (vpath != NULL && vpath->path != NULL) ? vpath->path->len : 0;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L769'>vpath</a> 769 lib/vfs/path.c vfs_path_add_element (vfs_path_t *vpath, const vfs_path_element_t *path_element)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L771'>vpath</a> 771 lib/vfs/path.c g_array_append_val (vpath->path, path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L772'>vpath</a> 772 lib/vfs/path.c g_free (vpath->str);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L773'>vpath</a> 773 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L790'>vpath</a> 790 lib/vfs/path.c vfs_path_get_by_index (const vfs_path_t *vpath, int element_index)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L794'>vpath</a> 794 lib/vfs/path.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L800'>vpath</a> 800 lib/vfs/path.c n = vfs_path_elements_count (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L811'>vpath</a> 811 lib/vfs/path.c return g_array_index (vpath->path, vfs_path_element_t *, element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L884'>vpath</a> 884 lib/vfs/path.c vfs_path_clone (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L889'>vpath</a> 889 lib/vfs/path.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L892'>vpath</a> 892 lib/vfs/path.c new_vpath = vfs_path_new (vpath->relative);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L894'>vpath</a> 894 lib/vfs/path.c for (vpath_element_index = 0; vpath_element_index < vfs_path_elements_count (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L899'>vpath</a> 899 lib/vfs/path.c path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, vpath_element_index));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L902'>vpath</a> 902 lib/vfs/path.c new_vpath->str = g_strdup (vpath->str);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L918'>vpath</a> 918 lib/vfs/path.c vfs_path_free (vfs_path_t *vpath, gboolean free_str)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L923'>vpath</a> 923 lib/vfs/path.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L926'>vpath</a> 926 lib/vfs/path.c for (vpath_element_index = 0; vpath_element_index < vfs_path_elements_count (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L931'>vpath</a> 931 lib/vfs/path.c path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, vpath_element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L935'>vpath</a> 935 lib/vfs/path.c g_array_free (vpath->path, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L938'>vpath</a> 938 lib/vfs/path.c ret = vpath->str;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L941'>vpath</a> 941 lib/vfs/path.c g_free (vpath->str);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L945'>vpath</a> 945 lib/vfs/path.c g_free (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L961'>vpath</a> 961 lib/vfs/path.c vfs_path_remove_element_by_index (vfs_path_t *vpath, int element_index)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L965'>vpath</a> 965 lib/vfs/path.c if ((vpath == NULL) || (vfs_path_elements_count (vpath) == 1))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L969'>vpath</a> 969 lib/vfs/path.c element_index = vfs_path_elements_count (vpath) + element_index;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L971'>vpath</a> 971 lib/vfs/path.c element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L972'>vpath</a> 972 lib/vfs/path.c vpath->path = g_array_remove_index (vpath->path, element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L974'>vpath</a> 974 lib/vfs/path.c g_free (vpath->str);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L975'>vpath</a> 975 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1064'>vpath</a> 1064 lib/vfs/path.c vfs_path_change_encoding (vfs_path_t *vpath, const char *encoding)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1068'>vpath</a> 1068 lib/vfs/path.c path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1071'>vpath</a> 1071 lib/vfs/path.c return vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1081'>vpath</a> 1081 lib/vfs/path.c g_free (vpath->str);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1082'>vpath</a> 1082 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1083'>vpath</a> 1083 lib/vfs/path.c return vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1098'>vpath</a> 1098 lib/vfs/path.c vfs_path_serialize (const vfs_path_t *vpath, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1105'>vpath</a> 1105 lib/vfs/path.c if ((vpath == NULL) || (vfs_path_elements_count (vpath) == 0))</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1113'>vpath</a> 1113 lib/vfs/path.c for (int element_index = 0; element_index < vfs_path_elements_count (vpath); element_index++)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1119'>vpath</a> 1119 lib/vfs/path.c element = vfs_path_get_by_index (vpath, element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1154'>vpath</a> 1154 lib/vfs/path.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1162'>vpath</a> 1162 lib/vfs/path.c vpath = vfs_path_new (FALSE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1179'>vpath</a> 1179 lib/vfs/path.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1202'>vpath</a> 1202 lib/vfs/path.c vpath->path = g_array_append_val (vpath->path, element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1206'>vpath</a> 1206 lib/vfs/path.c if (vfs_path_elements_count (vpath) == 0)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1208'>vpath</a> 1208 lib/vfs/path.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1212'>vpath</a> 1212 lib/vfs/path.c vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1214'>vpath</a> 1214 lib/vfs/path.c return vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1232'>vpath</a> 1232 lib/vfs/path.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1240'>vpath</a> 1240 lib/vfs/path.c vpath = vfs_path_from_str (str_path);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1242'>vpath</a> 1242 lib/vfs/path.c return vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1257'>vpath</a> 1257 lib/vfs/path.c vfs_path_append_new (const vfs_path_t *vpath, const char *first_element, ...)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1264'>vpath</a> 1264 lib/vfs/path.c if (vpath == NULL || first_element == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1271'>vpath</a> 1271 lib/vfs/path.c result_str = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1334'>vpath</a> 1334 lib/vfs/path.c vfs_path_tokens_count (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1339'>vpath</a> 1339 lib/vfs/path.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1342'>vpath</a> 1342 lib/vfs/path.c for (element_index = 0; element_index < vfs_path_elements_count (vpath); element_index++)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1347'>vpath</a> 1347 lib/vfs/path.c element = vfs_path_get_by_index (vpath, element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1378'>vpath</a> 1378 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1382'>vpath</a> 1382 lib/vfs/path.c size_t tokens_count = vfs_path_tokens_count (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1384'>vpath</a> 1384 lib/vfs/path.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1408'>vpath</a> 1408 lib/vfs/path.c for (element_index = 0; element_index < vfs_path_elements_count (vpath); element_index++)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1414'>vpath</a> 1414 lib/vfs/path.c element = vfs_path_get_by_index (vpath, element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1460'>vpath</a> 1460 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1465'>vpath</a> 1465 lib/vfs/path.c str_tokens = vfs_path_tokens_get (vpath, start_position, length);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1620'>vpath</a> 1620 lib/vfs/path.c vfs_path_len (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1622'>vpath</a> 1622 lib/vfs/path.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1625'>vpath</a> 1625 lib/vfs/path.c return strlen (vpath->str);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1638'>vpath</a> 1638 lib/vfs/path.c vfs_path_to_absolute (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1643'>vpath</a> 1643 lib/vfs/path.c if (!vpath->relative)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1644'>vpath</a> 1644 lib/vfs/path.c return vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1646'>vpath</a> 1646 lib/vfs/path.c path_str = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L57'>vpath</a> 57 lib/vfs/path.h vfs_path_t *vfs_path_clone (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L58'>vpath</a> 58 lib/vfs/path.h void vfs_path_remove_element_by_index (vfs_path_t *vpath, int element_index);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L63'>vpath</a> 63 lib/vfs/path.h char *vfs_path_to_str_flags (const vfs_path_t *vpath, int elements_count, vfs_path_flag_t flags);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L67'>vpath</a> 67 lib/vfs/path.h vfs_path_t *vfs_path_append_new (const vfs_path_t *vpath, const char *first_element, ...);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L69'>vpath</a> 69 lib/vfs/path.h size_t vfs_path_tokens_count (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L70'>vpath</a> 70 lib/vfs/path.h char *vfs_path_tokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L71'>vpath</a> 71 lib/vfs/path.h vfs_path_t *vfs_path_vtokens_get (const vfs_path_t *vpath, ssize_t start_position, ssize_t length);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L73'>vpath</a> 73 lib/vfs/path.h void vfs_path_add_element (vfs_path_t *vpath, const vfs_path_element_t *path_element);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L82'>vpath</a> 82 lib/vfs/path.h vfs_path_t *vfs_path_change_encoding (vfs_path_t *vpath, const char *encoding);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L84'>vpath</a> 84 lib/vfs/path.h char *vfs_path_serialize (const vfs_path_t *vpath, GError **error);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L90'>vpath</a> 90 lib/vfs/path.h size_t vfs_path_len (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L93'>vpath</a> 93 lib/vfs/path.h vfs_path_t *vfs_path_to_absolute (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L106'>vpath</a> 106 lib/vfs/path.h vfs_path_get_last_path_str (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L110'>vpath</a> 110 lib/vfs/path.h if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L112'>vpath</a> 112 lib/vfs/path.h element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L119'>vpath</a> 119 lib/vfs/path.h vfs_path_get_last_path_vfs (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L123'>vpath</a> 123 lib/vfs/path.h if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L125'>vpath</a> 125 lib/vfs/path.h element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L139'>vpath</a> 139 lib/vfs/path.h vfs_path_as_str (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.h.html#L141'>vpath</a> 141 lib/vfs/path.h return (vpath == NULL ? NULL : vpath->str);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L202'>vpath</a> 202 lib/vfs/vfs.c vfs_test_current_dir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L206'>vpath</a> 206 lib/vfs/vfs.c return (mc_global.vfs.cd_symlinks && mc_stat (vpath, &my_stat) == 0</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L418'>vpath</a> 418 lib/vfs/vfs.c vfs_set_raw_current_dir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L421'>vpath</a> 421 lib/vfs/vfs.c current_path = (vfs_path_t *) vpath;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L437'>vpath</a> 437 lib/vfs/vfs.c vfs_file_class_flags (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L441'>vpath</a> 441 lib/vfs/vfs.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L596'>vpath</a> 596 lib/vfs/vfs.c vfs_file_is_local (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L598'>vpath</a> 598 lib/vfs/vfs.c return (vfs_file_class_flags (vpath) & VFSF_LOCAL) != 0;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L162'>vpath</a> 162 lib/vfs/vfs.h void *(*open) (const vfs_path_t *vpath, int flags, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L167'>vpath</a> 167 lib/vfs/vfs.h void *(*opendir) (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L171'>vpath</a> 171 lib/vfs/vfs.h int (*stat) (const vfs_path_t *vpath, struct stat *buf);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L172'>vpath</a> 172 lib/vfs/vfs.h int (*lstat) (const vfs_path_t *vpath, struct stat *buf);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L175'>vpath</a> 175 lib/vfs/vfs.h int (*chmod) (const vfs_path_t *vpath, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L176'>vpath</a> 176 lib/vfs/vfs.h int (*chown) (const vfs_path_t *vpath, uid_t owner, gid_t group);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L178'>vpath</a> 178 lib/vfs/vfs.h int (*fgetflags) (const vfs_path_t *vpath, unsigned long *flags);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L179'>vpath</a> 179 lib/vfs/vfs.h int (*fsetflags) (const vfs_path_t *vpath, unsigned long flags);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L181'>vpath</a> 181 lib/vfs/vfs.h int (*utime) (const vfs_path_t *vpath, mc_timesbuf_t *times);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L183'>vpath</a> 183 lib/vfs/vfs.h int (*readlink) (const vfs_path_t *vpath, char *buf, size_t size);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L186'>vpath</a> 186 lib/vfs/vfs.h int (*unlink) (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L188'>vpath</a> 188 lib/vfs/vfs.h int (*chdir) (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L191'>vpath</a> 191 lib/vfs/vfs.h int (*mknod) (const vfs_path_t *vpath, mode_t mode, dev_t dev);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L193'>vpath</a> 193 lib/vfs/vfs.h vfsid (*getid) (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L198'>vpath</a> 198 lib/vfs/vfs.h vfs_path_t *(*getlocalcopy) (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L199'>vpath</a> 199 lib/vfs/vfs.h int (*ungetlocalcopy) (const vfs_path_t *vpath, const vfs_path_t *local_vpath,</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L202'>vpath</a> 202 lib/vfs/vfs.h int (*mkdir) (const vfs_path_t *vpath, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L203'>vpath</a> 203 lib/vfs/vfs.h int (*rmdir) (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L206'>vpath</a> 206 lib/vfs/vfs.h int (*setctl) (const vfs_path_t *vpath, int ctlop, void *arg);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L239'>vpath</a> 239 lib/vfs/vfs.h void *vfs_s_open (const vfs_path_t *vpath, int flags, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L240'>vpath</a> 240 lib/vfs/vfs.h int vfs_s_stat (const vfs_path_t *vpath, struct stat *buf);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L241'>vpath</a> 241 lib/vfs/vfs.h int vfs_s_lstat (const vfs_path_t *vpath, struct stat *buf);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L246'>vpath</a> 246 lib/vfs/vfs.h vfsid vfs_getid (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L263'>vpath</a> 263 lib/vfs/vfs.h void vfs_set_raw_current_dir (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L266'>vpath</a> 266 lib/vfs/vfs.h MC_MOCKABLE gboolean vfs_file_is_local (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L270'>vpath</a> 270 lib/vfs/vfs.h vfs_flags_t vfs_file_class_flags (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L281'>vpath</a> 281 lib/vfs/vfs.h void vfs_release_path (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L312'>vpath</a> 312 lib/vfs/vfs.h int mc_utime (const vfs_path_t *vpath, mc_timesbuf_t *times);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L313'>vpath</a> 313 lib/vfs/vfs.h int mc_readlink (const vfs_path_t *vpath, char *buf, size_t bufsiz);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L316'>vpath</a> 316 lib/vfs/vfs.h DIR *mc_opendir (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L319'>vpath</a> 319 lib/vfs/vfs.h MC_MOCKABLE int mc_stat (const vfs_path_t *vpath, struct stat *buf);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L320'>vpath</a> 320 lib/vfs/vfs.h int mc_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L322'>vpath</a> 322 lib/vfs/vfs.h int mc_mkdir (const vfs_path_t *vpath, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L323'>vpath</a> 323 lib/vfs/vfs.h int mc_rmdir (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L325'>vpath</a> 325 lib/vfs/vfs.h MC_MOCKABLE int mc_lstat (const vfs_path_t *vpath, struct stat *buf);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L328'>vpath</a> 328 lib/vfs/vfs.h int mc_chmod (const vfs_path_t *vpath, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L329'>vpath</a> 329 lib/vfs/vfs.h int mc_chown (const vfs_path_t *vpath, uid_t owner, gid_t group);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L330'>vpath</a> 330 lib/vfs/vfs.h int mc_fgetflags (const vfs_path_t *vpath, unsigned long *flags);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L331'>vpath</a> 331 lib/vfs/vfs.h int mc_fsetflags (const vfs_path_t *vpath, unsigned long flags);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L332'>vpath</a> 332 lib/vfs/vfs.h int mc_chdir (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L333'>vpath</a> 333 lib/vfs/vfs.h int mc_unlink (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L335'>vpath</a> 335 lib/vfs/vfs.h int mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L336'>vpath</a> 336 lib/vfs/vfs.h int mc_open (const vfs_path_t *vpath, int flags, ...);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L132'>vpath</a> 132 lib/vfs/xdirentry.h void *(*archive_check) (const vfs_path_t *vpath); // optional</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L134'>vpath</a> 134 lib/vfs/xdirentry.h const vfs_path_t *vpath, void *cookie);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L136'>vpath</a> 136 lib/vfs/xdirentry.h int (*open_archive) (struct vfs_s_super *psup, const vfs_path_t *vpath,</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L181'>vpath</a> 181 lib/vfs/xdirentry.h const char *vfs_s_get_path (const vfs_path_t *vpath, struct vfs_s_super **archive, int flags);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L182'>vpath</a> 182 lib/vfs/xdirentry.h struct vfs_s_super *vfs_get_super_by_vpath (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L746'>vpath</a> 746 src/args.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L748'>vpath</a> 748 src/args.c vpath = vfs_path_from_str ("ftp://");</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L749'>vpath</a> 749 src/args.c mc_setctl (vpath, VFS_SETCTL_LOGFILE, (void *) mc_args__netfs_logfile);</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L750'>vpath</a> 750 src/args.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2685'>vpath</a> 2685 src/diffviewer/ydiff.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2697'>vpath</a> 2697 src/diffviewer/ydiff.c vpath = vfs_path_from_str (dview->label[ord]);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2698'>vpath</a> 2698 src/diffviewer/ydiff.c path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2699'>vpath</a> 2699 src/diffviewer/ydiff.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L4171'>vpath</a> 4171 src/editor/edit.c edit_arg_init (edit_arg_t *arg, vfs_path_t *vpath, long line)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L4173'>vpath</a> 4173 src/editor/edit.c arg->file_vpath = (vfs_path_t *) vpath;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L4187'>vpath</a> 4187 src/editor/edit.c edit_arg_assign (edit_arg_t *arg, vfs_path_t *vpath, long line)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L4190'>vpath</a> 4190 src/editor/edit.c edit_arg_init (arg, vpath, line);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.h.html#L86'>vpath</a> 86 src/editor/edit.h void edit_arg_init (edit_arg_t *arg, vfs_path_t *vpath, long line);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.h.html#L87'>vpath</a> 87 src/editor/edit.h void edit_arg_assign (edit_arg_t *arg, vfs_path_t *vpath, long line);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1559'>vpath</a> 1559 src/editor/editcmd.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1562'>vpath</a> 1562 src/editor/editcmd.c vpath = vfs_path_from_str (filename);</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1563'>vpath</a> 1563 src/editor/editcmd.c file = mc_open (vpath, O_CREAT | O_WRONLY | O_TRUNC,</span>
|
|
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1565'>vpath</a> 1565 src/editor/editcmd.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--editor--etags.c.html#L378'>vpath</a> 378 src/editor/etags.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--editor--etags.c.html#L383'>vpath</a> 383 src/editor/etags.c vpath = vfs_path_append_vpath_new (edit->dir_vpath, edit->filename_vpath, NULL);</span>
|
|
<span class='curline'><a href='../S/src--editor--etags.c.html#L385'>vpath</a> 385 src/editor/etags.c vpath = vfs_path_clone (edit->filename_vpath);</span>
|
|
<span class='curline'><a href='../S/src--editor--etags.c.html#L387'>vpath</a> 387 src/editor/etags.c edit_arg_assign (&edit_history_moveto[edit_stack_iterator], vpath,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L895'>vpath</a> 895 src/filemanager/achown.c apply_advanced_chowns (WPanel *panel, vfs_path_t *vpath, struct stat *sf)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L901'>vpath</a> 901 src/filemanager/achown.c if (!do_advanced_chown (panel, vpath, get_mode (), (ch_flags[9] == '+') ? a_uid : (uid_t) (-1),</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L910'>vpath</a> 910 src/filemanager/achown.c vpath = vfs_path_from_str (fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L911'>vpath</a> 911 src/filemanager/achown.c ok = (mc_stat (vpath, sf) == 0);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L926'>vpath</a> 926 src/filemanager/achown.c ok = do_advanced_chown (panel, vpath, get_mode (),</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L931'>vpath</a> 931 src/filemanager/achown.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L958'>vpath</a> 958 src/filemanager/achown.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L973'>vpath</a> 973 src/filemanager/achown.c vpath = vfs_path_from_str (fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L975'>vpath</a> 975 src/filemanager/achown.c if (mc_stat (vpath, &sf_stat) != 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L977'>vpath</a> 977 src/filemanager/achown.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L1007'>vpath</a> 1007 src/filemanager/achown.c if (mc_chmod (vpath, get_mode ()) == -1)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L1010'>vpath</a> 1010 src/filemanager/achown.c else if (mc_chown (vpath, uid, gid) == -1)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L1015'>vpath</a> 1015 src/filemanager/achown.c else if (!try_advanced_chown (vpath, get_mode (), uid, gid))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L1027'>vpath</a> 1027 src/filemanager/achown.c apply_advanced_chowns (panel, vpath, &sf_stat);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--achown.c.html#L1043'>vpath</a> 1043 src/filemanager/achown.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1140'>vpath</a> 1140 src/filemanager/chattr.c chattr_apply_mask (WPanel *panel, vfs_path_t *vpath, unsigned long m)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1144'>vpath</a> 1144 src/filemanager/chattr.c if (!do_chattr (panel, vpath, m))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1152'>vpath</a> 1152 src/filemanager/chattr.c vpath = vfs_path_from_str (fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1153'>vpath</a> 1153 src/filemanager/chattr.c ok = (mc_fgetflags (vpath, &m) == 0);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1167'>vpath</a> 1167 src/filemanager/chattr.c ok = do_chattr (panel, vpath, m);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1168'>vpath</a> 1168 src/filemanager/chattr.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1191'>vpath</a> 1191 src/filemanager/chattr.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1206'>vpath</a> 1206 src/filemanager/chattr.c vpath = vfs_path_from_str (fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1208'>vpath</a> 1208 src/filemanager/chattr.c if (mc_fgetflags (vpath, &flags) != 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1211'>vpath</a> 1211 src/filemanager/chattr.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1233'>vpath</a> 1233 src/filemanager/chattr.c if (mc_fsetflags (vpath, flags) == -1 && !ignore_all)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1237'>vpath</a> 1237 src/filemanager/chattr.c else if (!try_chattr (vpath, flags))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1262'>vpath</a> 1262 src/filemanager/chattr.c chattr_apply_mask (panel, vpath, flags);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1275'>vpath</a> 1275 src/filemanager/chattr.c chattr_apply_mask (panel, vpath, flags);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1288'>vpath</a> 1288 src/filemanager/chattr.c chattr_apply_mask (panel, vpath, flags);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chattr.c.html#L1303'>vpath</a> 1303 src/filemanager/chattr.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L450'>vpath</a> 450 src/filemanager/chmod.c apply_mask (WPanel *panel, vfs_path_t *vpath, struct stat *sf)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L454'>vpath</a> 454 src/filemanager/chmod.c if (!do_chmod (panel, vpath, sf))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L462'>vpath</a> 462 src/filemanager/chmod.c vpath = vfs_path_from_str (fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L463'>vpath</a> 463 src/filemanager/chmod.c ok = (mc_stat (vpath, sf) == 0);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L478'>vpath</a> 478 src/filemanager/chmod.c ok = do_chmod (panel, vpath, sf);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L481'>vpath</a> 481 src/filemanager/chmod.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L503'>vpath</a> 503 src/filemanager/chmod.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L518'>vpath</a> 518 src/filemanager/chmod.c vpath = vfs_path_from_str (fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L520'>vpath</a> 520 src/filemanager/chmod.c if (mc_stat (vpath, &sf_stat) != 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L522'>vpath</a> 522 src/filemanager/chmod.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L543'>vpath</a> 543 src/filemanager/chmod.c if (mc_chmod (vpath, ch_mode) == -1 && !ignore_all)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L547'>vpath</a> 547 src/filemanager/chmod.c else if (!try_chmod (vpath, ch_mode))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L572'>vpath</a> 572 src/filemanager/chmod.c apply_mask (panel, vpath, &sf_stat);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L585'>vpath</a> 585 src/filemanager/chmod.c apply_mask (panel, vpath, &sf_stat);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L598'>vpath</a> 598 src/filemanager/chmod.c apply_mask (panel, vpath, &sf_stat);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chmod.c.html#L613'>vpath</a> 613 src/filemanager/chmod.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L324'>vpath</a> 324 src/filemanager/chown.c apply_chowns (WPanel *panel, vfs_path_t *vpath, uid_t u, gid_t g)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L328'>vpath</a> 328 src/filemanager/chown.c if (!do_chown (panel, vpath, u, g))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L337'>vpath</a> 337 src/filemanager/chown.c vpath = vfs_path_from_str (fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L338'>vpath</a> 338 src/filemanager/chown.c ok = (mc_stat (vpath, &sf) == 0);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L350'>vpath</a> 350 src/filemanager/chown.c ok = do_chown (panel, vpath, u, g);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L352'>vpath</a> 352 src/filemanager/chown.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L374'>vpath</a> 374 src/filemanager/chown.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L392'>vpath</a> 392 src/filemanager/chown.c vpath = vfs_path_from_str (fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L394'>vpath</a> 394 src/filemanager/chown.c if (mc_stat (vpath, &sf_stat) != 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L396'>vpath</a> 396 src/filemanager/chown.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L441'>vpath</a> 441 src/filemanager/chown.c if (mc_chown (vpath, new_user, new_group) == -1)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L445'>vpath</a> 445 src/filemanager/chown.c else if (!try_chown (vpath, new_user, new_group))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L454'>vpath</a> 454 src/filemanager/chown.c apply_chowns (panel, vpath, new_user, new_group);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L472'>vpath</a> 472 src/filemanager/chown.c apply_chowns (panel, vpath, new_user, new_group);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L489'>vpath</a> 489 src/filemanager/chown.c apply_chowns (panel, vpath, new_user, new_group);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L506'>vpath</a> 506 src/filemanager/chown.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L582'>vpath</a> 582 src/filemanager/cmd.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L593'>vpath</a> 593 src/filemanager/cmd.c vpath = vfs_path_from_str (filename);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L595'>vpath</a> 595 src/filemanager/cmd.c view_file (vpath, FALSE, use_internal_view);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L596'>vpath</a> 596 src/filemanager/cmd.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L958'>vpath</a> 958 src/filemanager/cmd.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L960'>vpath</a> 960 src/filemanager/cmd.c vpath = vfs_path_from_str (target);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L961'>vpath</a> 961 src/filemanager/cmd.c tree_chdir (the_tree, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L962'>vpath</a> 962 src/filemanager/cmd.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L1314'>vpath</a> 1314 src/filemanager/cmd.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L1317'>vpath</a> 1317 src/filemanager/cmd.c vpath = vfs_path_from_str_flags (mc_config_get_path (), VPF_STRIP_HOME);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L1318'>vpath</a> 1318 src/filemanager/cmd.c path = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--cmd.c.html#L1325'>vpath</a> 1325 src/filemanager/cmd.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L155'>vpath</a> 155 src/filemanager/dir.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L165'>vpath</a> 165 src/filemanager/dir.c vpath = vfs_path_from_str (dp->d_name);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L166'>vpath</a> 166 src/filemanager/dir.c if (mc_lstat (vpath, buf1) == -1)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L180'>vpath</a> 180 src/filemanager/dir.c *link_to_dir = file_is_symlink_to_dir (vpath, buf1, stale_link);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L182'>vpath</a> 182 src/filemanager/dir.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L199'>vpath</a> 199 src/filemanager/dir.c dir_get_dotdot_stat (const vfs_path_t *vpath, struct stat *st)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L203'>vpath</a> 203 src/filemanager/dir.c if ((vpath != NULL) && (st != NULL))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L207'>vpath</a> 207 src/filemanager/dir.c path = vfs_path_get_by_index (vpath, 0)->path;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L212'>vpath</a> 212 src/filemanager/dir.c tmp_vpath = vfs_path_append_new (vpath, "..", (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L598'>vpath</a> 598 src/filemanager/dir.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L603'>vpath</a> 603 src/filemanager/dir.c vpath = vfs_path_from_str (path);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L604'>vpath</a> 604 src/filemanager/dir.c if (mc_lstat (vpath, buf1) == -1)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L606'>vpath</a> 606 src/filemanager/dir.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L620'>vpath</a> 620 src/filemanager/dir.c if (mc_stat (vpath, &buf2) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L626'>vpath</a> 626 src/filemanager/dir.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L634'>vpath</a> 634 src/filemanager/dir.c dir_list_load (dir_list *list, const vfs_path_t *vpath, GCompareFunc sort,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L649'>vpath</a> 649 src/filemanager/dir.c if (dir_get_dotdot_stat (vpath, &st))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L653'>vpath</a> 653 src/filemanager/dir.c list->callback (DIR_OPEN, (void *) vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L654'>vpath</a> 654 src/filemanager/dir.c dirp = mc_opendir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L658'>vpath</a> 658 src/filemanager/dir.c tree_store_start_check (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L660'>vpath</a> 660 src/filemanager/dir.c vpath_str = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L707'>vpath</a> 707 src/filemanager/dir.c dir_list_reload (dir_list *list, const vfs_path_t *vpath, GCompareFunc sort,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L720'>vpath</a> 720 src/filemanager/dir.c list->callback (DIR_OPEN, (void *) vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L721'>vpath</a> 721 src/filemanager/dir.c dirp = mc_opendir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L729'>vpath</a> 729 src/filemanager/dir.c tree_store_start_check (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L759'>vpath</a> 759 src/filemanager/dir.c tmp_path = vfs_path_get_by_index (vpath, 0)->path;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L760'>vpath</a> 760 src/filemanager/dir.c if (vfs_path_elements_count (vpath) == 1 && IS_PATH_SEP (tmp_path[0]) && tmp_path[1] == '\0')</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.c.html#L775'>vpath</a> 775 src/filemanager/dir.c if (dir_get_dotdot_stat (vpath, &st))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L81'>vpath</a> 81 src/filemanager/dir.h gboolean dir_list_load (dir_list *list, const vfs_path_t *vpath, GCompareFunc sort,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--dir.h.html#L83'>vpath</a> 83 src/filemanager/dir.h gboolean dir_list_reload (dir_list *list, const vfs_path_t *vpath, GCompareFunc sort,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L333'>vpath</a> 333 src/filemanager/file.c is_in_linklist (const GSList *lp, const vfs_path_t *vpath, const struct stat *sb)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L339'>vpath</a> 339 src/filemanager/file.c class = vfs_path_get_last_path_vfs (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1184'>vpath</a> 1184 src/filemanager/file.c try_remove_file (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *status)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1186'>vpath</a> 1186 src/filemanager/file.c while (mc_unlink (vpath) != 0 && !ctx->ignore_all)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1188'>vpath</a> 1188 src/filemanager/file.c *status = file_error (ctx, TRUE, _ ("Cannot remove file\n%s"), vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1383'>vpath</a> 1383 src/filemanager/file.c erase_file (file_op_context_t *ctx, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1389'>vpath</a> 1389 src/filemanager/file.c if (file_progress_show_deleting (ctx, vpath, &ctx->total_progress_count))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1398'>vpath</a> 1398 src/filemanager/file.c if (ctx->total_progress_count != 0 && mc_lstat (vpath, &buf) != 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1404'>vpath</a> 1404 src/filemanager/file.c if (!try_remove_file (ctx, vpath, &return_status) && return_status == FILE_ABORT)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1416'>vpath</a> 1416 src/filemanager/file.c try_erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1421'>vpath</a> 1421 src/filemanager/file.c dir = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1444'>vpath</a> 1444 src/filemanager/file.c recursive_erase (file_op_context_t *ctx, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1450'>vpath</a> 1450 src/filemanager/file.c reading = mc_opendir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1462'>vpath</a> 1462 src/filemanager/file.c tmp_vpath = vfs_path_append_new (vpath, next->d_name, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1480'>vpath</a> 1480 src/filemanager/file.c file_progress_show_deleting (ctx, vpath, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1487'>vpath</a> 1487 src/filemanager/file.c return try_erase_dir (ctx, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1507'>vpath</a> 1507 src/filemanager/file.c check_dir_is_empty (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *error)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1513'>vpath</a> 1513 src/filemanager/file.c while ((dir = mc_opendir (vpath)) == NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1520'>vpath</a> 1520 src/filemanager/file.c ctx, TRUE, _ ("Cannot enter into directory\n%s"), vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1548'>vpath</a> 1548 src/filemanager/file.c erase_dir_iff_empty (file_op_context_t *ctx, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1552'>vpath</a> 1552 src/filemanager/file.c file_progress_show_deleting (ctx, vpath, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1559'>vpath</a> 1559 src/filemanager/file.c const int res = check_dir_is_empty (ctx, vpath, &error);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1568'>vpath</a> 1568 src/filemanager/file.c return try_erase_dir (ctx, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1574'>vpath</a> 1574 src/filemanager/file.c erase_dir_after_copy (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *status)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L1599'>vpath</a> 1599 src/filemanager/file.c erase_dir_iff_empty (ctx, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2248'>vpath</a> 2248 src/filemanager/file.c file_is_symlink_to_dir (const vfs_path_t *vpath, struct stat *st, gboolean *stale_link)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2258'>vpath</a> 2258 src/filemanager/file.c if (mc_lstat (vpath, st) != 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2266'>vpath</a> 2266 src/filemanager/file.c stale = (mc_stat (vpath, &st3) != 0);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3327'>vpath</a> 3327 src/filemanager/file.c erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3331'>vpath</a> 3331 src/filemanager/file.c file_progress_show_deleting (ctx, vpath, NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3345'>vpath</a> 3345 src/filemanager/file.c const int res = check_dir_is_empty (ctx, vpath, &error);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3353'>vpath</a> 3353 src/filemanager/file.c error = query_recursive (ctx, vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3355'>vpath</a> 3355 src/filemanager/file.c error = recursive_erase (ctx, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3359'>vpath</a> 3359 src/filemanager/file.c return try_erase_dir (ctx, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3602'>vpath</a> 3602 src/filemanager/file.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3605'>vpath</a> 3605 src/filemanager/file.c vpath = vfs_path_from_str (PATH_SEP_STR);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3606'>vpath</a> 3606 src/filemanager/file.c chdir_retcode = mc_chdir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.c.html#L3607'>vpath</a> 3607 src/filemanager/file.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--file.h.html#L50'>vpath</a> 50 src/filemanager/file.h FileProgressStatus erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1159'>vpath</a> 1159 src/filemanager/filegui.c file_progress_show_source (file_op_context_t *ctx, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1166'>vpath</a> 1166 src/filemanager/filegui.c if (vpath != NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1169'>vpath</a> 1169 src/filemanager/filegui.c label_set_text (ui->src_file, truncFileStringSecure (ui->op_dlg, vfs_path_as_str (vpath)));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1181'>vpath</a> 1181 src/filemanager/filegui.c file_progress_show_target (file_op_context_t *ctx, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1188'>vpath</a> 1188 src/filemanager/filegui.c if (vpath != NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1191'>vpath</a> 1191 src/filemanager/filegui.c label_set_text (ui->tgt_file, truncFileStringSecure (ui->op_dlg, vfs_path_as_str (vpath)));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1203'>vpath</a> 1203 src/filemanager/filegui.c file_progress_show_deleting (file_op_context_t *ctx, const vfs_path_t *vpath, size_t *count)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1223'>vpath</a> 1223 src/filemanager/filegui.c s = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1319'>vpath</a> 1319 src/filemanager/filegui.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1336'>vpath</a> 1336 src/filemanager/filegui.c vpath = vfs_path_from_str_flags (def_text, only_one ? VPF_NO_CANON : VPF_NONE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1337'>vpath</a> 1337 src/filemanager/filegui.c tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1338'>vpath</a> 1338 src/filemanager/filegui.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1482'>vpath</a> 1482 src/filemanager/filegui.c vpath = vfs_path_from_str (dest_dir);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1494'>vpath</a> 1494 src/filemanager/filegui.c && (!only_one || (mc_stat (vpath, &buf) == 0 && S_ISDIR (buf.st_mode))))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1497'>vpath</a> 1497 src/filemanager/filegui.c || (only_one && mc_stat (vpath, &buf) == 0 && S_ISDIR (buf.st_mode)))))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.c.html#L1511'>vpath</a> 1511 src/filemanager/filegui.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L17'>vpath</a> 17 src/filemanager/filegui.h typedef int (*mc_stat_fn) (const vfs_path_t *vpath, struct stat *buf);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L180'>vpath</a> 180 src/filemanager/filegui.h void file_progress_show_source (file_op_context_t *ctx, const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L181'>vpath</a> 181 src/filemanager/filegui.h void file_progress_show_target (file_op_context_t *ctx, const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filegui.h.html#L182'>vpath</a> 182 src/filemanager/filegui.h gboolean file_progress_show_deleting (file_op_context_t *ctx, const vfs_path_t *vpath,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L626'>vpath</a> 626 src/filemanager/filemanager.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L629'>vpath</a> 629 src/filemanager/filemanager.c vpath = vfs_path_from_str (other_dir);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L631'>vpath</a> 631 src/filemanager/filemanager.c vpath = vfs_path_append_new (original_dir, other_dir, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L632'>vpath</a> 632 src/filemanager/filemanager.c mc_chdir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L633'>vpath</a> 633 src/filemanager/filemanager.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L642'>vpath</a> 642 src/filemanager/filemanager.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L645'>vpath</a> 645 src/filemanager/filemanager.c vpath = vfs_path_from_str (current_dir);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L647'>vpath</a> 647 src/filemanager/filemanager.c vpath = vfs_path_append_new (original_dir, current_dir, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L648'>vpath</a> 648 src/filemanager/filemanager.c mc_chdir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L649'>vpath</a> 649 src/filemanager/filemanager.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L707'>vpath</a> 707 src/filemanager/filemanager.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L710'>vpath</a> 710 src/filemanager/filemanager.c vpath = vfs_path_append_new (panel->cwd_vpath, fe->fname->str, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L711'>vpath</a> 711 src/filemanager/filemanager.c i = mc_readlink (vpath, buffer, sizeof (buffer) - 1);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L712'>vpath</a> 712 src/filemanager/filemanager.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L829'>vpath</a> 829 src/filemanager/filemanager.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L835'>vpath</a> 835 src/filemanager/filemanager.c vpath = vfs_path_from_str (d);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L836'>vpath</a> 836 src/filemanager/filemanager.c ret = mc_chdir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L838'>vpath</a> 838 src/filemanager/filemanager.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L913'>vpath</a> 913 src/filemanager/filemanager.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L915'>vpath</a> 915 src/filemanager/filemanager.c vpath = vfs_path_from_str (filename);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L916'>vpath</a> 916 src/filemanager/filemanager.c if (!vfs_file_is_local (vpath) || g_path_is_absolute (filename))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L917'>vpath</a> 917 src/filemanager/filemanager.c return vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L919'>vpath</a> 919 src/filemanager/filemanager.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L943'>vpath</a> 943 src/filemanager/filemanager.c vfs_path_t *vpath = NULL;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L946'>vpath</a> 946 src/filemanager/filemanager.c vpath = prepend_cwd_on_local ((char *) mc_run_param0);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L948'>vpath</a> 948 src/filemanager/filemanager.c ret = view_file (vpath, FALSE, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filemanager.c.html#L949'>vpath</a> 949 src/filemanager/filemanager.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L63'>vpath</a> 63 src/filemanager/filenot.c my_mkdir_rec (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L68'>vpath</a> 68 src/filemanager/filenot.c if (mc_mkdir (vpath, mode) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L74'>vpath</a> 74 src/filemanager/filenot.c if (!vfs_file_is_local (vpath))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L77'>vpath</a> 77 src/filemanager/filenot.c if (strcmp (vfs_path_as_str (vpath), PATH_SEP_STR) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L83'>vpath</a> 83 src/filemanager/filenot.c q = vfs_path_append_new (vpath, "..", (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L88'>vpath</a> 88 src/filemanager/filenot.c result = mc_mkdir (vpath, mode);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L98'>vpath</a> 98 src/filemanager/filenot.c my_mkdir (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L102'>vpath</a> 102 src/filemanager/filenot.c result = my_mkdir_rec (vpath, mode);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L112'>vpath</a> 112 src/filemanager/filenot.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L114'>vpath</a> 114 src/filemanager/filenot.c vpath = vfs_path_from_str_flags (path, VPF_NO_CANON);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L116'>vpath</a> 116 src/filemanager/filenot.c result = mc_rmdir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.c.html#L117'>vpath</a> 117 src/filemanager/filenot.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--filenot.h.html#L21'>vpath</a> 21 src/filemanager/filenot.h int my_mkdir (const vfs_path_t *vpath, mode_t mode);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L960'>vpath</a> 960 src/filemanager/find.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L964'>vpath</a> 964 src/filemanager/find.c vpath = vfs_path_build_filename (directory, filename, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L966'>vpath</a> 966 src/filemanager/find.c if (mc_stat (vpath, &s) == 0 && S_ISREG (s.st_mode))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L967'>vpath</a> 967 src/filemanager/find.c file_fd = mc_open (vpath, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--find.c.html#L969'>vpath</a> 969 src/filemanager/find.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--info.c.html#L272'>vpath</a> 272 src/filemanager/info.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--info.c.html#L275'>vpath</a> 275 src/filemanager/info.c vpath = vfs_path_from_str (fe->fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--info.c.html#L277'>vpath</a> 277 src/filemanager/info.c if (mc_fgetflags (vpath, &attr) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--info.c.html#L282'>vpath</a> 282 src/filemanager/info.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1379'>vpath</a> 1379 src/filemanager/panel.c directory_history_add (WPanel *panel, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1383'>vpath</a> 1383 src/filemanager/panel.c tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1983'>vpath</a> 1983 src/filemanager/panel.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1985'>vpath</a> 1985 src/filemanager/panel.c vpath = vfs_path_from_str (fe->fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1986'>vpath</a> 1986 src/filemanager/panel.c panel_cd (panel, vpath, cd_exact);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L1987'>vpath</a> 1987 src/filemanager/panel.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2355'>vpath</a> 2355 src/filemanager/panel.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2357'>vpath</a> 2357 src/filemanager/panel.c vpath = vfs_path_from_str (fe->fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2358'>vpath</a> 2358 src/filemanager/panel.c panel_cd (panel, vpath, cd_exact);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L2359'>vpath</a> 2359 src/filemanager/panel.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4147'>vpath</a> 4147 src/filemanager/panel.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4149'>vpath</a> 4149 src/filemanager/panel.c vpath = vfs_path_from_str (list->list[i].fname->str);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4150'>vpath</a> 4150 src/filemanager/panel.c if (mc_lstat (vpath, &list->list[i].st) != 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4158'>vpath</a> 4158 src/filemanager/panel.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4303'>vpath</a> 4303 src/filemanager/panel.c panel_recursive_cd_to_parent (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4307'>vpath</a> 4307 src/filemanager/panel.c cwd_vpath = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4453'>vpath</a> 4453 src/filemanager/panel.c panel_set_cwd (WPanel *panel, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4455'>vpath</a> 4455 src/filemanager/panel.c if (vpath != panel->cwd_vpath) // check if new vpath is not the panel->cwd_vpath object</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4458'>vpath</a> 4458 src/filemanager/panel.c panel->cwd_vpath = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4471'>vpath</a> 4471 src/filemanager/panel.c panel_set_lwd (WPanel *panel, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4473'>vpath</a> 4473 src/filemanager/panel.c if (vpath != panel->lwd_vpath) // check if new vpath is not the panel->lwd_vpath object</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4476'>vpath</a> 4476 src/filemanager/panel.c panel->lwd_vpath = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4578'>vpath</a> 4578 src/filemanager/panel.c panel_sized_with_dir_new (const char *panel_name, const WRect *r, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4586'>vpath</a> 4586 src/filemanager/panel.c if (vpath != NULL)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L4589'>vpath</a> 4589 src/filemanager/panel.c panel_set_cwd (panel, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5042'>vpath</a> 5042 src/filemanager/panel.c remove_encoding_from_path (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5052'>vpath</a> 5052 src/filemanager/panel.c for (indx = 0; indx < vfs_path_elements_count (vpath); indx++)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L5057'>vpath</a> 5057 src/filemanager/panel.c path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, indx));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.h.html#L153'>vpath</a> 153 src/filemanager/panel.h WPanel *panel_sized_with_dir_new (const char *panel_name, const WRect *r, const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.h.html#L162'>vpath</a> 162 src/filemanager/panel.h vfs_path_t *remove_encoding_from_path (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.h.html#L192'>vpath</a> 192 src/filemanager/panel.h void panel_set_cwd (WPanel *panel, const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.h.html#L193'>vpath</a> 193 src/filemanager/panel.h void panel_set_lwd (WPanel *panel, const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.h.html#L234'>vpath</a> 234 src/filemanager/panel.h panel_with_dir_new (const char *panel_name, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--panel.h.html#L239'>vpath</a> 239 src/filemanager/panel.h return panel_sized_with_dir_new (panel_name, &r, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L211'>vpath</a> 211 src/filemanager/tree.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L216'>vpath</a> 216 src/filemanager/tree.c vpath = vfs_path_from_str (mc_config_get_home_dir ());</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L217'>vpath</a> 217 src/filemanager/tree.c tree_chdir (tree, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L218'>vpath</a> 218 src/filemanager/tree.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1331'>vpath</a> 1331 src/filemanager/tree.c sync_tree (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1333'>vpath</a> 1333 src/filemanager/tree.c tree_chdir (the_tree, vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--tree.h.html#L30'>vpath</a> 30 src/filemanager/tree.h MC_MOCKABLE void sync_tree (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L269'>vpath</a> 269 src/filemanager/treestore.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L271'>vpath</a> 271 src/filemanager/treestore.c vpath = vfs_path_from_str (oldname);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L273'>vpath</a> 273 src/filemanager/treestore.c if (vfs_file_is_local (vpath))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L282'>vpath</a> 282 src/filemanager/treestore.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L288'>vpath</a> 288 src/filemanager/treestore.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L290'>vpath</a> 290 src/filemanager/treestore.c vpath = vfs_path_from_str (lc_name);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L291'>vpath</a> 291 src/filemanager/treestore.c if (vfs_file_is_local (vpath))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L293'>vpath</a> 293 src/filemanager/treestore.c e = tree_store_add_entry (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L296'>vpath</a> 296 src/filemanager/treestore.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L323'>vpath</a> 323 src/filemanager/treestore.c encode (const vfs_path_t *vpath, size_t offset)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L325'>vpath</a> 325 src/filemanager/treestore.c return str_escape (vfs_path_as_str (vpath) + offset, -1, "\n\\", FALSE);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L561'>vpath</a> 561 src/filemanager/treestore.c should_skip_directory (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L580'>vpath</a> 580 src/filemanager/treestore.c if (strncmp (vfs_path_as_str (vpath), l->data, strlen (l->data)) == 0)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L801'>vpath</a> 801 src/filemanager/treestore.c tree_store_start_check (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L813'>vpath</a> 813 src/filemanager/treestore.c current = tree_store_whereis (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L818'>vpath</a> 818 src/filemanager/treestore.c if (mc_stat (vpath, &s) == -1 || !S_ISDIR (s.st_mode))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L821'>vpath</a> 821 src/filemanager/treestore.c current = tree_store_add_entry (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L822'>vpath</a> 822 src/filemanager/treestore.c ts.check_name = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L827'>vpath</a> 827 src/filemanager/treestore.c ts.check_name = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L901'>vpath</a> 901 src/filemanager/treestore.c tree_store_rescan (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L907'>vpath</a> 907 src/filemanager/treestore.c if (should_skip_directory (vpath))</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L909'>vpath</a> 909 src/filemanager/treestore.c entry = tree_store_add_entry (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L914'>vpath</a> 914 src/filemanager/treestore.c entry = tree_store_start_check (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L918'>vpath</a> 918 src/filemanager/treestore.c dirp = mc_opendir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.c.html#L928'>vpath</a> 928 src/filemanager/treestore.c tmp_vpath = vfs_path_append_new (vpath, dp->d_name, (char *) NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.h.html#L53'>vpath</a> 53 src/filemanager/treestore.h tree_entry *tree_store_start_check (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--treestore.h.html#L57'>vpath</a> 57 src/filemanager/treestore.h tree_entry *tree_store_rescan (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L321'>vpath</a> 321 src/main.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L324'>vpath</a> 324 src/main.c vpath = vfs_path_from_str (buffer);</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L325'>vpath</a> 325 src/main.c if (vfs_file_is_local (vpath))</span>
|
|
<span class='curline'><a href='../S/src--main.c.html#L329'>vpath</a> 329 src/main.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1552'>vpath</a> 1552 src/subshell/common.c do_subshell_chdir (const vfs_path_t *vpath, gboolean force, gboolean update_prompt)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1594'>vpath</a> 1594 src/subshell/common.c if (vpath == NULL)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1603'>vpath</a> 1603 src/subshell/common.c const char *translate = vfs_translate_path (vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2093'>vpath</a> 2093 src/subshell/common.c subshell_chdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2096'>vpath</a> 2096 src/subshell/common.c do_subshell_chdir (vpath, FALSE, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--subshell--subshell.h.html#L49'>vpath</a> 49 src/subshell/subshell.h void subshell_chdir (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L228'>vpath</a> 228 src/vfs/cpio/cpio.c cpio_open_cpio_file (struct vfs_class *me, struct vfs_s_super *super, const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L235'>vpath</a> 235 src/vfs/cpio/cpio.c fd = mc_open (vpath, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L238'>vpath</a> 238 src/vfs/cpio/cpio.c message (D_ERROR, MSG_ERROR, _ ("Cannot open cpio archive\n%s"), vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L242'>vpath</a> 242 src/vfs/cpio/cpio.c super->name = g_strdup (vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L244'>vpath</a> 244 src/vfs/cpio/cpio.c mc_stat (vpath, &arch->st);</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L765'>vpath</a> 765 src/vfs/cpio/cpio.c cpio_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L770'>vpath</a> 770 src/vfs/cpio/cpio.c if (cpio_open_cpio_file (vpath_element->class, super, vpath) == -1)</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L785'>vpath</a> 785 src/vfs/cpio/cpio.c message (D_ERROR, MSG_ERROR, _ ("Unexpected end of file\n%s"), vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L805'>vpath</a> 805 src/vfs/cpio/cpio.c cpio_super_check (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L810'>vpath</a> 810 src/vfs/cpio/cpio.c stat_result = mc_stat (vpath, &sb);</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L818'>vpath</a> 818 src/vfs/cpio/cpio.c const vfs_path_t *vpath, void *cookie)</span>
|
|
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L824'>vpath</a> 824 src/vfs/cpio/cpio.c if (strcmp (parc->name, vfs_path_as_str (vpath)))</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L783'>vpath</a> 783 src/vfs/extfs/extfs.c extfs_get_path (const vfs_path_t *vpath, struct extfs_super_t **archive, int flags)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L792'>vpath</a> 792 src/vfs/extfs/extfs.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L798'>vpath</a> 798 src/vfs/extfs/extfs.c archive_name = vfs_path_to_str_elements_count (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L914'>vpath</a> 914 src/vfs/extfs/extfs.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L917'>vpath</a> 917 src/vfs/extfs/extfs.c vpath = vfs_path_from_str (archive_name);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L918'>vpath</a> 918 src/vfs/extfs/extfs.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L920'>vpath</a> 920 src/vfs/extfs/extfs.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1019'>vpath</a> 1019 src/vfs/extfs/extfs.c extfs_run (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1027'>vpath</a> 1027 src/vfs/extfs/extfs.c p = extfs_get_path (vpath, &archive, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1047'>vpath</a> 1047 src/vfs/extfs/extfs.c extfs_open (const vfs_path_t *vpath, int flags, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1056'>vpath</a> 1056 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1181'>vpath</a> 1181 src/vfs/extfs/extfs.c extfs_opendir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1188'>vpath</a> 1188 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1259'>vpath</a> 1259 src/vfs/extfs/extfs.c extfs_internal_stat (const vfs_path_t *vpath, struct stat *buf, gboolean resolve)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1266'>vpath</a> 1266 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1287'>vpath</a> 1287 src/vfs/extfs/extfs.c extfs_stat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1289'>vpath</a> 1289 src/vfs/extfs/extfs.c return extfs_internal_stat (vpath, buf, TRUE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1295'>vpath</a> 1295 src/vfs/extfs/extfs.c extfs_lstat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1297'>vpath</a> 1297 src/vfs/extfs/extfs.c return extfs_internal_stat (vpath, buf, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1314'>vpath</a> 1314 src/vfs/extfs/extfs.c extfs_readlink (const vfs_path_t *vpath, char *buf, size_t size)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1322'>vpath</a> 1322 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1330'>vpath</a> 1330 src/vfs/extfs/extfs.c VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EINVAL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1357'>vpath</a> 1357 src/vfs/extfs/extfs.c extfs_unlink (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1364'>vpath</a> 1364 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1375'>vpath</a> 1375 src/vfs/extfs/extfs.c VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EISDIR;</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1392'>vpath</a> 1392 src/vfs/extfs/extfs.c extfs_mkdir (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1402'>vpath</a> 1402 src/vfs/extfs/extfs.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1403'>vpath</a> 1403 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1438'>vpath</a> 1438 src/vfs/extfs/extfs.c extfs_rmdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1445'>vpath</a> 1445 src/vfs/extfs/extfs.c q = extfs_get_path (vpath, &archive, FL_NONE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1456'>vpath</a> 1456 src/vfs/extfs/extfs.c VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = ENOTDIR;</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1474'>vpath</a> 1474 src/vfs/extfs/extfs.c extfs_chdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1479'>vpath</a> 1479 src/vfs/extfs/extfs.c data = extfs_opendir (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1500'>vpath</a> 1500 src/vfs/extfs/extfs.c extfs_getid (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1505'>vpath</a> 1505 src/vfs/extfs/extfs.c p = extfs_get_path (vpath, &archive, FL_NO_OPEN);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1512'>vpath</a> 1512 src/vfs/extfs/extfs.c extfs_getlocalcopy (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1517'>vpath</a> 1517 src/vfs/extfs/extfs.c fh = VFS_FILE_HANDLER (extfs_open (vpath, O_RDONLY, 0));</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1534'>vpath</a> 1534 src/vfs/extfs/extfs.c extfs_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1538'>vpath</a> 1538 src/vfs/extfs/extfs.c fh = VFS_FILE_HANDLER (extfs_open (vpath, O_RDONLY, 0));</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1697'>vpath</a> 1697 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1703'>vpath</a> 1703 src/vfs/extfs/extfs.c extfs_run (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1017'>vpath</a> 1017 src/vfs/ftpfs/ftpfs.c ftpfs_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1020'>vpath</a> 1020 src/vfs/ftpfs/ftpfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1035'>vpath</a> 1035 src/vfs/ftpfs/ftpfs.c const vfs_path_t *vpath, void *cookie)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1040'>vpath</a> 1040 src/vfs/ftpfs/ftpfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2115'>vpath</a> 2115 src/vfs/ftpfs/ftpfs.c ftpfs_send_command (const vfs_path_t *vpath, const char *cmd, int flags)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2124'>vpath</a> 2124 src/vfs/ftpfs/ftpfs.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2126'>vpath</a> 2126 src/vfs/ftpfs/ftpfs.c rpath = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2149'>vpath</a> 2149 src/vfs/ftpfs/ftpfs.c ftpfs_stat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2153'>vpath</a> 2153 src/vfs/ftpfs/ftpfs.c ret = vfs_s_stat (vpath, buf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2161'>vpath</a> 2161 src/vfs/ftpfs/ftpfs.c ftpfs_lstat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2165'>vpath</a> 2165 src/vfs/ftpfs/ftpfs.c ret = vfs_s_lstat (vpath, buf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2185'>vpath</a> 2185 src/vfs/ftpfs/ftpfs.c ftpfs_chmod (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2191'>vpath</a> 2191 src/vfs/ftpfs/ftpfs.c ret = ftpfs_send_command (vpath, buf, OPT_FLUSH);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2198'>vpath</a> 2198 src/vfs/ftpfs/ftpfs.c ftpfs_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2201'>vpath</a> 2201 src/vfs/ftpfs/ftpfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2210'>vpath</a> 2210 src/vfs/ftpfs/ftpfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2220'>vpath</a> 2220 src/vfs/ftpfs/ftpfs.c ftpfs_unlink (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2222'>vpath</a> 2222 src/vfs/ftpfs/ftpfs.c return ftpfs_send_command (vpath, "DELE /%s", OPT_FLUSH);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2276'>vpath</a> 2276 src/vfs/ftpfs/ftpfs.c ftpfs_mkdir (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2280'>vpath</a> 2280 src/vfs/ftpfs/ftpfs.c return ftpfs_send_command (vpath, "MKD /%s", OPT_FLUSH);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2286'>vpath</a> 2286 src/vfs/ftpfs/ftpfs.c ftpfs_rmdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2288'>vpath</a> 2288 src/vfs/ftpfs/ftpfs.c return ftpfs_send_command (vpath, "RMD /%s", OPT_FLUSH);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2332'>vpath</a> 2332 src/vfs/ftpfs/ftpfs.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2335'>vpath</a> 2335 src/vfs/ftpfs/ftpfs.c handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name);</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2340'>vpath</a> 2340 src/vfs/ftpfs/ftpfs.c fh->ino->localname = vfs_path_free (vpath, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L64'>vpath</a> 64 src/vfs/local/local.c local_open (const vfs_path_t *vpath, int flags, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L70'>vpath</a> 70 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L84'>vpath</a> 84 src/vfs/local/local.c local_opendir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L88'>vpath</a> 88 src/vfs/local/local.c const char *path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L161'>vpath</a> 161 src/vfs/local/local.c local_stat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L165'>vpath</a> 165 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L172'>vpath</a> 172 src/vfs/local/local.c local_lstat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L176'>vpath</a> 176 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L187'>vpath</a> 187 src/vfs/local/local.c local_chmod (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L191'>vpath</a> 191 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L198'>vpath</a> 198 src/vfs/local/local.c local_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L202'>vpath</a> 202 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L211'>vpath</a> 211 src/vfs/local/local.c local_fgetflags (const vfs_path_t *vpath, unsigned long *flags)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L215'>vpath</a> 215 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L222'>vpath</a> 222 src/vfs/local/local.c local_fsetflags (const vfs_path_t *vpath, unsigned long flags)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L226'>vpath</a> 226 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L235'>vpath</a> 235 src/vfs/local/local.c local_utime (const vfs_path_t *vpath, mc_timesbuf_t *times)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L237'>vpath</a> 237 src/vfs/local/local.c return vfs_utime (vfs_path_get_last_path_str (vpath), times);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L243'>vpath</a> 243 src/vfs/local/local.c local_readlink (const vfs_path_t *vpath, char *buf, size_t size)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L247'>vpath</a> 247 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L254'>vpath</a> 254 src/vfs/local/local.c local_unlink (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L258'>vpath</a> 258 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L318'>vpath</a> 318 src/vfs/local/local.c local_chdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L322'>vpath</a> 322 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L329'>vpath</a> 329 src/vfs/local/local.c local_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L333'>vpath</a> 333 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L352'>vpath</a> 352 src/vfs/local/local.c local_mkdir (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L356'>vpath</a> 356 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L363'>vpath</a> 363 src/vfs/local/local.c local_rmdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L367'>vpath</a> 367 src/vfs/local/local.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L374'>vpath</a> 374 src/vfs/local/local.c local_getlocalcopy (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L376'>vpath</a> 376 src/vfs/local/local.c return vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L382'>vpath</a> 382 src/vfs/local/local.c local_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)</span>
|
|
<span class='curline'><a href='../S/src--vfs--local--local.c.html#L384'>vpath</a> 384 src/vfs/local/local.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L135'>vpath</a> 135 src/vfs/sfs/sfs.c sfs_vfmake (const vfs_path_t *vpath, vfs_path_t *cache_vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L147'>vpath</a> 147 src/vfs/sfs/sfs.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L148'>vpath</a> 148 src/vfs/sfs/sfs.c pname = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L253'>vpath</a> 253 src/vfs/sfs/sfs.c sfs_redirect (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L260'>vpath</a> 260 src/vfs/sfs/sfs.c cur = g_slist_find_custom (head, vfs_path_as_str (vpath), cachedfile_compare);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L269'>vpath</a> 269 src/vfs/sfs/sfs.c handle = vfs_mkstemps (&cache_vpath, "sfs", vfs_path_get_last_path_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L276'>vpath</a> 276 src/vfs/sfs/sfs.c if (sfs_vfmake (vpath, cache_vpath) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L279'>vpath</a> 279 src/vfs/sfs/sfs.c cf->name = g_strdup (vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L295'>vpath</a> 295 src/vfs/sfs/sfs.c sfs_open (const vfs_path_t *vpath /*struct vfs_class *me, const char *path */, int flags,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L301'>vpath</a> 301 src/vfs/sfs/sfs.c fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L314'>vpath</a> 314 src/vfs/sfs/sfs.c sfs_stat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L316'>vpath</a> 316 src/vfs/sfs/sfs.c return stat (sfs_redirect (vpath), buf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L322'>vpath</a> 322 src/vfs/sfs/sfs.c sfs_lstat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L325'>vpath</a> 325 src/vfs/sfs/sfs.c return lstat (sfs_redirect (vpath), buf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L327'>vpath</a> 327 src/vfs/sfs/sfs.c return statlstat (sfs_redirect (vpath), buf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L334'>vpath</a> 334 src/vfs/sfs/sfs.c sfs_chmod (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L336'>vpath</a> 336 src/vfs/sfs/sfs.c return chmod (sfs_redirect (vpath), mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L342'>vpath</a> 342 src/vfs/sfs/sfs.c sfs_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L344'>vpath</a> 344 src/vfs/sfs/sfs.c return chown (sfs_redirect (vpath), owner, group);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L350'>vpath</a> 350 src/vfs/sfs/sfs.c sfs_utime (const vfs_path_t *vpath, mc_timesbuf_t *times)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L352'>vpath</a> 352 src/vfs/sfs/sfs.c return vfs_utime (sfs_redirect (vpath), times);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L358'>vpath</a> 358 src/vfs/sfs/sfs.c sfs_readlink (const vfs_path_t *vpath, char *buf, size_t size)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L360'>vpath</a> 360 src/vfs/sfs/sfs.c return readlink (sfs_redirect (vpath), buf, size);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L366'>vpath</a> 366 src/vfs/sfs/sfs.c sfs_getid (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L370'>vpath</a> 370 src/vfs/sfs/sfs.c cur = g_slist_find_custom (head, vfs_path_as_str (vpath), cachedfile_compare);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L424'>vpath</a> 424 src/vfs/sfs/sfs.c sfs_getlocalcopy (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L426'>vpath</a> 426 src/vfs/sfs/sfs.c return vfs_path_from_str (sfs_redirect (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L432'>vpath</a> 432 src/vfs/sfs/sfs.c sfs_ungetlocalcopy (const vfs_path_t *vpath, const vfs_path_t *local, gboolean has_changed)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sfs--sfs.c.html#L434'>vpath</a> 434 src/vfs/sfs/sfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L157'>vpath</a> 157 src/vfs/sftpfs/config_parser.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L161'>vpath</a> 161 src/vfs/sftpfs/config_parser.c vpath = vfs_path_from_str (fn);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L163'>vpath</a> 163 src/vfs/sftpfs/config_parser.c return vfs_path_free (vpath, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L66'>vpath</a> 66 src/vfs/sftpfs/dir.c sftpfs_opendir (const vfs_path_t *vpath, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L74'>vpath</a> 74 src/vfs/sftpfs/dir.c if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L166'>vpath</a> 166 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t *vpath, mode_t mode, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L173'>vpath</a> 173 src/vfs/sftpfs/dir.c if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L203'>vpath</a> 203 src/vfs/sftpfs/dir.c sftpfs_rmdir (const vfs_path_t *vpath, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L210'>vpath</a> 210 src/vfs/sftpfs/dir.c if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L119'>vpath</a> 119 src/vfs/sftpfs/internal.c const vfs_path_t *vpath, GError **mcerror, int stat_type,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L125'>vpath</a> 125 src/vfs/sftpfs/internal.c if (!sftpfs_op_init (super, path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L225'>vpath</a> 225 src/vfs/sftpfs/internal.c const vfs_path_t *vpath, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L231'>vpath</a> 231 src/vfs/sftpfs/internal.c if (vfs_s_get_path (vpath, &lc_super, 0) == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L241'>vpath</a> 241 src/vfs/sftpfs/internal.c *path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L286'>vpath</a> 286 src/vfs/sftpfs/internal.c sftpfs_lstat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L293'>vpath</a> 293 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L314'>vpath</a> 314 src/vfs/sftpfs/internal.c sftpfs_stat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L321'>vpath</a> 321 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L344'>vpath</a> 344 src/vfs/sftpfs/internal.c sftpfs_readlink (const vfs_path_t *vpath, char *buf, size_t size, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L351'>vpath</a> 351 src/vfs/sftpfs/internal.c if (!sftpfs_op_init (&super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L434'>vpath</a> 434 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t *vpath, time_t atime, time_t mtime, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L442'>vpath</a> 442 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L487'>vpath</a> 487 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L495'>vpath</a> 495 src/vfs/sftpfs/internal.c res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L538'>vpath</a> 538 src/vfs/sftpfs/internal.c sftpfs_unlink (const vfs_path_t *vpath, GError **mcerror)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L545'>vpath</a> 545 src/vfs/sftpfs/internal.c if (!sftpfs_op_init (&super, &path_element, vpath, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L79'>vpath</a> 79 src/vfs/sftpfs/internal.h const vfs_path_t *vpath, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L82'>vpath</a> 82 src/vfs/sftpfs/internal.h int sftpfs_lstat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L83'>vpath</a> 83 src/vfs/sftpfs/internal.h int sftpfs_stat (const vfs_path_t *vpath, struct stat *buf, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L84'>vpath</a> 84 src/vfs/sftpfs/internal.h int sftpfs_readlink (const vfs_path_t *vpath, char *buf, size_t size, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L86'>vpath</a> 86 src/vfs/sftpfs/internal.h int sftpfs_utime (const vfs_path_t *vpath, time_t atime, time_t mtime, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L87'>vpath</a> 87 src/vfs/sftpfs/internal.h int sftpfs_chmod (const vfs_path_t *vpath, mode_t mode, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L88'>vpath</a> 88 src/vfs/sftpfs/internal.h int sftpfs_unlink (const vfs_path_t *vpath, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L98'>vpath</a> 98 src/vfs/sftpfs/internal.h void *sftpfs_opendir (const vfs_path_t *vpath, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L101'>vpath</a> 101 src/vfs/sftpfs/internal.h int sftpfs_mkdir (const vfs_path_t *vpath, mode_t mode, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L102'>vpath</a> 102 src/vfs/sftpfs/internal.h int sftpfs_rmdir (const vfs_path_t *vpath, GError **mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L107'>vpath</a> 107 src/vfs/sftpfs/sftpfs.c sftpfs_cb_open (const vfs_path_t *vpath, int flags, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L117'>vpath</a> 117 src/vfs/sftpfs/sftpfs.c path_super = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L121'>vpath</a> 121 src/vfs/sftpfs/sftpfs.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L180'>vpath</a> 180 src/vfs/sftpfs/sftpfs.c sftpfs_cb_opendir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L188'>vpath</a> 188 src/vfs/sftpfs/sftpfs.c ret_value = sftpfs_opendir (vpath, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L254'>vpath</a> 254 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lstat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L259'>vpath</a> 259 src/vfs/sftpfs/sftpfs.c rc = sftpfs_lstat (vpath, buf, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L274'>vpath</a> 274 src/vfs/sftpfs/sftpfs.c sftpfs_cb_stat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L279'>vpath</a> 279 src/vfs/sftpfs/sftpfs.c rc = sftpfs_stat (vpath, buf, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L315'>vpath</a> 315 src/vfs/sftpfs/sftpfs.c sftpfs_cb_readlink (const vfs_path_t *vpath, char *buf, size_t size)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L320'>vpath</a> 320 src/vfs/sftpfs/sftpfs.c rc = sftpfs_readlink (vpath, buf, size, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L335'>vpath</a> 335 src/vfs/sftpfs/sftpfs.c sftpfs_cb_utime (const vfs_path_t *vpath, mc_timesbuf_t *times)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L342'>vpath</a> 342 src/vfs/sftpfs/sftpfs.c rc = sftpfs_utime (vpath, atime.tv_sec, mtime.tv_sec, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L379'>vpath</a> 379 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mknod (const vfs_path_t *vpath, mode_t mode, dev_t dev)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L381'>vpath</a> 381 src/vfs/sftpfs/sftpfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L417'>vpath</a> 417 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L419'>vpath</a> 419 src/vfs/sftpfs/sftpfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L517'>vpath</a> 517 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chmod (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L522'>vpath</a> 522 src/vfs/sftpfs/sftpfs.c rc = sftpfs_chmod (vpath, mode, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L537'>vpath</a> 537 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mkdir (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L542'>vpath</a> 542 src/vfs/sftpfs/sftpfs.c rc = sftpfs_mkdir (vpath, mode, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L556'>vpath</a> 556 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rmdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L561'>vpath</a> 561 src/vfs/sftpfs/sftpfs.c rc = sftpfs_rmdir (vpath, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L597'>vpath</a> 597 src/vfs/sftpfs/sftpfs.c sftpfs_cb_unlink (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L602'>vpath</a> 602 src/vfs/sftpfs/sftpfs.c rc = sftpfs_unlink (vpath, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L684'>vpath</a> 684 src/vfs/sftpfs/sftpfs.c const vfs_path_t *vpath, void *cookie)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L689'>vpath</a> 689 src/vfs/sftpfs/sftpfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L729'>vpath</a> 729 src/vfs/sftpfs/sftpfs.c sftpfs_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L736'>vpath</a> 736 src/vfs/sftpfs/sftpfs.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L660'>vpath</a> 660 src/vfs/shell/shell.c shell_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L665'>vpath</a> 665 src/vfs/shell/shell.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L710'>vpath</a> 710 src/vfs/shell/shell.c const vfs_path_t *vpath, void *cookie)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L715'>vpath</a> 715 src/vfs/shell/shell.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1318'>vpath</a> 1318 src/vfs/shell/shell.c shell_stat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1322'>vpath</a> 1322 src/vfs/shell/shell.c ret = vfs_s_stat (vpath, buf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1330'>vpath</a> 1330 src/vfs/shell/shell.c shell_lstat (const vfs_path_t *vpath, struct stat *buf)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1334'>vpath</a> 1334 src/vfs/shell/shell.c ret = vfs_s_lstat (vpath, buf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1354'>vpath</a> 1354 src/vfs/shell/shell.c shell_chmod (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1362'>vpath</a> 1362 src/vfs/shell/shell.c crpath = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1368'>vpath</a> 1368 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1383'>vpath</a> 1383 src/vfs/shell/shell.c shell_chown (const vfs_path_t *vpath, uid_t owner, gid_t group)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1405'>vpath</a> 1405 src/vfs/shell/shell.c crpath = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1411'>vpath</a> 1411 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1426'>vpath</a> 1426 src/vfs/shell/shell.c shell_utime (const vfs_path_t *vpath, mc_timesbuf_t *times)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1438'>vpath</a> 1438 src/vfs/shell/shell.c crpath = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1460'>vpath</a> 1460 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1478'>vpath</a> 1478 src/vfs/shell/shell.c shell_unlink (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1486'>vpath</a> 1486 src/vfs/shell/shell.c crpath = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1492'>vpath</a> 1492 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1505'>vpath</a> 1505 src/vfs/shell/shell.c shell_exists (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1513'>vpath</a> 1513 src/vfs/shell/shell.c crpath = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1519'>vpath</a> 1519 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1532'>vpath</a> 1532 src/vfs/shell/shell.c shell_mkdir (const vfs_path_t *vpath, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1542'>vpath</a> 1542 src/vfs/shell/shell.c crpath = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1548'>vpath</a> 1548 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1557'>vpath</a> 1557 src/vfs/shell/shell.c if (shell_exists (vpath) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1568'>vpath</a> 1568 src/vfs/shell/shell.c shell_rmdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1576'>vpath</a> 1576 src/vfs/shell/shell.c crpath = vfs_s_get_path (vpath, &super, 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1582'>vpath</a> 1582 src/vfs/shell/shell.c me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1623'>vpath</a> 1623 src/vfs/shell/shell.c vfs_path_t *vpath = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1626'>vpath</a> 1626 src/vfs/shell/shell.c tmp_handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1630'>vpath</a> 1630 src/vfs/shell/shell.c fh->ino->localname = vfs_path_free (vpath, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1687'>vpath</a> 1687 src/vfs/shell/shell.c shell_open (const vfs_path_t *vpath, int flags, mode_t mode)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1694'>vpath</a> 1694 src/vfs/shell/shell.c return vfs_s_open (vpath, flags, mode);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L886'>vpath</a> 886 src/vfs/tar/tar.c tar_open_archive_int (struct vfs_class *me, const vfs_path_t *vpath, struct vfs_s_super *archive)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L893'>vpath</a> 893 src/vfs/tar/tar.c result = mc_open (vpath, O_RDONLY);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L896'>vpath</a> 896 src/vfs/tar/tar.c message (D_ERROR, MSG_ERROR, _ ("Cannot open tar archive\n%s"), vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L900'>vpath</a> 900 src/vfs/tar/tar.c archive->name = g_strdup (vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L901'>vpath</a> 901 src/vfs/tar/tar.c mc_stat (vpath, &arch->st);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L954'>vpath</a> 954 src/vfs/tar/tar.c tar_open_archive (struct vfs_s_super *archive, const vfs_path_t *vpath,</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L962'>vpath</a> 962 src/vfs/tar/tar.c if (!tar_open_archive_int (vpath_element->class, vpath, archive))</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L979'>vpath</a> 979 src/vfs/tar/tar.c vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1004'>vpath</a> 1004 src/vfs/tar/tar.c vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1035'>vpath</a> 1035 src/vfs/tar/tar.c tar_super_check (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1040'>vpath</a> 1040 src/vfs/tar/tar.c stat_result = mc_stat (vpath, &stat_buf);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1049'>vpath</a> 1049 src/vfs/tar/tar.c const vfs_path_t *vpath, void *cookie)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1055'>vpath</a> 1055 src/vfs/tar/tar.c if (strcmp (parc->name, vfs_path_as_str (vpath)) != 0)</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L289'>vpath</a> 289 src/viewer/mcviewer.c vfs_path_t *vpath = NULL;</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L335'>vpath</a> 335 src/viewer/mcviewer.c vpath = vfs_path_from_str (file);</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L336'>vpath</a> 336 src/viewer/mcviewer.c fd = mc_open (vpath, O_RDONLY | O_NONBLOCK);</span>
|
|
<span class='curline'><a href='../S/src--viewer--mcviewer.c.html#L460'>vpath</a> 460 src/viewer/mcviewer.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--current_dir.c.html#L46'>vpath</a> 46 tests/lib/vfs/current_dir.c test_chdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--current_dir.c.html#L48'>vpath</a> 48 tests/lib/vfs/current_dir.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--current_dir.c.html#L160'>vpath</a> 160 tests/lib/vfs/current_dir.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--current_dir.c.html#L167'>vpath</a> 167 tests/lib/vfs/current_dir.c vpath = vfs_path_from_str (data->input_cd_path);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--current_dir.c.html#L170'>vpath</a> 170 tests/lib/vfs/current_dir.c mc_chdir (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--current_dir.c.html#L180'>vpath</a> 180 tests/lib/vfs/current_dir.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_len.c.html#L102'>vpath</a> 102 tests/lib/vfs/path_len.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_len.c.html#L106'>vpath</a> 106 tests/lib/vfs/path_len.c vpath = vfs_path_from_str (data->input_path);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_len.c.html#L107'>vpath</a> 107 tests/lib/vfs/path_len.c path = vpath != NULL ? vfs_path_get_by_index (vpath, 0)->path : NULL;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_len.c.html#L110'>vpath</a> 110 tests/lib/vfs/path_len.c actual_length_terminal_encoding = vfs_path_len (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_len.c.html#L117'>vpath</a> 117 tests/lib/vfs/path_len.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L147'>vpath</a> 147 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L149'>vpath</a> 149 tests/lib/vfs/path_manipulations.c vpath = vfs_path_from_str_flags (data->input_path, data->input_flags);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L152'>vpath</a> 152 tests/lib/vfs/path_manipulations.c tokens_count = vfs_path_tokens_count (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L157'>vpath</a> 157 tests/lib/vfs/path_manipulations.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L279'>vpath</a> 279 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L282'>vpath</a> 282 tests/lib/vfs/path_manipulations.c vpath = vfs_path_from_str_flags (data->input_path, VPF_NO_CANON);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L285'>vpath</a> 285 tests/lib/vfs/path_manipulations.c actual_path = vfs_path_tokens_get (vpath, data->input_start_position, data->input_length);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L291'>vpath</a> 291 tests/lib/vfs/path_manipulations.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L376'>vpath</a> 376 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L380'>vpath</a> 380 tests/lib/vfs/path_manipulations.c vpath = vfs_path_from_str_flags (data->input_path, VPF_NO_CANON);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L383'>vpath</a> 383 tests/lib/vfs/path_manipulations.c mctest_assert_true (vpath->relative);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L384'>vpath</a> 384 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (vfs_path_get_last_path_str (vpath), data->expected_last_path_in_element);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L385'>vpath</a> 385 tests/lib/vfs/path_manipulations.c mctest_assert_str_eq (vfs_path_as_str (vpath), data->expected_path);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L387'>vpath</a> 387 tests/lib/vfs/path_manipulations.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L397'>vpath</a> 397 tests/lib/vfs/path_manipulations.c vfs_path_t *vpath, *cloned_vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L399'>vpath</a> 399 tests/lib/vfs/path_manipulations.c vpath = vfs_path_from_str_flags (data->input_path, VPF_NO_CANON);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L403'>vpath</a> 403 tests/lib/vfs/path_manipulations.c cloned_vpath = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_manipulations.c.html#L411'>vpath</a> 411 tests/lib/vfs/path_manipulations.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L123'>vpath</a> 123 tests/lib/vfs/path_recode.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L130'>vpath</a> 130 tests/lib/vfs/path_recode.c vpath = vfs_path_from_str (data->input_path);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L131'>vpath</a> 131 tests/lib/vfs/path_recode.c element_path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L134'>vpath</a> 134 tests/lib/vfs/path_recode.c vpath_str = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L135'>vpath</a> 135 tests/lib/vfs/path_recode.c mctest_assert_ptr_ne (vpath, NULL);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L139'>vpath</a> 139 tests/lib/vfs/path_recode.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L225'>vpath</a> 225 tests/lib/vfs/path_recode.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L235'>vpath</a> 235 tests/lib/vfs/path_recode.c vpath = vfs_path_from_str_flags (data->input_path, data->input_from_str_flags);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L236'>vpath</a> 236 tests/lib/vfs/path_recode.c str_path = vfs_path_to_str_flags (vpath, 0, data->input_to_str_flags);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_recode.c.html#L242'>vpath</a> 242 tests/lib/vfs/path_recode.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L108'>vpath</a> 108 tests/lib/vfs/path_serialize.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L113'>vpath</a> 113 tests/lib/vfs/path_serialize.c vpath = vfs_path_from_str_flags (ETALON_PATH_STR, VPF_USE_DEPRECATED_PARSER);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L114'>vpath</a> 114 tests/lib/vfs/path_serialize.c serialized_vpath = vfs_path_serialize (vpath, &error);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L116'>vpath</a> 116 tests/lib/vfs/path_serialize.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L132'>vpath</a> 132 tests/lib/vfs/path_serialize.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L136'>vpath</a> 136 tests/lib/vfs/path_serialize.c vpath = vfs_path_deserialize (ETALON_SERIALIZED_PATH, &error);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L139'>vpath</a> 139 tests/lib/vfs/path_serialize.c mctest_assert_ptr_ne (vpath, NULL);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L140'>vpath</a> 140 tests/lib/vfs/path_serialize.c mctest_assert_str_eq (vfs_path_as_str (vpath), ETALON_PATH_URL_STR);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--path_serialize.c.html#L142'>vpath</a> 142 tests/lib/vfs/path_serialize.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L41'>vpath</a> 41 tests/lib/vfs/relative_cd.c static int test_chdir (const vfs_path_t *vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L52'>vpath</a> 52 tests/lib/vfs/relative_cd.c test_chdir (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L54'>vpath</a> 54 tests/lib/vfs/relative_cd.c test_chdir__vpath__captured = vfs_path_clone (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L130'>vpath</a> 130 tests/lib/vfs/relative_cd.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L135'>vpath</a> 135 tests/lib/vfs/relative_cd.c vpath = vfs_path_from_str_flags (data->input_string, data->input_flags);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L138'>vpath</a> 138 tests/lib/vfs/relative_cd.c actual_result = mc_chdir (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L145'>vpath</a> 145 tests/lib/vfs/relative_cd.c element_path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L147'>vpath</a> 147 tests/lib/vfs/relative_cd.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L160'>vpath</a> 160 tests/lib/vfs/relative_cd.c vfs_path_t *vpath, *last_vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L165'>vpath</a> 165 tests/lib/vfs/relative_cd.c vpath = vfs_path_from_str ("/test1://some.host/dir");</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L166'>vpath</a> 166 tests/lib/vfs/relative_cd.c path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, -1));</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--relative_cd.c.html#L167'>vpath</a> 167 tests/lib/vfs/relative_cd.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L178'>vpath</a> 178 tests/lib/vfs/vfs_path_string_convert.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L183'>vpath</a> 183 tests/lib/vfs/vfs_path_string_convert.c vpath = vfs_path_from_str_flags (data->input_string, VPF_USE_DEPRECATED_PARSER);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L186'>vpath</a> 186 tests/lib/vfs/vfs_path_string_convert.c vpath_len = vfs_path_elements_count (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L187'>vpath</a> 187 tests/lib/vfs/vfs_path_string_convert.c actual_result = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L188'>vpath</a> 188 tests/lib/vfs/vfs_path_string_convert.c path_element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L196'>vpath</a> 196 tests/lib/vfs/vfs_path_string_convert.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L269'>vpath</a> 269 tests/lib/vfs/vfs_path_string_convert.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L271'>vpath</a> 271 tests/lib/vfs/vfs_path_string_convert.c vpath = vfs_path_from_str_flags (data->input_string, VPF_USE_DEPRECATED_PARSER);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L274'>vpath</a> 274 tests/lib/vfs/vfs_path_string_convert.c actual_result = vfs_path_to_str_elements_count (vpath, data->element_index);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L280'>vpath</a> 280 tests/lib/vfs/vfs_path_string_convert.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L290'>vpath</a> 290 tests/lib/vfs/vfs_path_string_convert.c vfs_path_t *vpath;</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L294'>vpath</a> 294 tests/lib/vfs/vfs_path_string_convert.c vpath =</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L298'>vpath</a> 298 tests/lib/vfs/vfs_path_string_convert.c result = vfs_path_as_str (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L299'>vpath</a> 299 tests/lib/vfs/vfs_path_string_convert.c element = vfs_path_get_by_index (vpath, -1);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L306'>vpath</a> 306 tests/lib/vfs/vfs_path_string_convert.c vfs_path_free (vpath, TRUE);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L48'>vpath</a> 48 tests/lib/vfs/vfs_s_get_path.c test1_mock_open_archive (struct vfs_s_super *super, const vfs_path_t *vpath,</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L53'>vpath</a> 53 tests/lib/vfs/vfs_s_get_path.c mctest_assert_str_eq (vfs_path_as_str (vpath), "/" ETALON_VFS_URL_NAME ARCH_NAME);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L55'>vpath</a> 55 tests/lib/vfs/vfs_s_get_path.c super->name = g_strdup (vfs_path_as_str (vpath));</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L65'>vpath</a> 65 tests/lib/vfs/vfs_s_get_path.c const vfs_path_t *vpath, void *cookie)</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L73'>vpath</a> 73 tests/lib/vfs/vfs_s_get_path.c path = vfs_path_get_last_path_str (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L128'>vpath</a> 128 tests/lib/vfs/vfs_s_get_path.c vfs_path_t *vpath = vfs_path_from_str_flags (</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L131'>vpath</a> 131 tests/lib/vfs/vfs_s_get_path.c result = vfs_s_get_path (vpath, &archive, 0);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L137'>vpath</a> 137 tests/lib/vfs/vfs_s_get_path.c g_free (vpath);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_setup_cwd.c.html#L53'>vpath</a> 53 tests/lib/vfs/vfs_setup_cwd.c mc_stat (const vfs_path_t *vpath, struct stat *my_stat)</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_setup_cwd.c.html#L55'>vpath</a> 55 tests/lib/vfs/vfs_setup_cwd.c (void) vpath;</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__common.c.html#L44'>vpath</a> 44 tests/src/execute__common.c vfs_file_is_local (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__common.c.html#L46'>vpath</a> 46 tests/src/execute__common.c g_ptr_array_add (vfs_file_is_local__vpath__captured, vfs_path_clone (vpath));</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__common.c.html#L180'>vpath</a> 180 tests/src/execute__common.c mc_stat (const vfs_path_t *vpath, struct stat *stat_ignored)</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__common.c.html#L184'>vpath</a> 184 tests/src/execute__common.c g_ptr_array_add (mc_stat__vpath__captured, vfs_path_clone (vpath));</span>
|
|
<span class='curline'><a href='../S/tests--src--filemanager--examine_cd.c.html#L52'>vpath</a> 52 tests/src/filemanager/examine_cd.c sync_tree (const vfs_path_t *vpath)</span>
|
|
<span class='curline'><a href='../S/tests--src--filemanager--examine_cd.c.html#L54'>vpath</a> 54 tests/src/filemanager/examine_cd.c (void) vpath;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|