HomeSort by relevance Sort by last modified time
    Searched full:filesystem_path (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
image_writer_private_api.cc 70 std::string filesystem_path; local
75 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &filesystem_path));
81 filesystem_path,
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 265 std::string filesystem_path; local
267 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
271 filesystem_path,
359 std::string filesystem_path; local
361 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
369 filesystem_path,
409 std::string filesystem_path; local
411 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
920 std::string filesystem_path; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 352 const base::FilePath& filesystem_path,
354 return mount_points_->GetVirtualPath(filesystem_path, virtual_path) ||
355 system_mount_points_->GetVirtualPath(filesystem_path, virtual_path);
file_system_backend.h 128 virtual bool GetVirtualPath(const base::FilePath& filesystem_path,
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 339 const std::string& filesystem_path,
343 if (filesystem_path.empty()) {
366 base::FilePath::FromUTF8Unsafe(filesystem_path);
app_file_handler_util.h 88 const std::string& filesystem_path,
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 1063 std::string filesystem_path; local
    [all...]

Completed in 895 milliseconds