Searched refs:filesystem_name (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/storage/common/fileapi/
H A Dfile_system_info.h21 FileSystemInfo(const std::string& filesystem_name,
H A Dfile_system_util.h150 // Find the file system id from |filesystem_name|. Should only be used by
155 const std::string& filesystem_name,
H A Dfile_system_util.cc412 bool CrackIsolatedFileSystemName(const std::string& filesystem_name, argument
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/
H A Dimage_writer_private_api.cc69 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/
H A Dapp_file_handler_util.h82 const std::string& filesystem_name,
H A Dapp_file_handler_util.cc338 const std::string& filesystem_name,
349 if (!storage::CrackIsolatedFileSystemName(filesystem_name, &filesystem_id)) {
337 ValidateFileEntryAndGetPath( const std::string& filesystem_name, const std::string& filesystem_path, const content::RenderViewHost* render_view_host, base::FilePath* file_path, std::string* error) argument
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.cc204 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/
H A Dunix.c231 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, ct
[all...]
H A Dlogfile.c112 cp = strrchr(ctx->filesystem_name, '/');
116 cp = ctx->filesystem_name;
372 context->filesystem_name = "/dev/sda3";
H A De2fsck.c183 if (ctx->filesystem_name)
184 ext2fs_free_mem(&ctx->filesystem_name);
H A De2fsck.h220 char *filesystem_name; member in struct:e2fsck_struct
H A Djournal.c906 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
1000 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags);
H A Dproblem.c1915 ctx->device_name : ctx->filesystem_name);
/external/chromium_org/extensions/renderer/
H A Dfile_system_natives.cc116 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/
H A Dfileapi_message_filter.h180 const std::string& filesystem_name,
H A Dfileapi_message_filter.cc759 const std::string& filesystem_name,
765 request_id, filesystem_name, root));
757 DidOpenFileSystem(int request_id, const GURL& root, const std::string& filesystem_name, base::File::Error result) argument
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.h366 const std::string& filesystem_name,
H A Dfile_system_context.cc610 const std::string& filesystem_name,
621 filesystem_name, filesystem_root, url.mount_type());
606 DidOpenFileSystemForResolveURL( const FileSystemURL& url, const FileSystemContext::ResolveURLCallback& callback, const GURL& filesystem_root, const std::string& filesystem_name, base::File::Error error) argument
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1059 std::string filesystem_name; local
1062 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &filesystem_name));
1082 if (!app_file_handler_util::ValidateFileEntryAndGetPath(filesystem_name,
1095 storage::CrackIsolatedFileSystemName(filesystem_name, &filesystem_id);

Completed in 276 milliseconds