代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/314938/3627866
java foldernode.java
package com.javapatterns.composite.filesystem;
public class FolderNode extends FileSystemNode
{
public FolderNode() {
}
public int getSize()
{
return 0;
}
}
www.eeworm.com/read/312645/3650022
txt fileio.txt
File System Support Infrastructure
==================================
Nick Garnett
v0.2
This document describes the filesystem infrastructure provided in
eCos. This is implemented by the FI
www.eeworm.com/read/293917/3927344
cpp fig04_09.cpp
int FileSystem::size( ) const
{
int totalSize = sizeOfThisFile( );
if( isDirectory( ) )
for each file c in this directory (for each child)
totalSize += c.size( );
www.eeworm.com/read/273662/4201611
h svn_test_fs.h
/* fs-helpers.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This software
www.eeworm.com/read/273662/4201631
c fs-test.c
/* fs-test.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This software is
www.eeworm.com/read/273662/4201706
c svn_test_fs.c
/* fs-helpers.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This software
www.eeworm.com/read/273662/4201710
c fs-base-test.c
/* fs-test.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This software is
www.eeworm.com/read/273662/4201717
c repos-test.c
/* repos-test.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2006 CollabNet. All rights reserved.
*
* This software
www.eeworm.com/read/273662/4202297
structure
Subversion on Berkeley DB -*- text -*-
There are many different ways to implement the Subversion filesystem
interface. You could implement it directly using ordina
www.eeworm.com/read/273660/4202690
h svn_test_fs.h
/* fs-helpers.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This software