/external/e2fsprogs/misc/ |
e2label.8.in | 7 e2label \- Change the label on an ext2/ext3/ext4 filesystem 16 will display or change the filesystem label on the ext2, ext3, or ext4 17 filesystem located on 24 will simply display the current filesystem label. 30 will set the filesystem label to be 32 Ext2 filesystem labels can be at most 16 characters long; if 38 It is also possible to set the filesystem label using the
|
findfs.8.in | 7 findfs \- Find a filesystem by label or UUID 16 will search the disks in the system looking for a filesystem which has 21 If the filesystem is found, the device name for the filesystem will
|
tune2fs.8.in | 7 tune2fs \- adjust tunable filesystem parameters on ext2/ext3/ext4 filesystems 90 allows the system administrator to adjust various tunable filesystem 108 Adjust the number of mounts after which the filesystem will be checked by 112 is 0 or \-1, the number of times the filesystem is mounted will be disregarded 123 memory, and kernel bugs could all corrupt a filesystem without 124 marking the filesystem dirty or in error. If you are using 125 journaling on your filesystem, your filesystem will 128 filesystem error detected by the kernel will still force 137 Set the number of times the filesystem has been mounted [all...] |
mke2fs.8.in | 7 mke2fs \- create an ext2/ext3/ext4 filesystem 143 is used to create an ext2, ext3, or ext4 filesystem, usually in a disk 157 The defaults of the parameters for the newly created filesystem, if not 168 block-size is heuristically determined by the filesystem size and 169 the expected usage of the filesystem (see the 188 Set extended options for the filesystem. Extended options are comma 202 Configure the filesystem for a RAID array with 204 filesystem blocks. This is the number of blocks read or written to disk 207 This mostly affects placement of filesystem metadata like bitmaps at 213 Configure the filesystem for a RAID array wit [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileEntry.cpp | 32 #include "modules/filesystem/FileEntry.h" 35 #include "modules/filesystem/DOMFileSystem.h" 36 #include "modules/filesystem/ErrorCallback.h" 37 #include "modules/filesystem/FileCallback.h" 38 #include "modules/filesystem/FileWriterCallback.h" 42 FileEntry::FileEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 43 : Entry(fileSystem, fullPath) 50 filesystem()->createWriter(this, successCallback, errorCallback); 55 filesystem()->createFile(this, successCallback, errorCallback);
|
HTMLInputElementFileSystem.cpp | 32 #include "modules/filesystem/HTMLInputElementFileSystem.h" 36 #include "modules/filesystem/DOMFilePath.h" 37 #include "modules/filesystem/DOMFileSystem.h" 38 #include "modules/filesystem/DirectoryEntry.h" 39 #include "modules/filesystem/Entry.h" 40 #include "modules/filesystem/FileEntry.h" 54 RefPtr<DOMFileSystem> filesystem = DOMFileSystem::createIsolatedFileSystem(executionContext, input->droppedFileSystemId()); 55 if (!filesystem) { 56 // Drag-drop isolated filesystem is not available. 68 // The dropped entries are mapped as top-level entries in the isolated filesystem [all...] |
DirectoryReader.cpp | 32 #include "modules/filesystem/DirectoryReader.h" 35 #include "modules/filesystem/EntriesCallback.h" 36 #include "modules/filesystem/Entry.h" 37 #include "modules/filesystem/ErrorCallback.h" 41 DirectoryReader::DirectoryReader(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) 42 : DirectoryReaderBase(fileSystem, fullPath) 50 filesystem()->scheduleCallback(entriesCallback, EntryVector()); 53 filesystem()->readDirectory(this, m_fullPath, entriesCallback, errorCallback);
|
/external/e2fsprogs/ext2ed/ |
ext2ed.conf.in | 7 # Ext2Descriptors is the location of the ext2 filesystem structure 22 # LogFile is the location of the log file. Actual changes to the filesystem 30 # filesystem. When on, each change will be logged - Both the previous data 38 # filesystem - The "enablewrite" command will not work. When on, enablewrite 46 # a mounted filesystem. Read-Write mode is never allowed on a mounted 47 # filesystem. 53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2 54 # filesystem, despite the possibly corrupt superblock magic number reading. 61 # Normally, the various filesystem parameters such as the block size and the 62 # total number of blocks are gathered from the ext2 filesystem itself [all...] |
ext2ed.8.in | 12 .B second extended filesystem. 13 Its aim is to show you the various internal filesystem structures in an 26 This article gives an overview of internal structure of the ext2 filesystem. 28 your filesystem. 38 Do not use ext2ed on a mounted filesystem. 49 Definition of the various objects for the ext2 filesystem. 52 Log file of actual changes made to the filesystem. 61 Technical overview of the ext2 filesystem.
|
/external/e2fsprogs/tests/f_big_sparse/ |
expect.1 | 5 Filesystem contains large files, but lacks LARGE_FILE flag in superblock. 8 Filesystem has feature flag(s) set, but is a revision 0 filesystem. Fix? yes
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
fileutils_unittest.cc | 38 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL)); 44 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL)); 45 path.SetPathname(Filesystem::TempFilename(path, "ut")); 51 fs = Filesystem::OpenFile(path, "wb"); 57 EXPECT_TRUE(Filesystem::IsFile(path)); 59 fs = Filesystem::OpenFile(path, "rb"); 65 EXPECT_TRUE(Filesystem::DeleteFile(path)); 66 EXPECT_FALSE(Filesystem::IsFile(path)); 72 EXPECT_TRUE(Filesystem::GetTemporaryFolder(path, true, NULL)); 75 EXPECT_FALSE(Filesystem::IsFile(path)) [all...] |
/external/chromium_org/webkit/common/fileapi/ |
file_system_types.h | 13 // Indicates uninitialized or invalid filesystem type. 17 // Public FileSystem types, that are embedded in filesystem: URL and exposed 30 // Indicates non-sandboxed isolated filesystem. 37 // chrome.syncFileSystem mounts a sandboxed filesystem with a name 45 // Private FileSystem types, that should not appear in filesystem: URL as 57 // Indicates a local filesystem where we can access files using native 61 // Indicates a local filesystem where we can access files using native 70 // Indicates media filesystem which we can access with same manner t [all...] |
/external/e2fsprogs/ |
e2fsprogs.lsm | 2 Title: EXT2 Filesystem utilities 5 Description: The filesystem utilities for the EXT2 filesystem, including 7 Keywords: utilities, fsck, filesystem, Ext2fs
|
/external/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | 5 class filesystem 140 class filesystem 977 allow bin_t fs_t:filesystem associate; 978 allow bin_t noxattrfs:filesystem associate; 980 allow sbin_t fs_t:filesystem associate; 981 allow sbin_t noxattrfs:filesystem associate; 983 allow ls_exec_t fs_t:filesystem associate; 984 allow ls_exec_t noxattrfs:filesystem associate; 987 allow shell_exec_t fs_t:filesystem associate; 988 allow shell_exec_t noxattrfs:filesystem associate [all...] |
/external/chromium_org/ppapi/tests/ |
test_file_system.cc | 16 REGISTER_TEST_CASE(FileSystem); 32 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); 40 pp::FileSystem fs(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); 53 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); 59 // FileSystem should not allow multiple opens. 75 // Test conversion from file system Resource to FileSystem. 76 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); 78 ASSERT_TRUE(pp::FileSystem::IsFileSystem(file_system_resource)); 79 pp::FileSystem file_system_resource_file_system(file_system_resource); 83 // FileSystem. (We cannot test conversion, since this is an assertion on [all...] |
/device/samsung/manta/ |
fstab.smdk5250 | 3 # The filesystem that contains the filesystem checker binary (typically /system) cannot
|
/external/chromium_org/ppapi/cpp/ |
file_system.h | 22 /// The <code>FileSystem</code> class identifies the file system type 24 class FileSystem : public Resource { 26 /// Constructs an is_null() filesystem resource. If you use this constructor, 27 /// you will have to assign it to a "real" FileSystem object before you can 29 FileSystem(); 31 /// The copy constructor for <code>FileSystem</code>. 33 /// @param[in] other A reference to a <code>FileSystem</code>. 34 FileSystem(const FileSystem& other); 36 /// Constructs a <code>FileSystem</code> from a <code>Resource</code> [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
file_system_custom_bindings.js | 5 // Custom binding for the fileSystem API. 7 var binding = require('binding').Binding.create('fileSystem'); 40 'fileSystem.' + functionName, 88 lastError.run('fileSystem.' + functionName, 100 // Force the fileSystem API to be loaded in the background page. Using 101 // backgroundPageModuleSystem.require('fileSystem') is insufficient as 103 backgroundPage.chrome.fileSystem; 105 'fileSystem').bindFileEntryCallback; 111 var fileSystem = bindingsAPI.compiledApi; 116 var fileSystemName = fileEntry.filesystem.name [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
IsolatedFileSystemManager.js | 48 WebInspector.IsolatedFileSystemManager.FileSystem; 92 * @param {!Array.<!WebInspector.IsolatedFileSystemManager.FileSystem>} fileSystems 113 * @param {!WebInspector.IsolatedFileSystemManager.FileSystem} fileSystem 115 _innerAddFileSystem: function(fileSystem) 117 var fileSystemPath = fileSystem.fileSystemPath; 119 var isolatedFileSystem = new WebInspector.IsolatedFileSystem(this, fileSystemPath, fileSystem.fileSystemName, fileSystem.rootURL); 144 * @param {!WebInspector.IsolatedFileSystemManager.FileSystem} fileSystem [all...] |
/external/chromium_org/chrome/browser/resources/quick_office/ |
manifest_editor.json | 18 "filesystem:*.doc", 19 "filesystem:*.docx", 20 "filesystem:*.docm", 21 "filesystem:*.ppt", 22 "filesystem:*.pptx", 23 "filesystem:*.pptm", 24 "filesystem:*.xls", 25 "filesystem:*.xlsx" 66 "fileSystem", 67 "fileSystem.write" [all...] |
manifest_viewing.json | 17 "filesystem:*.doc", 18 "filesystem:*.docx", 19 "filesystem:*.docm", 20 "filesystem:*.ppt", 21 "filesystem:*.pptx", 22 "filesystem:*.pptm", 23 "filesystem:*.xls", 24 "filesystem:*.xlsx" 64 "fileSystem", 65 "fileSystem.write" [all...] |
/external/e2fsprogs/tests/m_dasd_bs/ |
expect.1 | 0 Filesystem label= 9 Maximum filesystem blocks=33554432 17 Writing superblocks and filesystem accounting information: done 19 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super 29 Filesystem volume name: <none> 31 Filesystem magic number: 0xEF53 32 Filesystem revision #: 1 (dynamic) 33 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super 35 Filesystem state: clean 37 Filesystem OS type: Linu [all...] |
/external/e2fsprogs/tests/m_large_file/ |
expect.1 | 0 Filesystem label= 9 Maximum filesystem blocks=16777216 15 Writing superblocks and filesystem accounting information: done 17 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super large_file 27 Filesystem volume name: <none> 29 Filesystem magic number: 0xEF53 30 Filesystem revision #: 1 (dynamic) 31 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super large_file 33 Filesystem state: clean 35 Filesystem OS type: Linu [all...] |
/external/chromium_org/chrome/browser/sync_file_system/ |
syncable_file_system_util.h | 25 // Registers a syncable filesystem. 28 // Revokes the syncable filesystem. 31 // Returns the root URI of the syncable filesystem for |origin|. 34 // Creates a FileSystem URL for the |path| in a syncable filesystem for 40 // returns 'filesystem:http://www.example.com/external/syncfs/foo/bar' 44 // Creates a special filesystem URL for synchronizing |syncable_url|. 50 // |serialized_url|. If the URL does not represent a syncable filesystem, 61 // 'filesystem:http://www.example.com/external/syncfs/foo\\bar' 63 // 'filesystem:http://www.example.com/external/syncfs/foo/bar [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
finder.py | 34 def __init__(self, filesystem, top_directory, starting_subdirectory): 35 self.filesystem = filesystem 36 self.top_directory = filesystem.realpath(top_directory) 40 self.top_package = starting_subdirectory.replace(filesystem.sep, '.') + '.' 41 self.search_directory = filesystem.join(self.top_directory, starting_subdirectory) 45 search_directory = self.filesystem.join(self.top_directory, sub_directory) 49 def file_filter(filesystem, dirname, basename): 52 filenames = self.filesystem.files_under(search_directory, file_filter=file_filter) 56 return path.replace(self.top_directory + self.filesystem.sep, '').replace(self.filesystem.sep, '.')[:-3 [all...] |