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

  /external/chromium_org/webkit/common/fileapi/
file_system_info.h 21 FileSystemInfo(const std::string& filesystem_name,
file_system_util.h 140 // Find the file system id from |filesystem_name|. Should only be used by
145 const std::string& filesystem_name,
file_system_util.cc 347 bool CrackIsolatedFileSystemName(const std::string& filesystem_name,
351 // |filesystem_name| is of the form {origin}:isolated_{filesystem_id}.
360 std::string filesystem_name_upper = StringToUpperASCII(filesystem_name);
367 *filesystem_id = filesystem_name.substr(pos + start_token.length(),
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
image_writer_private_api.cc 81 std::string filesystem_name; local
86 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_name));
92 filesystem_name,
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.h 85 const std::string& filesystem_name,
app_file_handler_util.cc 348 const std::string& filesystem_name,
354 if (!fileapi::CrackIsolatedFileSystemName(filesystem_name, &filesystem_id)) {
  /external/e2fsprogs/e2fsck/
unix.c 207 retval = ext2fs_check_if_mounted(ctx->filesystem_name,
212 ctx->filesystem_name);
229 printf(_("Warning! %s is mounted.\n"), ctx->filesystem_name);
233 printf(_("%s is mounted. "), ctx->filesystem_name);
842 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0);
843 if (!ctx->filesystem_name) {
857 fd = open(ctx->filesystem_name, O_RDONLY, 0);
861 ctx->filesystem_name);
867 ctx->filesystem_name);
942 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options
    [all...]
e2fsck.c 183 if (ctx->filesystem_name)
184 ext2fs_free_mem(&ctx->filesystem_name);
e2fsck.h 209 char *filesystem_name; member in struct:e2fsck_struct
journal.c 888 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
980 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags);
problem.c     [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 257 std::string filesystem_name; local
259 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &filesystem_name));
263 if (!app_file_handler_util::ValidateFileEntryAndGetPath(filesystem_name,
351 std::string filesystem_name; local
353 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &filesystem_name));
361 if (!app_file_handler_util::ValidateFileEntryAndGetPath(filesystem_name,
400 std::string filesystem_name; local
402 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &filesystem_name));
406 if (!fileapi::CrackIsolatedFileSystemName(filesystem_name, &filesystem_id)) {
899 std::string filesystem_name; local
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
file_system_natives.cc 115 std::string filesystem_name = *v8::String::Utf8Value(args[0]->ToString()); local
117 if (!fileapi::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 726 const std::string& filesystem_name,
732 request_id, filesystem_name, root));
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.h 320 const std::string& filesystem_name,
file_system_context.cc 544 const std::string& filesystem_name,
554 filesystem_name, filesystem_root, url.mount_type());

Completed in 979 milliseconds