代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/356204/10235148
h storage.h
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
www.eeworm.com/read/281000/10273586
cpp fig04_09.cpp
int FileSystem::size( ) const
{
int totalSize = sizeOfThisFile( );
if( isDirectory( ) )
for each file c in this directory (for each child)
totalSize += c.size( );
www.eeworm.com/read/352754/10517299
readme
This is the implementation of the SystemV/Coherent filesystem for Linux.
It implements all of
- Xenix FS,
- SystemV/386 FS,
- Coherent FS.
This is version beta 1.
To install:
* Answer
www.eeworm.com/read/159443/10648182
8 submount.8
.\" $Header: /aolnet/dev/src/CVS/sgml/docbook-to-man/cmd/docbook-to-man.sh,v 1.1.1.1 1998/11/13 21:31:59 db3l Exp $
.\"
.\" transcript compatibility for postscript use.
.\"
.\" synopsis: .P!
www.eeworm.com/read/277284/10649609
dumdum
#!/bin/csh -f
#
# dumdum: script to do incremental dumps
#
onintr quit
umask 7
# filesystems to be dumped on level 0 and 1
set LOLEV = "root usr net"
# filesystems to be dumped at every level
s
www.eeworm.com/read/416120/11041518
init_script
#! /bin/sh
### BEGIN INIT INFO
# Provides: fuse
# Required-Start:
# Should-Start: udev
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: Start and sto