Home
last modified time | relevance | path

Searched refs:filesystem_path (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dimage_writer_private_api.cc70 std::string filesystem_path; in RunAsync() local
75 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &filesystem_path)); in RunAsync()
81 filesystem_path, in RunAsync()
/external/chromium_org/chrome/browser/extensions/api/file_system/
Dfile_system_api.cc205 std::string filesystem_path; in RunSync() local
207 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path)); in RunSync()
211 filesystem_path, in RunSync()
298 std::string filesystem_path; in RunAsync() local
300 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path)); in RunAsync()
308 filesystem_path, in RunAsync()
348 std::string filesystem_path; in RunSync() local
350 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path)); in RunSync()
860 std::string filesystem_path; in RunAsync() local
862 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &filesystem_path)); in RunAsync()
[all …]
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
Dapp_file_handler_util.cc339 const std::string& filesystem_path, in ValidateFileEntryAndGetPath() argument
343 if (filesystem_path.empty()) { in ValidateFileEntryAndGetPath()
366 base::FilePath::FromUTF8Unsafe(filesystem_path); in ValidateFileEntryAndGetPath()
Dapp_file_handler_util.h83 const std::string& filesystem_path,
/external/chromium_org/chrome/browser/chromeos/fileapi/
Dfile_system_backend.cc407 const base::FilePath& filesystem_path, in GetVirtualPath() argument
409 return mount_points_->GetVirtualPath(filesystem_path, virtual_path) || in GetVirtualPath()
410 system_mount_points_->GetVirtualPath(filesystem_path, virtual_path); in GetVirtualPath()
Dfile_system_backend.h140 virtual bool GetVirtualPath(const base::FilePath& filesystem_path,
/external/chromium_org/chrome/browser/extensions/api/developer_private/
Ddeveloper_private_api.cc1060 std::string filesystem_path; in RunAsync() local
1063 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path)); in RunAsync()
1083 filesystem_path, in RunAsync()
1100 .Append(base::FilePath::FromUTF8Unsafe(filesystem_path)); in RunAsync()