Searched defs:filesystem_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_private_api.cc70 std::string filesystem_path; local
75 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &filesystem_path));
81 filesystem_path,
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend.cc407 const base::FilePath& filesystem_path,
409 return mount_points_->GetVirtualPath(filesystem_path, virtual_path) ||
410 system_mount_points_->GetVirtualPath(filesystem_path, virtual_path);
406 GetVirtualPath( const base::FilePath& filesystem_path, base::FilePath* virtual_path) argument
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dapp_file_handler_util.cc339 const std::string& filesystem_path,
343 if (filesystem_path.empty()) {
366 base::FilePath::FromUTF8Unsafe(filesystem_path);
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.cc205 std::string filesystem_path; local
207 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
211 filesystem_path,
298 std::string filesystem_path; local
300 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
308 filesystem_path,
348 std::string filesystem_path; local
350 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
860 std::string filesystem_path; local
862 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &filesystem_path));
[all...]
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1060 std::string filesystem_path; local
1063 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
1083 filesystem_path,
1100 .Append(base::FilePath::FromUTF8Unsafe(filesystem_path));

Completed in 95 milliseconds