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

32 lines
3.8 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>src_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#L499'>src_path</a> 499 src/filemanager/file.c const char *src_path;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L508'>src_path</a> 508 src/filemanager/file.c src_path = vfs_path_as_str (src_vpath);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L521'>src_path</a> 521 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot read source link\n%s"), src_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L544'>src_path</a> 544 src/filemanager/file.c r = strrchr (src_path, PATH_SEP);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L551'>src_path</a> 551 src/filemanager/file.c slen = r - src_path + 1;</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L554'>src_path</a> 554 src/filemanager/file.c g_string_append_len (p, src_path, slen);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2282'>src_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#L2310'>src_path</a> 2310 src/filemanager/file.c src_vpath = vfs_path_from_str (src_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2351'>src_path</a> 2351 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot stat source file\n%s"), src_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2382'>src_path</a> 2382 src/filemanager/file.c ctx, TRUE, _ ("Cannot get ext2 attributes of source file\n%s"), src_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2399'>src_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'>src_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#L2557'>src_path</a> 2557 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot open source file\n%s"), src_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2580'>src_path</a> 2580 src/filemanager/file.c return_status = file_error (ctx, TRUE, _ ("Cannot fstat source file\n%s"), src_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2723'>src_path</a> 2723 src/filemanager/file.c file_error (ctx, TRUE, _ ("Cannot read source file\n%s"), src_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.c.html#L2858'>src_path</a> 2858 src/filemanager/file.c temp_status = file_error (ctx, TRUE, _ ("Cannot close source file\n%s"), src_path);</span>
<span class='curline'><a href='../S/src--filemanager--file.h.html#L44'>src_path</a> 44 src/filemanager/file.h FileProgressStatus copy_file_file (file_op_context_t *ctx, const char *src_path,</span>
</pre>
</body>
</html>