Files
source/Y/dst_path.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

40 lines
5.6 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>dst_path</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/src--filemanager--file.c.html#L500'>dst_path</a> 500 src/filemanager/file.c const char *dst_path;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L509'>dst_path</a> 509 src/filemanager/file.c dst_path = vfs_path_as_str (dst_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L556'>dst_path</a> 556 src/filemanager/file.c if (g_path_is_absolute (dst_path))</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L557'>dst_path</a> 557 src/filemanager/file.c q = vfs_path_from_str_flags (dst_path, VPF_NO_CANON);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L559'>dst_path</a> 559 src/filemanager/file.c q = vfs_path_build_filename (p-&gt;str, dst_path, (char *) NULL);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L605'>dst_path</a> 605 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot create target symlink\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2282'>dst_path</a> 2282 src/filemanager/file.c copy_file_file (file_op_context_t *ctx, const char *src_path, const char *dst_path)</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2309'>dst_path</a> 2309 src/filemanager/file.c dst_vpath = vfs_path_from_str (dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2332'>dst_path</a> 2332 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot overwrite directory\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2399'>dst_path</a> 2399 src/filemanager/file.c if (check_same_file (ctx, src_path, &amp;src_stat, dst_path, &amp;dst_stat, &amp;return_status))</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2406'>dst_path</a> 2406 src/filemanager/file.c return_status = query_replace (ctx, src_path, &amp;src_stat, dst_path, &amp;dst_stat);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2454'>dst_path</a> 2454 src/filemanager/file.c dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2479'>dst_path</a> 2479 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot create special file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2492'>dst_path</a> 2492 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot chown target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2507'>dst_path</a> 2507 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot chmod target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2528'>dst_path</a> 2528 src/filemanager/file.c ctx, TRUE, _ ("Cannot set ext2 attributes of target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2613'>dst_path</a> 2613 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot create target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2645'>dst_path</a> 2645 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot fstat target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2666'>dst_path</a> 2666 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot preallocate space for target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2763'>dst_path</a> 2763 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot write target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2870'>dst_path</a> 2870 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot close target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2899'>dst_path</a> 2899 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot chown target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2920'>dst_path</a> 2920 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot chmod target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2958'>dst_path</a> 2958 src/filemanager/file.c ctx, TRUE, _ ("Cannot set ext2 attributes for target file\n%s"), dst_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.h.html#L45'>dst_path</a> 45 src/filemanager/file.h const char *dst_path);</span>
</pre>
</body>
</html>