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

27 lines
2.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>mountdir</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--mountlist.c.html#L1206'>mountdir</a> 1206 src/filemanager/mountlist.c char mountdir[4];</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1209'>mountdir</a> 1209 src/filemanager/mountlist.c mountdir[0] = 'A' + i;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1210'>mountdir</a> 1210 src/filemanager/mountlist.c mountdir[1] = ':';</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1211'>mountdir</a> 1211 src/filemanager/mountlist.c mountdir[2] = '\\';</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1212'>mountdir</a> 1212 src/filemanager/mountlist.c mountdir[3] = '\0';</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1217'>mountdir</a> 1217 src/filemanager/mountlist.c if (GetVolumeInformation (mountdir, NULL, 0, NULL, NULL, NULL, fs_name,</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1221'>mountdir</a> 1221 src/filemanager/mountlist.c me-&gt;me_mountdir = g_strdup (mountdir);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1225'>mountdir</a> 1225 src/filemanager/mountlist.c me-&gt;me_remote = GetDriveType (mountdir) == DRIVE_REMOTE;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1354'>mountdir</a> 1354 src/filemanager/mountlist.c char mountdir[MAX_PATH + 1];</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1355'>mountdir</a> 1355 src/filemanager/mountlist.c size_t mountdir_len = wcstombs (mountdir, mount_dir, sizeof (mountdir));</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1364'>mountdir</a> 1364 src/filemanager/mountlist.c if (GetVolumeInformation (mountdir, NULL, 0, NULL, NULL, NULL,</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1368'>mountdir</a> 1368 src/filemanager/mountlist.c me-&gt;me_mountdir = xstrdup (mountdir);</span>
</pre>
</body>
</html>