Searched
full:filesystem (Results
701 -
725 of
1906) sorted by null
<<21222324252627282930>>
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_drive.h | 104 // Called by FileSystem::GetFile(). Pops the file from 211 // FileSystem::GetShareUrl.
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
file_system_backend.h | 58 // FileSystem API layer via drive::FileSystemProxy. This mount point is added 64 // filesystem:<origin>/external/<mount_name>/...
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_watcher.js | 67 this.dispatchMetadataEvent_('filesystem', entries, properties); 203 'filesystem',
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_task_manager.cc | 159 TRACE_EVENT_ASYNC_END0("Sync FileSystem", "GetToken", this); 194 TRACE_EVENT_ASYNC_BEGIN1("Sync FileSystem", "GetToken", this,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
patched_file_system.py | 7 from file_system import FileSystem, StatInfo, FileNotFoundError 38 class PatchedFileSystem(FileSystem):
|
server_instance.py | 49 Creates FileSystem instances which host the server at alternative 52 Creates FileSystem instances backed by GitHub.
|
/external/chromium_org/extensions/common/ |
csp_validator_unittest.cc | 142 "default-src 'self' filesystem:", Manifest::TYPE_EXTENSION)); 144 "default-src 'self' filesystem:http://example.com/XXX",
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
test.js | 176 waitForLog('Filesystem ready!', function() { 179 test.fail('Got unexpected error waiting for filesystem: ');
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
File.h | 65 // If filesystem files live in the remote filesystem, the port might pass the valid metadata (whose length field is non-negative) and cache in the File object.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
InspectorFrontendAPI.js | 150 fileSystemAdded: function(errorMessage, fileSystem) 152 WebInspector.isolatedFileSystemDispatcher.fileSystemAdded(errorMessage, fileSystem);
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebHTTPBody.cpp | 137 // Currently we only support filesystem URL. 138 ASSERT(KURL(url).protocolIs("filesystem"));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
profiler_unittest.py | 50 self.assertFalse(host.filesystem.exists("/tmp/output")) 54 self.assertTrue(host.filesystem.exists("/tmp/output"))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
linux_unittest.py | 45 host.filesystem.isfile = lambda x: 'content_shell' in x 81 host.filesystem.exists = lambda x: True
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
print_layout_test_times.py | 61 times_ms_path = host.filesystem.join(port.results_directory(), 'times_ms.json') 63 times_trie = json.loads(host.filesystem.read_text_file(times_ms_path))
|
/external/clang/lib/Basic/ |
FileSystemStatCache.cpp | 15 #include "llvm/Support/FileSystem.h" 71 // Otherwise, we have to go to the filesystem. We can always just use
|
/external/e2fsprogs/ext2ed/ |
init.c | 62 current_type=NULL; /* No filesystem specific types yet */ 81 add_user_command (&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hda1)",set_device); 82 add_user_command (&general_commands,"setoffset","Moves asynchronicly in the filesystem",set_offset); 90 add_user_command (&general_commands,"enablewrite","Enters Read/Write mode - Allows changing the filesystem",enable_write); 100 add_user_command (&ext2_commands,"super","Moves to the superblock of the filesystem",type_ext2___super); 399 wprintw (command_win,"Warning - Extended 2 filesystem not detected on device %s\n",device_name); 405 wprintw (command_win,"Forcing extended 2 filesystem\n"); 623 wprintw (command_win,"Error - Failed to open /etc/mtab. Assuming filesystem is mounted.\n");
|
/external/e2fsprogs/lib/ext2fs/ |
alloc_tables.c | 3 * filesystem. Used by mke2fs when initializing a filesystem
|
/external/fsck_msdos/ |
main.c | 65 "usage: fsck_msdosfs -p [-f] filesystem ...", 66 " fsck_msdosfs [-ny] filesystem ...");
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/ |
ErrorCodes.java | 70 "The requested operation cannot be completed because there is insufficient free space on the filesystem." }, 92 { "SSH_FX_FILE_CORRUPT", "The file is corrupt; an filesystem integrity check should be run." },
|
/external/grub/util/ |
grub-image | 2 # grub-image - Create a GRUB boot filesystem image and tarball 74 # Create a new filesystem image of the specified size.
|
grub-image.in | 2 # grub-image - Create a GRUB boot filesystem image and tarball 74 # Create a new filesystem image of the specified size.
|
/external/iputils/doc/ |
tftpd.sgml | 44 to know something about layout of filesystem on server host. 45 And second, TFTP protocol is not a tool for browsing of server's filesystem,
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
LoadPathToFileCache.java | 27 * where the file is located on the filesystem. The purpose is to avoid filesystem calls for common
|
/external/libsepol/tests/policies/test-deps/ |
base-metreq.conf | 13 class filesystem 145 class filesystem
|
base-notmetreq.conf | 13 class filesystem 144 class filesystem
|
Completed in 3259 milliseconds
<<21222324252627282930>>