Searched refs:filesystem_path (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | image_writer_private_api.cc | 70 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/ |
D | file_system_api.cc | 205 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/ |
D | app_file_handler_util.cc | 339 const std::string& filesystem_path, in ValidateFileEntryAndGetPath() argument 343 if (filesystem_path.empty()) { in ValidateFileEntryAndGetPath() 366 base::FilePath::FromUTF8Unsafe(filesystem_path); in ValidateFileEntryAndGetPath()
|
D | app_file_handler_util.h | 83 const std::string& filesystem_path,
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
D | file_system_backend.cc | 407 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()
|
D | file_system_backend.h | 140 virtual bool GetVirtualPath(const base::FilePath& filesystem_path,
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
D | developer_private_api.cc | 1060 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()
|