Searched
full:filesystem (Results
426 -
450 of
1906) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDragData.cpp | 35 #include "modules/filesystem/DraggedIsolatedFileSystem.h" 135 DraggedIsolatedFileSystem* filesystem = DraggedIsolatedFileSystem::from(m_private); local 136 if (filesystem) 137 return filesystem->filesystemId();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/ |
file_uploader.py | 87 def upload_single_text_file(self, filesystem, content_type, filename): 88 return self._upload_data(content_type, filesystem.read_text_file(filename)) 90 def upload_as_multipart_form_data(self, filesystem, files, attrs): 93 file_objs.append(('file', filename, filesystem.read_binary_file(path)))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
mac_unittest.py | 94 port.host.filesystem.maybe_make_directory('/mock-checkout/out/Release') 95 port.host.filesystem.maybe_make_directory('/mock-checkout/xcodebuild/Release') 97 port.host.filesystem.mtime = lambda f: 5 if '/out/' in f else 4 100 port.host.filesystem.mtime = lambda f: 5 if '/xcodebuild/' in f else 4
|
win_unittest.py | 116 port.host.filesystem.maybe_make_directory('/mock-checkout/out/Release') 117 port.host.filesystem.maybe_make_directory('/mock-checkout/build/Release') 119 port.host.filesystem.mtime = lambda f: 5 if '/out/' in f else 4 122 port.host.filesystem.mtime = lambda f: 5 if '/build/' in f else 4
|
/external/chromium_org/third_party/leveldatabase/ |
README.chromium | 11 FileSystem API implementation and others.
|
/external/chromium_org/webkit/browser/fileapi/ |
dump_file_system.cc | 5 // A tool to dump HTML5 filesystem from CUI. 9 // ./out/Release/dump_file_system [options] <filesystem dir> [origin]... 61 " [-l] [-t] [-s] <filesystem dir> [origin]..."); 193 " is not a filesystem directory");
|
file_system_dir_url_request_job.h | 24 // A request job that handles reading filesystem: URLs for directories.
|
file_system_operation.h | 103 // filesystem URL in local filesystem cases; remote filesystems 256 // for same-filesystem case, or 257 // - ReadDirectory and CreateSnapshotFile on source filesystem and 258 // CopyInForeignFile and CreateDirectory on dest filesystem 259 // for cross-filesystem case. 275 // for same-filesystem case, or 276 // - ReadDirectory, CreateSnapshotFile and Remove on source filesystem and 277 // CopyInForeignFile and CreateDirectory on dest filesystem 278 // for cross-filesystem case [all...] |
transient_file_util.cc | 41 // Sets-up a transient filesystem.
|
upload_file_system_file_element_reader.h | 22 // An UploadElementReader implementation for filesystem file.
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
open_file_handle_context.h | 23 // This class represents a underlying file of a managed FileSystem file.
|
/external/clang/test/PCH/ |
case-insensitive-include.c | 1 // REQUIRES: case-insensitive-filesystem
|
/external/e2fsprogs/debian/ |
e2fsck-static.copyright | 18 This package, the EXT2 filesystem utilities, is protected by the GNU
|
e2fslibs.copyright | 17 This package, the EXT2 filesystem libraries, are protected by the GNU
|
e2fsprogs.copyright | 17 This package, the EXT2 filesystem utilities, is protected by the GNU
|
/external/e2fsprogs/lib/e2p/ |
ostype.c | 2 * getostype.c - Get the Filesystem OS type
|
/external/e2fsprogs/misc/ |
filefrag.8.in | 17 used on files for any filesystem.
|
/external/e2fsprogs/tests/f_badbblocks/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_badinode/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_badtable/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_dup_de/ |
expect-nohtree.1 | 2 Inode 12 has INDEX_FL flag set on filesystem without htree support.
|
/external/e2fsprogs/tests/f_holedir/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_illbbitmap/ |
expect.1 | 10 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_lpf/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_messy_inode/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
Completed in 345 milliseconds
<<11121314151617181920>>