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

1 2

  /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/syslinux/libinstaller/
syslxfs.h 16 enum filesystem { enum
  /bootable/recovery/
mounts.cpp 35 std::string filesystem; member in struct:MountedVolume
57 v->filesystem = e->mnt_type;
  /cts/tests/filesystem/src/android/filesystem/cts/
RandomRWTest.java 17 package android.filesystem.cts;
AlmostFullTest.java 17 package android.filesystem.cts;
SequentialRWTest.java 17 package android.filesystem.cts;
FileUtil.java 17 package android.filesystem.cts;
  /external/clang/test/Analysis/
cxx11-crashes.cpp 24 namespace filesystem namespace in namespace:boost
31 namespace fs = boost::filesystem;
  /external/syslinux/gpxe/src/arch/i386/image/
eltorito.c 94 uint8_t filesystem; member in struct:eltorito_boot_entry
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 54 public String filesystem; field in class:ITestDevice.MountPointInfo
65 public MountPointInfo(String filesystem, String mountpoint, String type,
67 this.filesystem = filesystem;
73 public MountPointInfo(String filesystem, String mountpoint, String type, String optString) {
74 this(filesystem, mountpoint, type, splitMountOptions(optString));
84 return String.format("%s %s %s %s", this.filesystem, this.mountpoint, this.type,
  /external/autotest/client/bin/
job.py 749 def filesystem(self, device, mountpoint=None, loop_size=0): member in class:base_client_job
    [all...]
  /external/syslinux/com32/include/syslinux/
config.h 52 enum syslinux_filesystem filesystem; member in struct:syslinux_version
81 uint8_t filesystem; member in struct:syslinux_derivative_info::__anon37011
110 uint8_t filesystem, ah; member in struct:syslinux_derivative_info::__anon37013
123 uint8_t filesystem, ah; member in struct:syslinux_derivative_info::__anon37014
137 uint8_t filesystem, ah; member in struct:syslinux_derivative_info::__anon37015
188 return syslinux_derivative_info()->c.filesystem;

Completed in 570 milliseconds

1 2