代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/307309/3725415
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/304778/3785846
c fcntl.c
#include
/*
* fcntl -- Manipulate a file descriptor.
* We don't have a filesystem, so we do nothing.
*/
int fcntl (int fd, int cmd, long arg)
{
return 0;
}
www.eeworm.com/read/299781/3850830
c symlink.c
/*
* linux/fs/isofs/symlink.c
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* isofs symlink handling code. This is only used
www.eeworm.com/read/299781/3850842
makefile
#
# Makefile for the linux MS-DOS-filesystem routines.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# un
www.eeworm.com/read/299781/3850857
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/298657/3860126
c fstatvfs64.c
/* Return information about the filesystem on which FD resides.
Copyright (C) 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Li
www.eeworm.com/read/298327/3867712
cpp colormap.cpp
#include "StdAfx.h"
#include "ColorMap.h"
#include "Bitmap.h"
#include "Rendering/Textures/Bitmap.h"
#include "FileSystem/FileHandler.h"
#include
std::vector CColorMap::
www.eeworm.com/read/298327/3867770
cpp cobfile.cpp
#include "StdAfx.h"
#include "CobFile.h"
#include "FileSystem/FileHandler.h"
#include "LogOutput.h"
#include
#include
#include
#include
#include "Sound
www.eeworm.com/read/298327/3867942
cpp explosiongenerator.cpp
#include "StdAfx.h"
#include
#include
#include
#include "creg/VarTypes.h"
#include "ExplosionGenerator.h"
#include "FileSystem/FileHandler.h"
#include "Game/
www.eeworm.com/read/298327/3868042
cpp filehandler.cpp
#include "StdAfx.h"
#include "FileHandler.h"
#include
#include
#include
#include
#include "VFSHandler.h"
#include "Platform/FileSystem.h"
#incl