HomeSort by relevance Sort by last modified time
    Searched defs:filesystem (Results 1 - 22 of 22) sorted by null

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DirectoryListingFormatter.java 17 package org.mockftpserver.fake.filesystem;
InvalidFilenameException.java 16 package org.mockftpserver.fake.filesystem;
28 private static final String MESSAGE_KEY = "filesystem.pathIsNotValid";
DirectoryEntry.java 16 package org.mockftpserver.fake.filesystem;
FileSystemEntry.java 17 package org.mockftpserver.fake.filesystem;
FileSystemException.java 16 package org.mockftpserver.fake.filesystem;
21 * Represents an error that occurs while performing a FileSystem operation.
UnixFakeFileSystem.java 16 package org.mockftpserver.fake.filesystem;
21 * Implementation of the {@link FileSystem} interface that simulates a Unix
81 * @return true if the specified path component is a root for this filesystem
WindowsDirectoryListingFormatter.java 16 package org.mockftpserver.fake.filesystem;
FileSystem.java 16 package org.mockftpserver.fake.filesystem;
26 public interface FileSystem {
WindowsFakeFileSystem.java 16 package org.mockftpserver.fake.filesystem;
21 * Implementation of the {@link FileSystem} interface that simulates a Microsoft
96 * @return true if the specified path component is a root for this filesystem
FileEntry.java 16 package org.mockftpserver.fake.filesystem;
UnixDirectoryListingFormatter.java 16 package org.mockftpserver.fake.filesystem;
AbstractFileSystemEntry.java 16 package org.mockftpserver.fake.filesystem;
Permissions.java 16 package org.mockftpserver.fake.filesystem;
AbstractFakeFileSystem.java 16 package org.mockftpserver.fake.filesystem;
33 * Abstract superclass for implementation of the FileSystem interface that manage the files
43 * filesystem-specific manner. This property must be initialized by concrete subclasses.
48 public abstract class AbstractFakeFileSystem implements FileSystem {
89 * Add each of the entries in the specified List to this filesystem. Note that this does not affect
90 * entries already existing within this filesystem.
110 throw new FileSystemException(path, "filesystem.pathAlreadyExists");
118 throw new FileSystemException(parent, "filesystem.parentDirectoryDoesNotExist");
140 * @see org.mockftpserver.fake.filesystem.FileSystem#delete(java.lang.String)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /bootable/recovery/mtdutils/
mounts.c 30 const char *filesystem; member in struct:MountedVolume
51 free((char *)volume->filesystem);
95 v->filesystem = strdup(mentry->mnt_type);
158 return mount(volume->device, volume->mount_point, volume->filesystem,
  /external/clang/test/Analysis/
cxx11-crashes.cpp 25 namespace filesystem namespace in namespace:boost
32 namespace fs = boost::filesystem;
  /external/selinux/checkpolicy/
policy_parse.y 148 %token FILESYSTEM
729 fs_use_def : FSUSEXATTR filesystem security_context_def ';'
742 genfs_context_def : GENFSCON filesystem path '-' identifier security_context_def
744 | GENFSCON filesystem path '-' '-' {insert_id("-", 0);} security_context_def
746 | GENFSCON filesystem path security_context_def
842 filesystem : FILESYSTEM label
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 409 milliseconds