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

  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 167 const std::string& filesystem_path,
189 base::FilePath::FromUTF8Unsafe(filesystem_path);
204 const std::string& filesystem_path,
210 filesystem_path,
483 std::string filesystem_path; local
485 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
488 if (!GetFilePathOfFileEntry(filesystem_name, filesystem_path,
577 std::string filesystem_path; local
579 EXTENSION_FUNCTION_VALIDATE(args_->GetString(1, &filesystem_path));
588 if (!GetFilePathOfFileEntry(filesystem_name, filesystem_path,
600 std::string filesystem_path; local
982 std::string filesystem_path; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 307 const base::FilePath& filesystem_path,
309 return mount_points_->GetVirtualPath(filesystem_path, virtual_path) ||
310 system_mount_points_->GetVirtualPath(filesystem_path, virtual_path);
file_system_backend.h 133 virtual bool GetVirtualPath(const base::FilePath& filesystem_path,

Completed in 123 milliseconds