Searched
full:filesystem (Results
501 -
525 of
1906) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
dump_reader_win.py | 53 with self._host.filesystem.open_text_file_for_reading(dump_file) as f: 106 cdb = self._host.filesystem.join(cdb_path, 'cdb.exe')
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFileSystemCallbacks.h | 91 // root URL for the FileSystem when the request is accepted. 95 // file path for the FileSystem when the request is accepted. |isDirectory|
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
filemediaengine_unittest.cc | 149 if (!talk_base::Filesystem::GetTemporaryFolder(temp_path, true, NULL)) { 153 talk_base::Filesystem::TempFilename(temp_path, "fme-test-")); 163 talk_base::Filesystem::OpenFile(talk_base::Pathname(filename), "wb")); 178 if (talk_base::Filesystem::IsFile(talk_base::Pathname(pathname))) { 179 talk_base::Filesystem::DeleteFile(pathname); 376 voice_output_.reset(talk_base::Filesystem::OpenFile( 413 voice_output_.reset(talk_base::Filesystem::OpenFile( 429 talk_base::Filesystem::OpenFile(
|
/external/chromium_org/third_party/skia/include/core/ |
SkOSFile.h | 72 /** Returns true if the two point at the exact same filesystem object. */ 135 * Functions for modifying SkStrings which represent paths on the filesystem.
|
/external/chromium_org/webkit/browser/fileapi/ |
dragged_file_util.cc | 28 // Used to enumerate top-level paths of an isolated filesystem. 75 // TODO(kinuko): Maybe we want to set the time when this filesystem is
|
sandbox_directory_database.h | 87 // filesystem is first created, and maintaining state across 93 // Returns true if the database looks consistent with local filesystem.
|
/external/e2fsprogs/lib/ext2fs/ |
tst_iscan.c | 83 "While initializing filesystem"); 89 "While allocating tables for test filesystem");
|
/external/grub/stage2/ |
filesys.h | 1 /* filesys.h - abstract filesystem interface */ 134 /* defines for the block filesystem info area */
|
/external/skia/include/core/ |
SkOSFile.h | 72 /** Returns true if the two point at the exact same filesystem object. */ 135 * Functions for modifying SkStrings which represent paths on the filesystem.
|
/frameworks/base/core/java/android/os/ |
StatFs.java | 24 * Retrieve overall information about the space on a filesystem. This is a 31 * Construct a new StatFs for looking at the stats of the filesystem at
|
/frameworks/compile/mclinker/include/mcld/Support/ |
FileSystem.h | 1 //===- FileSystem.h -------------------------------------------------------===// 10 // filesystem (v3), but modified to remove exception handling and the
|
/system/core/include/cutils/ |
sockets.h | 80 // Linux "abstract" (non-filesystem) namespace 84 // Normal filesystem namespace
|
/external/e2fsprogs/misc/ |
tune2fs.c | 96 static const char *please_fsck = N_("Please run e2fsck on the filesystem.\n"); 152 * Remove an external journal from the filesystem 213 /* Find the filesystem UUID */ 221 fputs(_("Filesystem's UUID not found on journal device.\n"), 270 * Remove the journal inode from the filesystem 369 _("Invalid filesystem option set: %s\n"), 372 fprintf(stderr, _("Clearing filesystem feature '%s' " 378 fprintf(stderr, _("Setting filesystem feature '%s' " 388 "cleared when the filesystem is\n" 429 "cause the the filesystem to be\n [all...] |
/bionic/libc/ |
CAVEATS | 24 users on the Android filesystem. :-(
|
/external/chromium/build/linux/ |
pkg-config-wrapper | 12 # LSB-compliant root filesystem mounted at the sysroot, and a board build
|
/external/chromium/chrome/browser/resources/file_manager/ |
harness.html | 61 <button onclick='harness.onClearClick(event)'>Reset Filesystem</button>
|
/external/chromium_org/build/android/pylib/utils/ |
flakiness_dashboard_results_uploader.py | 29 from webkitpy.common.system import executive, filesystem namespace 38 # The JSONResultsGenerator gets the filesystem.join operation from the Port 45 self._filesystem = filesystem.FileSystem()
|
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
sync_file_system_api_helpers.h | 48 // Creates a dictionary for FileSystem Entry from given |url|.
|
/external/chromium_org/content/child/npapi/ |
plugin_stream_win.cc | 37 // The reason for using all the Ascii versions of these filesystem
|
/external/chromium_org/content/public/browser/ |
devtools_http_handler_delegate.h | 32 // Returns path to the front-end files on the local filesystem for debugging.
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/ |
index.html | 23 nacl_io provides a virtual filesystem. The filesystem can be "mounted" 30 <li><i>/</i> the root of the filesystem. This is a memory mount, and 42 virtual filesystem, it is an abstraction layer on top of ppapi. To use this
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_http.h | 47 // |path| is relative to the mount point for the HTTP filesystem.
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_fuse_test.cc | 31 // Implementation of a simple flat memory filesystem. 193 // Reset the filesystem. 313 // Register a fuse filesystem. 316 // Unmount the passthrough FS and mount our fuse filesystem.
|
/external/chromium_org/net/url_request/ |
file_protocol_handler.cc | 37 // filesystem, we only look at the path string here.
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
Entry.idl | 39 readonly attribute DOMFileSystem filesystem;
|
Completed in 2155 milliseconds
<<21222324252627282930>>