HomeSort by relevance Sort by last modified time
    Searched refs:filesystem_name (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/storage/common/fileapi/
file_system_info.h 21 FileSystemInfo(const std::string& filesystem_name,
file_system_util.h 150 // Find the file system id from |filesystem_name|. Should only be used by
155 const std::string& filesystem_name,
file_system_util.cc 412 bool CrackIsolatedFileSystemName(const std::string& filesystem_name,
416 // |filesystem_name| is of the form {origin}:isolated_{filesystem_id}.
425 std::string filesystem_name_upper = StringToUpperASCII(filesystem_name);
432 *filesystem_id = filesystem_name.substr(pos + start_token.length(),
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
image_writer_private_api.cc 69 std::string filesystem_name; local
74 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_name));
80 filesystem_name,
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.h 82 const std::string& filesystem_name,
app_file_handler_util.cc 338 const std::string& filesystem_name,
349 if (!storage::CrackIsolatedFileSystemName(filesystem_name, &filesystem_id)) {
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 204 std::string filesystem_name; local
206 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &filesystem_name));
210 if (!app_file_handler_util::ValidateFileEntryAndGetPath(filesystem_name,
297 std::string filesystem_name; local
299 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &filesystem_name));
307 if (!app_file_handler_util::ValidateFileEntryAndGetPath(filesystem_name,
347 std::string filesystem_name; local
349 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &filesystem_name));
353 if (!storage::CrackIsolatedFileSystemName(filesystem_name, &filesystem_id)) {
859 std::string filesystem_name; local
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 231 retval = ext2fs_check_if_mounted(ctx->filesystem_name,
236 ctx->filesystem_name);
256 ctx->filesystem_name,
262 log_out(ctx, _("%s is %s.\n"), ctx->filesystem_name,
936 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0);
937 if (!ctx->filesystem_name) {
965 fd = open(ctx->filesystem_name, O_RDONLY, 0);
969 ctx->filesystem_name);
975 ctx->filesystem_name);
1050 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options
    [all...]
logfile.c 112 cp = strrchr(ctx->filesystem_name, '/');
116 cp = ctx->filesystem_name;
372 context->filesystem_name = "/dev/sda3";
e2fsck.c 183 if (ctx->filesystem_name)
184 ext2fs_free_mem(&ctx->filesystem_name);
e2fsck.h 220 char *filesystem_name; member in struct:e2fsck_struct
journal.c 906 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
1000 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags);
problem.c     [all...]
  /external/chromium_org/extensions/renderer/
file_system_natives.cc 116 std::string filesystem_name = *v8::String::Utf8Value(args[0]->ToString()); local
118 if (!storage::CrackIsolatedFileSystemName(filesystem_name, &filesystem_id))
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 180 const std::string& filesystem_name,
fileapi_message_filter.cc 759 const std::string& filesystem_name,
765 request_id, filesystem_name, root));
  /external/chromium_org/storage/browser/fileapi/
file_system_context.h 366 const std::string& filesystem_name,
file_system_context.cc 610 const std::string& filesystem_name,
621 filesystem_name, filesystem_root, url.mount_type());
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 1059 std::string filesystem_name; local
    [all...]

Completed in 1431 milliseconds