代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/403922/11499826
html function.dbplus-runlink.html
Remove relation from filesystem
www.eeworm.com/read/403922/11503066
html function.ssh2-sftp-stat.html
Stat a file on a remote filesystem
www.eeworm.com/read/340292/12167096
cpp ls.cpp
// ls.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "FileSystem.h"
#include
#include
#include
//读
void readFile(string sourName, string desName){
www.eeworm.com/read/237048/4635051
java ntfsentry.java
/*
* $Id: NTFSEntry.java,v 1.9 2004/01/25 00:28:36 gbin Exp $
*/
package org.jnode.fs.ntfs;
import java.io.*;
import org.jnode.fs.*;
import org.jnode.fs.FileSystem;
import org.jnode.fs.nt
www.eeworm.com/read/237048/4635106
java ext2filesystemtype.java
/*
* $Id: Ext2FileSystemType.java,v 1.4 2004/02/02 00:57:22 gbin Exp $
*/
package org.jnode.fs.ext2;
import org.jnode.driver.Device;
import org.jnode.fs.FileSystem;
import org.jnode.fs.FileS
www.eeworm.com/read/237048/4635118
java ext2file.java
/*
* $Id: Ext2File.java,v 1.3 2003/12/26 08:11:03 epr Exp $
*/
package org.jnode.fs.ext2;
import java.io.IOException;
import org.jnode.fs.FSFile;
import org.jnode.fs.FileSystem;
/**
*
www.eeworm.com/read/209559/4973890
makefile
#
# Makefile for the linux adfs filesystem routines.
#
obj-$(CONFIG_ADFS_FS) += adfs.o
adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
www.eeworm.com/read/209559/4974082
makefile
#
# Makefile for the linux autofs-filesystem routines.
#
obj-$(CONFIG_AUTOFS4_FS) += autofs4.o
autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o
www.eeworm.com/read/209559/4974171
makefile
#
# Makefile for the Linux /dev/pts virtual filesystem.
#
obj-$(CONFIG_UNIX98_PTYS) += devpts.o
devpts-$(CONFIG_UNIX98_PTYS) := inode.o
devpts-$(CONFIG_DEVPTS_FS_XATTR) += xattr.o
devpts-$(CONFIG
www.eeworm.com/read/209211/4982584
c 32vfs.c
/*
* Vax 32V Unix filesystem (same as pre-FFS Berkeley)
*/
#include
#include
#include
#include
#include "tapefs.h"
/*
* v32 disk inode
*/
#define VNADDR 13
#defi