代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/395229/2446983
h fuse.h
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2006 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
www.eeworm.com/read/395229/2447897
h fuse.h
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2006 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
www.eeworm.com/read/394279/2459054
as drivecheck.as
package com.teknision.air.filemonitor{
import flash.filesystem.File;
public class DriveCheck{
public var watchstring:String="";
public var ispresent:Boolean=false;
public var fil
www.eeworm.com/read/386059/2575662
properties messages.properties
ERR_CREATE_DIR_1 =Cannot create directories for "{0}".
ERR_CREATE_FILE_1 =Cannot create file "{0}" on filesystem.
ERR_EXISTENT_FILE_1 =Cann
www.eeworm.com/read/385462/2588679
readme
Notes on running this test suite:
To run the test suite, run "make check". All test cases should pass
and there should be 0 fails.
Several of the test cases require a directory on the filesystem u
www.eeworm.com/read/374581/2749723
c bb_inode.c
/* vi: set sw=4 ts=4: */
/*
* bb_inode.c --- routines to update the bad block inode.
*
* WARNING: This routine modifies a lot of state in the filesystem; if
* this routine returns an error, the ba
www.eeworm.com/read/372858/2768888
makefile
#
# Makefile for the XIAFS filesystem routines.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it
www.eeworm.com/read/362989/2924563
h fuse.h
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2005 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
www.eeworm.com/read/362636/2929109
c fs.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server read-only file system code.
* \author Adam Dunkels
*
* A simple read-only filesystem.
*/
/*
* Cop