HomeSort by relevance Sort by last modified time
    Searched defs:file_path (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/components/bookmarks/browser/
bookmark_node_data_mac.cc 21 base::FilePath file_path; local
22 if (ReadBookmarksFromPasteboard(type, elements, &file_path)) {
23 profile_path_ = 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 WallpaperPicker/%s/' % (gallery_dir, file_path, dir)
update_system_wallpaper_cropper.py 51 for file_path in files.split():
52 file_path = src_dir + file_path variable
53 dir = os.path.dirname(file_path)
56 cmd = 'cp %s %s/%s' % (file_path, framework_dir, dir)
  /external/chromium_org/content/public/browser/
download_save_info.h 9 #include "base/files/file_path.h"
15 // In the case of download continuation, |file_path| is set to the current file
25 base::FilePath file_path; member in struct:content::DownloadSaveInfo
28 // a path (only a filename), and is only effective if |file_path| is empty.
40 // If |prompt_for_save_location| is true, and |file_path| is empty, then
42 // the location will be determined automatically using |file_path| as a
43 // basis if |file_path| is not empty.
  /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(base::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/net/url_request/
file_protocol_handler.cc 26 base::FilePath file_path; local
27 const bool is_file = FileURLToFilePath(request->url(), &file_path);
31 !network_delegate->CanAccessFile(*request, file_path)) {
42 file_path.EndsWithSeparator() &&
43 file_path.IsAbsolute()) {
44 return new URLRequestFileDirJob(request, network_delegate, file_path);
49 return new URLRequestFileJob(request, network_delegate, file_path,
url_fetcher_response_writer_unittest.cc 83 EXPECT_EQ(file_path_.value(), writer_->file_path().value());
85 EXPECT_TRUE(base::ReadFileToString(writer_->file_path(), &file_contents));
107 EXPECT_TRUE(base::ReadFileToString(writer_->file_path(), &file_contents));
123 EXPECT_TRUE(base::ReadFileToString(writer_->file_path(), &file_contents));
170 EXPECT_TRUE(base::ReadFileToString(writer_->file_path(), &file_contents));
174 const base::FilePath file_path = writer_->file_path(); local
177 EXPECT_FALSE(base::PathExists(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 base::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 57 base::FilePath file_path = local
61 g_scheduler->AddGenDependency(file_path);
65 if (!base::ReadFileToString(file_path, &file_contents)) {
67 "I resolved this to \"" + FilePathToUTF8(file_path) + "\".");
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
open_file_operation_unittest.cc 9 #include "base/files/file_path.h"
46 base::FilePath file_path; local
53 &error, &file_path, &close_callback));
57 ASSERT_TRUE(base::PathExists(file_path));
59 ASSERT_TRUE(base::GetFileSize(file_path, &local_file_size));
72 base::FilePath file_path; local
79 &error, &file_path, &close_callback));
92 base::FilePath file_path; local
99 &error, &file_path, &close_callback));
111 base::FilePath file_path; local
144 base::FilePath file_path; local
179 base::FilePath file_path; local
209 base::FilePath file_path; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
file_system_backend_delegate.cc 8 #include "base/files/file_path.h"
58 const base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local
59 if (file_path.empty()) {
66 file_path,
97 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local
98 if (file_path.empty())
105 file_path,
118 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local
120 if (file_path.empty() || util::HasHostedDocumentExtension(file_path))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.h 10 #include "base/files/file_path.h"
43 const base::FilePath& file_path() const { return file_path_; } function in class:chromeos::file_system_provider::util::FileSystemURLParser
66 const base::FilePath& file_path() const { return file_path_; } function in class:chromeos::file_system_provider::util::LocalPathParser
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_loader.h 60 ImageInfo(const std::string& file_path,
65 const std::string file_path; member in struct:chromeos::UserImageLoader::ImageInfo
74 // Reads the image from |image_info.file_path| and starts the decoding
  /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/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/fileapi/
sandbox_database_test_helper.cc 28 base::FilePath file_path; local
32 while (!(file_path = file_enum.Next()).empty()) {
35 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()),
39 picked_file_path = file_path;
80 base::FilePath file_path; local
81 while (!(file_path = file_enum.Next()).empty()) {
84 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()),
87 base::DeleteFile(file_path, false);
  /external/chromium_org/content/common/
resource_messages.cc 83 base::FilePath file_path; local
86 if (!ReadParam(m, iter, &file_path))
94 r->SetToFilePathRange(file_path, offset, length,
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 8 #include "base/files/file_path.h"
88 WebString file_path = response.downloadFilePath(); local
89 if (!file_path.isEmpty()) {
90 base::FilePath external_path = base::FilePath::FromUTF16Unsafe(file_path);
  /external/chromium_org/content/test/
weburl_loader_mock_factory.h 10 #include "base/files/file_path.h"
80 base::FilePath file_path; member in struct:WebURLLoaderMockFactory::ResponseInfo
96 static bool ReadFile(const base::FilePath& file_path, blink::WebData* data);
  /external/chromium_org/extensions/browser/api/storage/
local_value_store_cache.cc 11 #include "base/files/file_path.h"
89 const base::FilePath& file_path = local
93 quota_, storage_factory_->Create(file_path, extension->id())));
  /external/chromium_org/media/base/
test_data_util.cc 19 base::FilePath file_path; local
20 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path));
21 return file_path.Append(GetTestDataPath()).AppendASCII(name);
40 base::FilePath file_path = GetTestDataFilePath(name); local
43 CHECK(base::GetFileSize(file_path, &tmp))
51 file_path, reinterpret_cast<char*>(buffer->writable_data()),
  /external/chromium_org/media/filters/
h264_parser_unittest.cc 17 base::FilePath file_path = GetTestDataFilePath("test-25fps.h264"); local
22 ASSERT_TRUE(stream.Initialize(file_path))
23 << "Couldn't open stream file: " << file_path.MaybeAsASCII();

Completed in 1522 milliseconds

1 2 3 4 5 6 7