代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/243866/4518353
java foldernode.java
package com.javapatterns.composite.filesystem;
public class FolderNode extends FileSystemNode
{
public FolderNode() {
}
public int getSize()
{
return 0;
}
}
www.eeworm.com/read/240529/4572541
java foldernode.java
package com.javapatterns.composite.filesystem;
public class FolderNode extends FileSystemNode
{
public FolderNode() {
}
public int getSize()
{
return 0;
}
}
www.eeworm.com/read/190346/5183887
py svnshell.py
#!/usr/bin/env python2
#
# svnshell.py : a Python-based shell interface for cruising 'round in
# the filesystem.
#
##################################################################
www.eeworm.com/read/190346/5184872
c fs-helpers.c
/* fs-helpers.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This soft
www.eeworm.com/read/190346/5184892
h fs-helpers.h
/* fs-helpers.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This soft
www.eeworm.com/read/190346/5184951
c fs-test.c
/* fs-test.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This softwar
www.eeworm.com/read/190346/5184961
c repos-test.c
/* repos-test.c --- tests for the filesystem
*
* ====================================================================
* Copyright (c) 2000-2004 CollabNet. All rights reserved.
*
* This soft
www.eeworm.com/read/190346/5185379
structure
Subversion on Berkeley DB -*- text -*-
There are many different ways to implement the Subversion filesystem
interface. You could implement it directly using ord
www.eeworm.com/read/318815/3562131
java foldernode.java
package com.javapatterns.composite.filesystem;
public class FolderNode extends FileSystemNode
{
public FolderNode() {
}
public int getSize()
{
return 0;
}
}
www.eeworm.com/read/316872/3605255
c mmap.c
/**
* eCryptfs: Linux filesystem encryption layer
* This is where eCryptfs coordinates the symmetric encryption and
* decryption of the file data as it passes between the lower
* encrypted file an