HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 626 - 650 of 3914) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_attribute_cache_unittest.cc 38 base::FilePath(FILE_PATH_LITERAL("/test/path/foo")), dictionary_json);
41 cache_.GetFileInfo(base::FilePath(FILE_PATH_LITERAL("/test/path/foo")));
46 base::FilePath(FILE_PATH_LITERAL("/test/path/foo/bar")));
51 base::FilePath(FILE_PATH_LITERAL("/test/path/foo/baz.txt")));
57 base::FilePath(FILE_PATH_LITERAL("/test/path/foo/notfound.txt")));
  /external/chromium_org/chrome/browser/sessions/
session_backend.h 50 const base::FilePath& path_to_dir);
108 base::File* OpenAndWriteHeader(const base::FilePath& path);
117 base::FilePath GetLastSessionPath();
120 base::FilePath GetCurrentSessionPath();
123 const base::FilePath path_to_dir_;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl.h 54 const base::FilePath& default_path,
57 const base::FilePath::StringType& default_extension,
65 bool CallDirectoryExistsOnUIThread(const base::FilePath& path);
79 static base::FilePath* last_saved_path_;
80 static base::FilePath* last_opened_path_;
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
sticky_settings.cc 30 void StickySettings::StoreSavePath(const base::FilePath& path) {
31 save_path_.reset(new base::FilePath(path));
53 base::FilePath::StringType save_path;
55 save_path_.reset(new base::FilePath(save_path));
73 base::FilePath* StickySettings::save_path() {
  /external/chromium_org/chrome/common/mac/
mock_launchd.h 26 static bool MakeABundle(const base::FilePath& dst,
28 base::FilePath* bundle_root,
29 base::FilePath* executable);
31 MockLaunchd(const base::FilePath& file, base::MessageLoop* loop,
65 base::FilePath file_;
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 100 // specified product's "ClientState" registry key. Returns an empty FilePath if
102 base::FilePath GetSetupExeFromRegistry(InstallationLevel level,
106 base::FilePath setup_exe_path(uninstall);
110 return base::FilePath();
115 // Returns empty base::FilePath if none found, or if |setup_exe_path| is empty.
116 base::FilePath FindExeRelativeToSetupExe(const base::FilePath setup_exe_path,
122 base::FilePath exe_path(
132 return base::FilePath();
138 base::FilePath setup_exe(GetSetupExeFromRegistry(level, kAppHostAppId))
    [all...]
  /external/chromium_org/chrome/installer/util/
delete_tree_work_item_unittest.cc 48 base::FilePath dir_name_delete(temp_dir_.path());
53 base::FilePath dir_name_delete_1(dir_name_delete);
58 base::FilePath dir_name_delete_2(dir_name_delete);
63 base::FilePath file_name_delete_1(dir_name_delete_1);
68 base::FilePath file_name_delete_2(dir_name_delete_2);
77 std::vector<base::FilePath> key_files;
100 base::FilePath dir_name_delete(temp_dir_.path());
105 base::FilePath dir_name_delete_1(dir_name_delete);
110 base::FilePath dir_name_delete_2(dir_name_delete);
115 base::FilePath file_name_delete_1(dir_name_delete_1)
    [all...]
  /external/chromium_org/chrome/tools/crash_service/
main.cc 22 bool GetCrashServiceDirectory(base::FilePath* dir) {
23 base::FilePath temp_dir;
47 base::FilePath operating_dir;
49 base::FilePath log_file = operating_dir.Append(kStandardLogFile);
62 base::FilePath dumps_path;
  /external/chromium_org/chrome/utility/extensions/
unpacker.h 29 Unpacker(const base::FilePath& extension_path,
65 bool AddDecodedImage(const base::FilePath& path);
69 bool ReadMessageCatalog(const base::FilePath& message_path);
76 base::FilePath extension_path_;
88 base::FilePath temp_install_dir_;
  /external/chromium_org/cloud_print/service/win/
service_controller.h 16 class FilePath;
37 const base::FilePath& user_data_dir);
42 const base::FilePath& user_data_dir,
58 base::FilePath GetBinary() const;
65 const base::FilePath& user_data_dir,
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.h 32 const base::FilePath& policy_file,
33 const base::FilePath& key_file,
41 const base::FilePath& profile_path,
101 base::FilePath policy_path_;
104 base::FilePath key_path_;
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.h 25 static base::FilePath GetJournalFilePath(const base::FilePath& database_path);
27 explicit DOMStorageDatabase(const base::FilePath& file_path);
44 const base::FilePath& file_path() const { return file_path_; }
110 const base::FilePath file_path_;
  /external/chromium_org/content/browser/download/
download_file_impl.h 39 const base::FilePath& default_downloads_directory,
52 const base::FilePath& full_path,
55 const base::FilePath& full_path,
59 virtual base::FilePath FullPath() const OVERRIDE;
83 base::FilePath default_download_directory_;
save_item.h 51 void Rename(const base::FilePath& full_path);
59 const base::FilePath& full_path() const { return full_path_; }
60 const base::FilePath& file_name() const { return file_name_; }
81 base::FilePath full_path_;
84 base::FilePath file_name_;
  /external/chromium_org/content/test/
image_decoder_test.cc 29 bool ShouldSkipFile(const base::FilePath& path,
42 void ReadFileToVector(const base::FilePath& path, std::vector<char>* contents) {
49 base::FilePath GetMD5SumPath(const base::FilePath& path) {
50 static const base::FilePath::StringType kDecodedDataExtension(
52 return base::FilePath(path.value() + kDecodedDataExtension);
56 void SaveMD5Sum(const base::FilePath& path, const blink::WebImage& web_image) {
75 const base::FilePath& path,
76 const base::FilePath& md5_sum_path,
108 base::FilePath data_dir
    [all...]
  /external/chromium_org/extensions/browser/
content_hash_reader.h 30 const base::FilePath& extension_root,
31 const base::FilePath& relative_path,
35 const base::FilePath& relative_path() const { return relative_path_; }
66 base::FilePath extension_root_;
67 base::FilePath relative_path_;
content_verifier.h 17 class FilePath;
44 const base::FilePath& extension_root,
45 const base::FilePath& relative_path);
55 const std::set<base::FilePath>& hash_mismatch_paths);
68 const std::set<base::FilePath>& relative_paths);
  /external/chromium_org/media/video/capture/
file_video_capture_device_factory.cc 19 base::FilePath GetFilePathFromCommandLine() {
20 base::FilePath command_line_file_path =
32 base::FilePath(base::SysUTF8ToWide(device_name.name()))));
35 base::FilePath(device_name.name())));
43 base::FilePath command_line_file_path = GetFilePathFromCommandLine();
  /external/chromium_org/net/base/
directory_lister.h 30 base::FilePath path;
58 DirectoryLister(const base::FilePath& dir,
61 DirectoryLister(const base::FilePath& dir,
79 Core(const base::FilePath& dir,
101 base::FilePath dir_;
  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 18 class FilePath;
56 base::FilePath profile_path;
69 virtual void SetProfileByPath(const base::FilePath& profile_path) = 0;
82 const base::Callback<void(const base::FilePath&)>& callback) = 0;
136 virtual void ShowForProfileByPath(const base::FilePath& profile_path) = 0;
  /external/chromium_org/webkit/browser/fileapi/
sandbox_prioritized_origin_database.h 27 SandboxPrioritizedOriginDatabase(const base::FilePath& file_system_directory,
41 base::FilePath* directory) OVERRIDE;
46 const base::FilePath& primary_origin_file() const {
61 const base::FilePath file_system_directory_;
63 const base::FilePath primary_origin_file_;
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 36 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
39 : FilePath(R.getFilePath()), Offset(R.getOffset()),
43 return clang::tooling::Replacement(FilePath, Offset, Length,
47 std::string FilePath;
56 Io.mapRequired("FilePath", Keys->FilePath);
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 27 const base::FilePath::CharType VirtualPath::kRoot[] = FILE_PATH_LITERAL("/");
28 const base::FilePath::CharType VirtualPath::kSeparator = FILE_PATH_LITERAL('/');
32 // with base::FilePath elsewhere [e.g. DirName and other methods may also need
34 base::FilePath VirtualPath::BaseName(const base::FilePath& virtual_path) {
35 base::FilePath::StringType path = virtual_path.value();
39 while (path.size() > 1 && base::FilePath::IsSeparator(path[path.size() - 1]))
41 base::FilePath::StringType::size_type last_separator =
42 path.find_last_of(base::FilePath::kSeparators);
43 if (last_separator != base::FilePath::StringType::npos &
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 33 const base::FilePath& dir,
34 const base::FilePath::StringType& extension,
35 base::FilePath* out_path) {
36 base::FilePath subdir;
37 if (!base::CreateTemporaryDirInDir(dir, base::FilePath::StringType(),
51 const base::FilePath& temporary_file_directory,
52 base::FilePath* temp_download_file) {
77 const base::FilePath& temporary_file_directory,
80 base::FilePath* cache_file_path,
81 base::FilePath* temp_download_file_path)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 34 explicit DriveUserData(const base::FilePath& path) : file_path_(path),
38 const base::FilePath& file_path() const { return file_path_; }
39 const base::FilePath& cache_file_path() const { return cache_file_path_; }
40 void set_cache_file_path(const base::FilePath& path) {
47 const base::FilePath file_path_;
48 base::FilePath cache_file_path_;
65 base::FilePath GetDriveTempDownloadPath(
66 const base::FilePath& drive_tmp_download_dir) {
70 base::FilePath drive_tmp_download_path;
78 void MoveDownloadedFile(const base::FilePath& downloaded_file
    [all...]

Completed in 1396 milliseconds

<<21222324252627282930>>