代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/465152/7059010
c dev.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include
www.eeworm.com/read/465152/7059011
c dir.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include
www.eeworm.com/read/465152/7059013
c control.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include
www.eeworm.com/read/465152/7059020
c mount.fuse.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include
www.eeworm.com/read/465152/7059022
c fusermount.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
/* This p
www.eeworm.com/read/450111/7490434
cpp antivir.cpp
#include
#include
#include
#include
#include
CAntiVirus::CAntiVirus(CFileSystem &FileSystemToUse):
FileSystem(FileSystemToUse)
{
}
CAnti
www.eeworm.com/read/299730/7836669
c rw.c
#include "../kernel.h"
#include "FileSystem.h"
extern LPBuffer GetPhysicalBlock(int Block ,int Device);
extern void FreeBufferBlock(LPBuffer pFileBuffer);
t_32 GetAddressFromIndirectBlock(t_8
www.eeworm.com/read/397254/8060668
java path.java
package fileSystem;
public class Path {
private String name;
private Path tail;
public Path (String n) {
name = n;
tail = null;
}
public Path (String n, Path t) {
name = n;
www.eeworm.com/read/196033/8118172
c inode.c
/*
* ROMFS file system, Linux implementation
*
* Copyright (C) 1997-1999 Janos Farkas
*
* Using parts of the minix filesystem
* Copyright (C) 1991, 1992 Linus Torvalds
www.eeworm.com/read/196032/8118179
makefile
#
# Makefile for the Linux msdos filesystem routines.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unl