/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_node_data_mac.cc | 23 base::FilePath file_path; local 27 &file_path)) { 31 profile_path_ = file_path; 36 base::FilePath file_path; local 40 &file_path)) { 44 profile_path_ = file_path;
|
/external/chromium_org/media/base/ |
test_data_util.cc | 15 base::FilePath file_path; local 16 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path)); 18 file_path = file_path.Append(FILE_PATH_LITERAL("media")) 21 return file_path; 25 base::FilePath file_path; local 26 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path)); 28 file_path = file_path.Append(FILE_PATH_LITERAL("media")) 33 CHECK(file_util::GetFileSize(file_path, &tmp) [all...] |
/external/chromium_org/net/url_request/ |
file_protocol_handler.cc | 21 base::FilePath file_path; local 22 const bool is_file = FileURLToFilePath(request->url(), &file_path); 26 !network_delegate->CanAccessFile(*request, file_path)) { 37 file_path.EndsWithSeparator() && 38 file_path.IsAbsolute()) { 39 return new URLRequestFileDirJob(request, network_delegate, file_path); 44 return new URLRequestFileJob(request, network_delegate, file_path);
|
/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|.
|
/packages/apps/Launcher3/ |
update_gallery_files.py | 48 for file_path in files.split(): 49 dir = os.path.dirname(file_path) 50 if file_path.find('exif') != -1 or file_path.find('common') != -1: 51 file_path = 'gallerycommon/' + file_path variable 52 cmd = 'cp %s/%s %s/' % (gallery_dir, file_path, dir)
|
/external/chromium/chrome/browser/download/ |
download_types.h | 11 #include "base/file_path.h" 42 FilePath file_path; member in struct:DownloadSaveInfo
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_backend_delegate.cc | 8 #include "base/files/file_path.h" 53 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 54 if (file_path.empty()) 61 file_path, offset, expected_modification_time)); 72 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local 73 if (file_path.empty()) 79 context->default_file_task_runner(),file_path, offset));
|
/external/chromium_org/chrome/browser/extensions/ |
ad_view_browsertest.cc | 134 base::FilePath file_path = test_data_dir_ local 146 interceptor.SetResponse(url, file_path);
|
/external/chromium_org/chrome_frame/test/ |
simple_resource_loader_test.cc | 7 #include "base/files/file_path.h" 15 base::FilePath file_path; local
|
/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/content/renderer/pepper/ |
url_response_info_util.cc | 8 #include "base/files/file_path.h" 65 WebString file_path = response.downloadFilePath(); local 66 if (!file_path.isEmpty()) { 70 base::FilePath::FromUTF16Unsafe(file_path),
|
/external/chromium_org/courgette/ |
base_test_unittest.cc | 21 base::FilePath file_path = test_dir_; local 22 file_path = file_path.AppendASCII(file_name); 25 EXPECT_TRUE(file_util::ReadFileToString(file_path, &file_bytes));
|
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file_posix.cc | 44 const base::FilePath file_path = cache_path.Append( local 46 entry_file_callback.Run(file_path);
|
/external/chromium_org/ppapi/shared_impl/ |
file_ref_util.cc | 7 #include "base/files/file_path.h" 22 const base::FilePath::StringType& file_path = path.value(); local 23 size_t pos = file_path.rfind(base::FilePath::kSeparators[0]); 26 return WideToUTF8(file_path.substr(pos + 1)); 28 return file_path.substr(pos + 1); 41 base::FilePath file_path = base::FilePath::FromUTF8Unsafe(path); 42 if (file_path.ReferencesParent())
|
/external/chromium_org/tools/gn/ |
function_read_file.cc | 55 base::FilePath file_path = local 63 if (!file_util::ReadFileToString(file_path, &file_contents)) { 65 "I resolved this to \"" + FilePathToUTF8(file_path) + "\".");
|
function_write_file.cc | 71 base::FilePath file_path = local 74 if (!file_util::CreateDirectory(file_path.DirName())) { 76 "I was using \"" + FilePathToUTF8(file_path.DirName()) + "\"."); 79 if (file_util::WriteFile(file_path, 83 "I was writing \"" + FilePathToUTF8(file_path) + "\".");
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_dest_gtk.cc | 9 #include "base/file_path.h" 172 FilePath file_path; local 174 net::FileURLToFilePath(url, &file_path)) { 175 drop_data_->filenames.push_back(UTF8ToUTF16(file_path.value()));
|
/external/chromium/chrome/browser/ui/ |
shell_dialogs_unittest.cc | 5 #include "base/file_path.h" 33 const FilePath file_path; local 39 file_path,
|
/external/chromium/net/base/ |
mime_util_unittest.cc | 37 const FilePath::CharType* file_path; member in struct:net::__anon5380 53 rv = GetMimeTypeFromFile(FilePath(tests[i].file_path),
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
open_file_operation_unittest.cc | 10 #include "base/files/file_path.h" 42 base::FilePath file_path; local 48 &error, &file_path, &close_callback)); 52 ASSERT_TRUE(base::PathExists(file_path)); 54 ASSERT_TRUE(file_util::GetFileSize(file_path, &local_file_size)); 69 base::FilePath file_path; local 75 &error, &file_path, &close_callback)); 88 base::FilePath file_path; local 94 &error, &file_path, &close_callback)); 106 base::FilePath file_path; local 136 base::FilePath file_path; local 163 base::FilePath file_path; local 193 base::FilePath file_path; local [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
two_phase_uploader_unittest.cc | 7 #include "base/files/file_path.h" 48 base::FilePath file_path; local 49 PathService::Get(base::DIR_SOURCE_ROOT, &file_path); 50 file_path = file_path.Append(FILE_PATH_LITERAL("net")); 51 file_path = file_path.Append(FILE_PATH_LITERAL("data")); 52 file_path = file_path.Append(FILE_PATH_LITERAL("url_request_unittest")); 53 file_path = file_path.Append(FILE_PATH_LITERAL("BullRunSpeech.txt")) [all...] |
/external/chromium_org/chrome/browser/ui/ |
chrome_select_file_policy_unittest.cc | 7 #include "base/files/file_path.h" 49 const base::FilePath file_path; local 55 file_path,
|
/external/chromium_org/chrome/renderer/extensions/ |
file_system_natives.cc | 90 base::FilePath file_path = base::FilePath::FromUTF8Unsafe(file_path_string); local 91 DCHECK(fileapi::VirtualPath::IsAbsolute(file_path.value()));
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_database.h | 10 #include "base/files/file_path.h" 27 explicit DOMStorageDatabase(const base::FilePath& file_path); 44 const base::FilePath& file_path() const { return file_path_; } function in class:content::DOMStorageDatabase
|
/external/chromium_org/content/browser/download/ |
mhtml_generation_manager.h | 49 base::FilePath file_path; member in struct:content::MHTMLGenerationManager::Job
|