HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 176 - 200 of 1906) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statfs.h 1 /* Definitions for getting information about a filesystem.
30 /* Return information about the filesystem on which FILE resides. */
48 /* Return information about the filesystem containing the file FILDES
  /bootable/recovery/mtdutils/
mounts.c 29 const char *filesystem; member in struct:MountedVolume
50 free((char *)volume->filesystem);
118 char filesystem[64]; local
125 device, mount_point, filesystem, flags);
130 filesystem[sizeof(filesystem)-1] = '\0';
137 v->filesystem = strdup(filesystem);
219 return mount(volume->device, volume->mount_point, volume->filesystem,
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.h 30 struct FileSystem {
31 FileSystem();
32 FileSystem(const std::string& file_system_name,
47 void(const std::vector<DevToolsFileHelper::FileSystem>&)>
49 typedef base::Callback<void(const DevToolsFileHelper::FileSystem&)>
73 // If user cancels folder selection, passes empty FileSystem struct to
78 // permissions, registers isolated file system for it and passes FileSystem
89 // permissions, registers isolated file system for it and passes FileSystem
100 // FileSystem structs for registered file systems to |callback|.
  /external/chromium_org/chrome/browser/mac/
master_prefs.h 14 // file) or may not actually exist on the filesystem.
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.h 6 // File API filesystems and keeps track of the path to filesystem ID mappings.
40 // Contains information about a particular filesystem being provided to a
42 // fsid (filesystem ID) used to hook up the API objects.
75 // Passes to |callback| the list of media filesystem IDs and paths for a
  /external/chromium_org/chrome/browser/resources/apps_debugger/
manifest.json 18 "fileSystem",
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/
manifest.json 17 {"fileSystem": ["write"]},
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_constants.cc 10 const char kSyncRootFolderTitle[] = "Chrome Syncable FileSystem";
  /external/chromium_org/chrome/renderer/resources/extensions/
image_writer_private_custom_bindings.js 14 var fileSystemName = fileEntry.filesystem.name;
  /external/chromium_org/ppapi/cpp/private/
ext_crx_file_system_private.h 23 int32_t Open(const CompletionCallbackWithOutput<pp::FileSystem>& cc);
isolated_file_system_private.h 25 int32_t Open(const CompletionCallbackWithOutput<pp::FileSystem>& cc);
  /external/chromium_org/third_party/WebKit/Source/core/
DEPS 14 "!modules/filesystem/DraggedIsolatedFileSystem.h",
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryEntry.h 34 #include "modules/filesystem/Entry.h"
35 #include "modules/filesystem/FileSystemFlags.h"
50 static PassRefPtr<DirectoryEntry> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
52 return adoptRef(new DirectoryEntry(fileSystem, fullPath));
DirectoryEntrySync.h 34 #include "modules/filesystem/EntrySync.h"
35 #include "modules/filesystem/FileSystemFlags.h"
48 static PassRefPtr<DirectoryEntrySync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath)
50 return adoptRef(new DirectoryEntrySync(fileSystem, fullPath));
SyncCallbackHelper.h 38 #include "modules/filesystem/DirectoryEntry.h"
39 #include "modules/filesystem/DirectoryReaderSync.h"
40 #include "modules/filesystem/EntriesCallback.h"
41 #include "modules/filesystem/EntryCallback.h"
42 #include "modules/filesystem/EntrySync.h"
43 #include "modules/filesystem/ErrorCallback.h"
44 #include "modules/filesystem/FileEntry.h"
45 #include "modules/filesystem/FileSystemCallback.h"
46 #include "modules/filesystem/MetadataCallback.h"
WorkerGlobalScopeFileSystem.cpp 29 #include "modules/filesystem/WorkerGlobalScopeFileSystem.h"
35 #include "modules/filesystem/DOMFileSystemBase.h"
36 #include "modules/filesystem/DirectoryEntrySync.h"
37 #include "modules/filesystem/ErrorCallback.h"
38 #include "modules/filesystem/FileEntrySync.h"
39 #include "modules/filesystem/FileSystemCallback.h"
40 #include "modules/filesystem/FileSystemCallbacks.h"
41 #include "modules/filesystem/LocalFileSystem.h"
42 #include "modules/filesystem/SyncCallbackHelper.h"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
http_server_base_unittest.py 48 host.filesystem.write_text_file(server._pid_file, 'foo')
50 self.assertEqual(host.filesystem.files[server._pid_file], None)
52 host.filesystem.write_text_file(server._pid_file, 'foo')
58 self.assertEqual(host.filesystem.files[server._pid_file], None)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser.py 46 self.filesystem = self.host.filesystem
53 if self.filesystem.isfile(filename):
55 self.test_doc = Parser(self.filesystem.read_binary_file(filename))
61 if self.filesystem.isdir(filename):
88 self.filesystem.basename(self.filename))
91 ref_file = self.filesystem.join(self.filesystem.dirname(self.filename), matches[0]['href'])
94 _log.error('%s has a reference link but is missing the "href"', self.filesystem)
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.h 29 // Manages external filesystem namespaces that are identified by 'mount name'
31 // Files in an external filesystem are identified by a filesystem URL like:
33 // filesystem:<origin>/external/<mount_name>/relative/path
42 // Registers a new named external filesystem.
44 // is identified by a URL "filesystem:.../external/mount_name".
47 // the mount_name "removable", a filesystem URL like
48 // "filesystem:.../external/removable/a/b" will be resolved as
94 // part of any registered filesystem).
  /external/e2fsprogs/lib/e2p/
ps.c 2 * ps.c - Print filesystem state
  /external/e2fsprogs/misc/
e2freefrag.8.in 19 is the filesystem device name (e.g.
28 the filesystem, along with a histogram of all free chunks. This information
29 can be used to gauge the level of free space fragmentation in the filesystem.
38 power of two and be larger than filesystem block size.
  /external/e2fsprogs/tests/f_bitmaps/
expect.1 0 Filesystem did not have a UUID; generating one.
  /external/e2fsprogs/tests/f_dupfsblks/
expect.1 0 Filesystem did not have a UUID; generating one.
20 <filesystem metadata>
26 <filesystem metadata>
33 <filesystem metadata>
  /external/e2fsprogs/tests/f_end-bitmap/
expect.1 0 Filesystem did not have a UUID; generating one.
  /external/e2fsprogs/tests/f_overfsblks/
expect.1 0 Filesystem did not have a UUID; generating one.

Completed in 462 milliseconds

1 2 3 4 5 6 78 91011>>