/external/e2fsprogs/tests/f_dupsuper/ |
expect.1 | 0 Filesystem did not have a UUID; generating one. 14 <filesystem metadata>
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
ReadOnlyException.java | 23 * {@link BlockDevice}, {@link FileSystem} or other file system object. This is 28 * @see FileSystem#isReadOnly()
|
/external/srec/portable/src/ |
PFileSystem.c | 273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath) 305 *fileSystem = bestValue; 328 PFileSystem* fileSystem; 341 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL)); 342 rc = fileSystem->createPFile(fileSystem, absolutePath, littleEndian, self); 359 PFileSystem* fileSystem; 372 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL)); 373 CHK(rc, fileSystem->mkdir(fileSystem, absolutePath)) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
LocalFileSystem.cpp | 32 #include "modules/filesystem/LocalFileSystem.h" 40 #include "modules/filesystem/FileSystemClient.h" 71 blink::Platform::current()->fileSystem()->resolveURL(fileSystemURL, callbacks); 81 blink::Platform::current()->fileSystem()->openFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks); 94 blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks);
|
Entry.h | 35 #include "modules/filesystem/DOMFileSystem.h" 36 #include "modules/filesystem/EntryBase.h" 51 DOMFileSystem* filesystem() const { return static_cast<DOMFileSystem*>(m_fileSystem.get()); } function in class:WebCore::Entry
|
EntrySync.h | 35 #include "modules/filesystem/DOMFileSystemSync.h" 36 #include "modules/filesystem/EntryBase.h" 51 DOMFileSystemSync* filesystem() const { return static_cast<DOMFileSystemSync*>(m_fileSystem.get()); } function in class:WebCore::EntrySync
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
unittest_main.cc | 52 talk_base::Pathname path = talk_base::Filesystem::GetCurrentDirectory(); 62 path = talk_base::Filesystem::GetCurrentDirectory(); 65 if (!talk_base::Filesystem::IsFolder(path)) { 96 talk_base::Filesystem::SetOrganizationName("google"); 97 talk_base::Filesystem::SetApplicationName("unittest");
|
/external/chromium_org/url/ |
url_canon_filesystemurl.cc | 5 // Functions for canonicalizing "filesystem:file:" URLs. 27 // filesystem only uses {scheme, path, query, ref} -- clear the rest. 39 output->Append("filesystem:", 11); 62 // we were given? Echoing back filesystem:mailto etc. doesn't seem all that 66 // The filesystem type must be more than just a leading slash for validity.
|
/external/e2fsprogs/ext2ed/doc/ |
ext2fs-overview.sgml | 7 <Title>The extended-2 filesystem overview</Title> 22 the ext2 filesystem. It was written in summer 95, while I was working on the 23 <Literal remap="tt">ext2 filesystem editor project (EXT2ED)</Literal>. 28 design aspects of the the ext2 filesystem. This document is a result of an 109 users. If you use Linux, chances are that you are using the ext2 filesystem. 119 The ext2 filesystem is still under development. I will document here 123 ext2 filesystem in Linux 1.3, so stay tuned. 129 <Title>A filesystem - Why do we need it?</Title> 137 A <Literal remap="tt">filesystem</Literal> consists of two word - <Literal remap="tt">file</Literal> and <Literal remap="tt">system</Literal>. 152 the filesystem, as I understand it, is to make it easy for us to update an [all...] |
/external/e2fsprogs/tests/m_uninit/ |
expect.1 | 0 Filesystem label= 9 Maximum filesystem blocks=67371008 17 Writing superblocks and filesystem accounting information: done 19 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super uninit_bg 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 uninit_bg 35 Filesystem state: clean 37 Filesystem OS type: Linu [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorFileSystemAgent.cpp | 46 #include "modules/filesystem/DOMFileSystem.h" 47 #include "modules/filesystem/DirectoryEntry.h" 48 #include "modules/filesystem/DirectoryReader.h" 49 #include "modules/filesystem/EntriesCallback.h" 50 #include "modules/filesystem/Entry.h" 51 #include "modules/filesystem/EntryCallback.h" 52 #include "modules/filesystem/ErrorCallback.h" 53 #include "modules/filesystem/FileCallback.h" 54 #include "modules/filesystem/FileEntry.h" 55 #include "modules/filesystem/FileSystemCallbacks.h [all...] |
/external/e2fsprogs/ |
e2fsprogs.spec | 21 filesystem inconsistencies after an unclean shutdown), mke2fs (used to 22 initialize a partition to contain an empty ext2 filesystem), debugfs 23 (used to examine the internal structure of a filesystem, to manually 24 repair a corrupted filesystem or to create test cases for e2fsck), 25 tune2fs (used to modify filesystem parameters), resize2fs to grow and 27 filesystem utilities. 36 Summary: Ext2 filesystem-specific static libraries and headers. 43 develop ext2, ext3, or ext4 filesystem-specific programs. 46 ext2. ext3. or ext4 filesystem-specific programs. If you install
|
e2fsprogs.spec.in | 21 filesystem inconsistencies after an unclean shutdown), mke2fs (used to 22 initialize a partition to contain an empty ext2 filesystem), debugfs 23 (used to examine the internal structure of a filesystem, to manually 24 repair a corrupted filesystem or to create test cases for e2fsck), 25 tune2fs (used to modify filesystem parameters), resize2fs to grow and 27 filesystem utilities. 36 Summary: Ext2 filesystem-specific static libraries and headers. 43 develop ext2, ext3, or ext4 filesystem-specific programs. 46 ext2. ext3. or ext4 filesystem-specific programs. If you install
|
/external/chromium/chrome/browser/resources/file_manager/ |
README.harness | 17 Populating the development filesystem 24 the mock filesystem. (This is the filesystem associated with all file: urls.)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover_unittest.py | 42 # This sets up a mock FileSystem and SCM using that FileSystem. 46 host.filesystem.maybe_make_directory(self._absolute_path('platform')) 47 host.filesystem.maybe_make_directory(self._absolute_path('existing_directory')) 48 host.filesystem.write_text_file(self._absolute_path('existing_file.txt'), '') 49 host.filesystem.write_text_file(self._absolute_path('TestExpectations'), """ 54 host.filesystem.write_text_file(self._absolute_path('existing_directory_with_contents', 'test.html'), '') 55 host.filesystem.write_text_file(self._absolute_path('origin', 'path', 'test.html'), """ 63 host.filesystem.write_text_file(self._absolute_path('origin', 'path', 'test.css'), """ 70 host.filesystem.write_text_file(self._absolute_path('origin', 'path', 'test.js'), "" [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
main.py | 37 from webkitpy.common.system.filesystem import FileSystem 50 filesystem = FileSystem() 51 wkf = WebKitFinder(filesystem) 52 tester = Tester(filesystem, wkf) 76 def __init__(self, filesystem=None, webkit_finder=None): 77 self.filesystem = filesystem or FileSystem() [all...] |
/external/e2fsprogs/ext2ed/ |
ext2_com.c | 8 Extended-2 filesystem General commands 11 The commands here will be registered when we are editing an ext2 filesystem 65 /* Note the various dispatches below - They should be intuitive if you know the ext2 filesystem structure */
|
/external/kernel-headers/original/linux/ |
ncp_mount.h | 29 __kernel_uid_t mounted_uid; /* Who may umount() this filesystem? */ 51 unsigned long mounted_uid; /* Who may umount() this filesystem? */ 77 __kernel_uid32_t mounted_uid; /* Who may umount() this filesystem? */
|
/frameworks/base/core/java/android/net/ |
LocalServerSocket.java | 24 * on the Android platform, this is created in the Linux non-filesystem 28 * the filesystem 40 * abstract namespace (instead of on the filesystem).
|
LocalSocketAddress.java | 24 * abstract (non-filesystem) UNIX domain namespace. 41 * A socket named with a normal filesystem path. 43 FILESYSTEM(2);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
statvfs.h | 1 /* Definitions for getting information about a filesystem. 50 /* Return information about the filesystem on which FILE resides. */ 71 /* Return information about the filesystem containing the file FILDES
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
statvfs.h | 1 /* Definitions for getting information about a filesystem. 50 /* Return information about the filesystem on which FILE resides. */ 71 /* Return information about the filesystem containing the file FILDES
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
statvfs.h | 1 /* Definitions for getting information about a filesystem. 50 /* Return information about the filesystem on which FILE resides. */ 71 /* Return information about the filesystem containing the file FILDES
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_file_helper.cc | 169 DevToolsFileHelper::FileSystem CreateFileSystemStruct( 182 return DevToolsFileHelper::FileSystem(file_system_name, 200 DevToolsFileHelper::FileSystem::FileSystem() { 203 DevToolsFileHelper::FileSystem::FileSystem(const std::string& file_system_name, 313 Bind(callback, FileSystem()), 326 callback.Run(FileSystem()); 349 callback.Run(FileSystem()); 369 callback.Run(FileSystem()); 384 FileSystem filesystem = CreateFileSystemStruct(web_contents_, local 404 FileSystem filesystem = CreateFileSystemStruct(web_contents_, local [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.8.in | 55 catastrophic mode forces the filesystem to be opened read-only. 95 1024 bytes from the beginning of the filesystem). If you specify the 97 option, you must also provide the blocksize of the filesystem via the 134 in the filesystem which is currently opened by 142 ('/'), then it is interpreted relative to the root of the filesystem 226 Set or clear various filesystem features in the superblock. After setting 227 or clearing any filesystem features that were requested, print the current 228 state of the filesystem feature set. 300 on the native filesystem. 375 Open a filesystem for editing. The [all...] |