/external/chromium_org/chrome/browser/chromeos/file_manager/ |
open_util.cc | 8 #include "base/files/file_path.h" 54 void ShowWarningMessageBox(Profile* profile, const base::FilePath& file_path) { 61 UTF8ToUTF16(file_path.BaseName().value())), 106 // Opens the file manager for the specified |file_path|. Used to implement 115 const base::FilePath& file_path, 125 profile, file_path, kFileManagerAppId, &url)) 134 // Opens the file specified by |file_path| by finding and executing a file 137 bool OpenFile(Profile* profile, const base::FilePath& file_path) { 140 profile, file_path, kFileManagerAppId, &url)) 145 std::string mime_type = GetMimeTypeForPath(file_path); [all...] |
/external/chromium_org/tools/gn/ |
function_write_file.cc | 71 base::FilePath file_path = local 74 if (!base::CreateDirectory(file_path.DirName())) { 76 "I was using \"" + FilePathToUTF8(file_path.DirName()) + "\"."); 80 if (file_util::WriteFile(file_path, contents_string.c_str(), int_size) 83 "I was writing \"" + FilePathToUTF8(file_path) + "\".");
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
async_file_util.cc | 8 #include "base/files/file_path.h" 50 const base::FilePath& file_path, 131 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 132 if (file_path.empty()) { 143 file_path, file_flags, 146 file_system_getter_, file_path, callback))), 157 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 158 if (file_path.empty()) { 166 file_path, true /* is_exlusive */, 180 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url) local 200 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 220 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 242 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 263 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 354 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 374 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 394 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 414 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local [all...] |
file_system_interface.h | 64 const base::FilePath& file_path, 93 // Used to open files from the file system. |file_path| is the path on the local 100 const base::FilePath& file_path, 119 const base::FilePath& file_path)> 192 // Retrieves a file at the virtual path |file_path| on the Drive file system 198 // |file_path|. 201 virtual void OpenFile(const base::FilePath& file_path, 256 // Removes |file_path| from the file system. If |is_recursive| is set and 257 // |file_path| represents a directory, we will also delete all of its 258 // contained children elements. The file entry represented by |file_path| [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_file_operation.cc | 32 const base::FilePath& file_path, 41 FileError error = metadata->GetResourceEntryByPath(file_path, &entry); 56 file_path.DirName(), &parent) != FILE_ERROR_OK || 65 // |file_path|. If it is still unsure, use octet-stream by default. 67 !net::GetMimeTypeFromFile(file_path, mime_type)) { 81 base::FilePath* file_path) { 85 DCHECK(file_path); 110 // Populate the |file_path| which will be used to notify the observer. 111 *file_path = metadata->GetFilePath(local_id); 154 void CreateFileOperation::CreateFile(const base::FilePath& file_path, 223 base::FilePath* file_path = new base::FilePath; local [all...] |
/external/chromium_org/base/ |
value_conversions.cc | 10 #include "base/files/file_path.h" 23 bool GetValueAsFilePath(const Value& value, FilePath* file_path) { 27 if (file_path) 28 *file_path = FilePath::FromUTF8Unsafe(str);
|
value_conversions.h | 22 BASE_EXPORT bool GetValueAsFilePath(const Value& value, FilePath* file_path);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
common.py | 64 def __init__(self, file_path, handle_style_error): 65 self.file_path = file_path
|
xcodeproj.py | 33 def __init__(self, file_path, handle_style_error): 34 self.file_path = file_path
|
/external/chromium_org/base/mac/ |
bundle_locations.h | 9 #include "base/files/file_path.h" 61 BASE_EXPORT void SetOverrideOuterBundlePath(const FilePath& file_path); 62 BASE_EXPORT void SetOverrideFrameworkBundlePath(const FilePath& file_path);
|
/external/chromium_org/content/browser/dom_storage/ |
local_storage_database_adapter.cc | 29 sql::Connection::Delete(db_->file_path()); 33 db_.reset(new DOMStorageDatabase(db_->file_path()));
|
/external/chromium_org/content/browser/download/ |
drag_download_util.h | 45 base::FilePath* file_path, net::NetLog* net_log); 53 virtual void OnDownloadCompleted(const base::FilePath& file_path) OVERRIDE;
|
/external/chromium_org/net/base/ |
upload_data.cc | 25 void UploadData::AppendFileRange(const base::FilePath& file_path, 30 elements_.back()->SetToFilePathRange(file_path, offset, length,
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_database_test_helper.cc | 25 base::FilePath file_path; local 29 while (!(file_path = file_enum.Next()).empty()) { 32 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()), 36 picked_file_path = file_path; 86 base::FilePath file_path; local 87 while (!(file_path = file_enum.Next()).empty()) { 90 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()), 93 base::DeleteFile(file_path, false);
|
/external/chromium/webkit/glue/ |
webfileutilities_impl.cc | 7 #include "base/file_path.h" 32 FilePath::StringType file_path = WebStringToFilePathString(path); local 33 return file_util::PathExists(FilePath(file_path)); 70 FilePath file_path(WebStringToFilePathString(path)); 71 return FilePathToWebString(file_path.DirName()); 85 FilePath::StringType file_path = WebStringToFilePathString(path); local 86 return file_util::CreateDirectory(FilePath(file_path)); 90 FilePath file_path(WebStringToFilePathString(path)); 91 file_util::AbsolutePath(&file_path); 92 return FilePathStringToWebString(file_path.value()) [all...] |
/external/chromium/chrome/browser/ |
mock_browsing_data_indexed_db_helper.cc | 28 const FilePath& file_path) { 29 CHECK(files_.find(file_path.value()) != files_.end()); 30 last_deleted_file_ = file_path; 31 files_[file_path.value()] = false;
|
mock_browsing_data_local_storage_helper.cc | 29 const FilePath& file_path) { 30 CHECK(files_.find(file_path.value()) != files_.end()); 31 last_deleted_file_ = file_path; 32 files_[file_path.value()] = false;
|
/external/chromium/chrome/browser/net/ |
url_request_slow_http_job.h | 16 URLRequestSlowHTTPJob(net::URLRequest* request, const FilePath& file_path);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_creator_filter.cc | 10 #include "base/files/file_path.h" 19 const base::FilePath& file_path) { 20 const base::FilePath& base_name = file_path.BaseName(); 38 file_path.GetComponents(&components); 62 // It's correct that we use file_path, not base_name, here, because we 64 DWORD file_attributes = ::GetFileAttributes(file_path.value().c_str());
|
/external/chromium_org/chrome/browser/safe_browsing/ |
signature_util.h | 28 const base::FilePath& file_path,
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
options_handlers_helper.h | 8 #include "base/files/file_path.h" 26 // Deletes the profile at the given |file_path|. 27 void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui);
|
/external/chromium_org/components/policy/core/common/ |
preg_parser_win.h | 33 // Reads the PReg file at |file_path| and writes the registry data to |dict|. 36 POLICY_EXPORT bool ReadFile(const base::FilePath& file_path,
|
/external/chromium_org/content/browser/tracing/ |
tracing_controller_browsertest.cc | 50 const base::FilePath& file_path) { 52 EXPECT_TRUE(PathExists(file_path)); 54 base::GetFileSize(file_path, &file_size); 57 last_actual_recording_file_path_ = file_path; 71 base::Closure quit_callback, const base::FilePath& file_path) { 73 EXPECT_TRUE(PathExists(file_path)); 75 base::GetFileSize(file_path, &file_size); 78 last_actual_monitoring_file_path_ = file_path; 221 base::FilePath file_path; local 222 base::CreateTemporaryFile(&file_path); 247 base::FilePath file_path; local [all...] |
/external/chromium_org/content/public/browser/ |
download_save_info.h | 8 #include "base/files/file_path.h" 16 // In the case of download continuation, |file_path| is set to the current file 26 base::FilePath file_path; member in struct:content::DownloadSaveInfo 29 // a path (only a filename), and is only effective if |file_path| is empty. 41 // If |prompt_for_save_location| is true, and |file_path| is empty, then 43 // the location will be determined automatically using |file_path| as a 44 // basis if |file_path| is not empty.
|
/external/chromium_org/ui/shell_dialogs/ |
selected_file_info.h | 10 #include "base/files/file_path.h" 19 base::FilePath file_path; member in struct:ui::SelectedFileInfo 23 // |real_path| can differ from |file_path| for drive files (e.g. 26 // If not set, defaults to |file_path|.
|