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

33 lines
3.1 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>backup_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/lib--util.c.html#L1184'>backup_path</a> 1184 lib/util.c char *backup_path;</span>
<span class='curline'><a href='../S/lib--util.c.html#L1190'>backup_path</a> 1190 lib/util.c backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1191'>backup_path</a> 1191 lib/util.c if (backup_path == NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1194'>backup_path</a> 1194 lib/util.c ret = mc_util_write_backup_content (file_name, backup_path);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1199'>backup_path</a> 1199 lib/util.c chmod (backup_path, stat_buf.st_mode);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1201'>backup_path</a> 1201 lib/util.c chmod (backup_path, S_IRUSR | S_IWUSR);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1204'>backup_path</a> 1204 lib/util.c g_free (backup_path);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1215'>backup_path</a> 1215 lib/util.c char *backup_path;</span>
<span class='curline'><a href='../S/lib--util.c.html#L1217'>backup_path</a> 1217 lib/util.c backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1218'>backup_path</a> 1218 lib/util.c if (backup_path == NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1221'>backup_path</a> 1221 lib/util.c ret = mc_util_write_backup_content (backup_path, file_name);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1222'>backup_path</a> 1222 lib/util.c g_free (backup_path);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1232'>backup_path</a> 1232 lib/util.c char *backup_path;</span>
<span class='curline'><a href='../S/lib--util.c.html#L1234'>backup_path</a> 1234 lib/util.c backup_path = g_strdup_printf ("%s%s", file_name, backup_suffix);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1235'>backup_path</a> 1235 lib/util.c if (backup_path == NULL)</span>
<span class='curline'><a href='../S/lib--util.c.html#L1238'>backup_path</a> 1238 lib/util.c if (exist_file (backup_path))</span>
<span class='curline'><a href='../S/lib--util.c.html#L1242'>backup_path</a> 1242 lib/util.c vpath = vfs_path_from_str (backup_path);</span>
<span class='curline'><a href='../S/lib--util.c.html#L1247'>backup_path</a> 1247 lib/util.c g_free (backup_path);</span>
</pre>
</body>
</html>