代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/479151/1343193
makefile
#
# Makefile for the linux Journalling Flash FileSystem (JFFS) routines.
#
# $Id: Makefile,v 1.25.2.1 2002/10/11 09:04:44 dwmw2 Exp $
#
# Note! Dependencies are done automagically by 'make dep', which
www.eeworm.com/read/479151/1343282
svn-base makefile.svn-base
#
# Makefile for the linux Journalling Flash FileSystem (JFFS) routines.
#
# $Id: Makefile,v 1.25.2.1 2002/10/11 09:04:44 dwmw2 Exp $
#
# Note! Dependencies are done automagically by 'make dep', which
www.eeworm.com/read/479151/1343694
makefile
#
# Makefile for the linux ext2-filesystem routines.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unle
www.eeworm.com/read/471325/1431671
tex file_fopen.tex
\subsubsection*{Purpose}
Searches for file and initializes the file object.
\subsubsection*{Prototype}
\code{esint8 file\_fopen(File *file, FileSystem *fs, eint8 *filename, eint8 mode);}
\subsubsectio
www.eeworm.com/read/470917/1441268
c fstatfs64.c
/* Return information about the filesystem on which FD resides.
Copyright (C) 1996,1997,1998,1999,2000,2003,2007
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The
www.eeworm.com/read/470917/1442836
c fstatfs.c
/* fstatfs -- Return information about the filesystem on which FD resides.
Copyright (C) 1996,97,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library
www.eeworm.com/read/470917/1442895
c statfs.c
/* statfs -- Return information about the filesystem on which FILE resides.
Copyright (C) 1996,97,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Librar
www.eeworm.com/read/453168/1642353
c mkdir.c
/* vi: set sw=4 ts=4: */
/*
* mkdir.c --- make a directory in the filesystem
*
* Copyright (C) 1994, 1995 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of th
www.eeworm.com/read/453168/1642358
c bmove.c
/* vi: set sw=4 ts=4: */
/*
* bmove.c --- Move blocks around to make way for a particular
* filesystem structure.
*
* Copyright (C) 1997 Theodore Ts'o. This file may be redistributed
* under the
www.eeworm.com/read/250753/4427253
java filetreeframe.java
// FileTreeFrame.java
// JFrame for displaying file system contents in a JTree
// using a custom TreeModel.
package com.deitel.advjhtp1.mvc.tree.filesystem;
// Java core packages
import java.io