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

<<11121314151617181920>>

  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.h 38 base::FilePath GetRegistryPath();
41 void SetRegistryPathForTesting(const base::FilePath& registry_path);
43 base::FilePath registry_path_for_testing_;
  /external/chromium_org/ui/base/resource/
resource_bundle_auralinux.cc 19 base::FilePath GetResourcesPakFilePath(const std::string& pak_name) {
20 base::FilePath path;
25 return base::FilePath(pak_name.c_str());
  /external/chromium_org/webkit/browser/fileapi/quota/
open_file_handle_context.h 28 OpenFileHandleContext(const base::FilePath& platform_path,
36 const base::FilePath& platform_path() const {
50 base::FilePath platform_path_;
  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database_interface.h 20 base::FilePath path;
23 OriginRecord(const std::string& origin, const base::FilePath& path);
35 base::FilePath* directory) = 0;
  /external/chromium_org/base/
file_util_win.cc 41 FilePath MakeAbsoluteFilePath(const FilePath& input) {
45 return FilePath();
46 return FilePath(file_path);
49 bool DeleteFile(const FilePath& path, bool recursive) {
104 bool DeleteFileAfterReboot(const FilePath& path) {
115 bool ReplaceFile(const FilePath& from_path,
116 const FilePath& to_path,
136 bool CopyDirectory(const FilePath& from_path, const FilePath& to_path
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h 34 const base::FilePath& input_dir,
35 const base::FilePath& unpack_dir,
49 base::FilePath output_abs_path_;
61 const base::FilePath& input_dir,
94 const base::FilePath& input_dir,
99 base::FilePath input_abs_path_;
118 const base::FilePath& input_dir,
123 base::FilePath patch_abs_path_;
141 base::FilePath input_abs_path,
142 base::FilePath patch_abs_path
    [all...]
  /external/chromium_org/chrome/browser/translate/
translate_browser_test_utils.cc 27 const base::FilePath::CharType kCrxVersion[] = FILE_PATH_LITERAL("160");
29 void GetTestDataSourceDirectory(base::FilePath* out_path) {
37 void GetStandaloneDataFileSource(base::FilePath* out_path) {
47 void GetStandaloneDataFileDestination(base::FilePath* out_path) {
53 base::FilePath path;
61 base::FilePath target_file;
63 base::FilePath target_dir = target_file.DirName();
65 base::FilePath source_file;
78 void GetExtractedComponentDestination(base::FilePath* out_path) {
82 void GetComponentDataFileDestination(base::FilePath* out_path)
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.cc 29 bool AddFileToZip(zipFile zip_file, const base::FilePath& src_dir) {
52 bool AddEntryToZip(zipFile zip_file, const base::FilePath& path,
53 const base::FilePath& root_path) {
54 base::FilePath relative_path;
83 bool ExcludeNoFilesFilter(const base::FilePath& file_path) {
87 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) {
95 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) {
124 bool ZipWithFilterCallback(const base::FilePath& src_dir,
125 const base::FilePath& dest_file
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.h 49 const base::FilePath& local_src_file_path,
50 const base::FilePath& remote_dest_file_path,
52 virtual void OpenFile(const base::FilePath& file_path,
56 virtual void Copy(const base::FilePath& src_file_path,
57 const base::FilePath& dest_file_path,
60 virtual void Move(const base::FilePath& src_file_path,
61 const base::FilePath& dest_file_path,
63 virtual void Remove(const base::FilePath& file_path,
66 virtual void CreateDirectory(const base::FilePath& directory_path,
70 virtual void CreateFile(const base::FilePath& file_path
    [all...]
dummy_file_system.cc 10 const base::FilePath& file_path,
file_change.h 32 FileChange(const base::FilePath& path, Type type);
36 static FileChangeSet CreateSingleSet(const base::FilePath& path, Type type);
47 const base::FilePath& path() const { return path_; }
52 const base::FilePath path_;
  /external/chromium_org/content/browser/download/
save_package.h 77 static const base::FilePath::CharType kDefaultHtmlExtension[];
89 const base::FilePath& file_full_path,
90 const base::FilePath& directory_full_path);
136 const base::FilePath& file_full_path,
137 const base::FilePath& directory_full_path);
165 static uint32 GetMaxPathLengthForDirectory(const base::FilePath& base_dir);
168 const base::FilePath& dir_path,
169 const base::FilePath::StringType& file_name_ext,
171 base::FilePath::StringType* pure_file_name);
177 base::FilePath::StringType* generated_name)
    [all...]
  /external/chromium_org/extensions/common/
extension_resource_unittest.cc 27 const base::FilePath::StringType ToLower(
28 const base::FilePath::StringType& in_str) {
29 base::FilePath::StringType str(in_str);
35 base::FilePath root_path;
37 base::FilePath relative_path;
52 base::FilePath inner_dir = temp.path().AppendASCII("directory");
54 base::FilePath sub_dir = inner_dir.AppendASCII("subdir");
56 base::FilePath inner_file = inner_dir.AppendASCII("inner");
57 base::FilePath outer_file = temp.path().AppendASCII("outer");
63 base::FilePath symlink_file = inner_dir.AppendASCII("symlink")
    [all...]
  /external/chromium_org/apps/
launcher.h 16 class FilePath;
32 const base::FilePath& current_directory);
38 const base::FilePath& file_path);
52 const std::vector<base::FilePath>& file_paths);
  /external/chromium_org/base/files/
important_file_writer.h 57 static bool WriteFileAtomically(const FilePath& path,
65 ImportantFileWriter(const FilePath& path,
72 const FilePath& path() const { return path_; }
118 const FilePath path_;
  /external/chromium_org/base/mac/
launch_services_util.h 25 BASE_EXPORT bool OpenApplicationWithPath(const FilePath& bundle_path,
  /external/chromium_org/base/test/
test_file_util.cc 12 bool EvictFileFromSystemCacheWithRetry(const FilePath& path) {
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
move_operation.h 18 class FilePath;
51 void Move(const base::FilePath& src_file_path,
52 const base::FilePath& dest_file_path,
59 const std::set<base::FilePath>* changed_directories,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_watcher.h 32 explicit FileWatcher(const base::FilePath& virtual_path);
55 const base::FilePath& virtual_path() const { return virtual_path_; }
63 const base::FilePath& local_path,
74 base::FilePath virtual_path_;
snapshot_manager.h 18 class FilePath;
34 typedef base::Callback<void(const base::FilePath&)> LocalPathCallback;
41 void CreateManagedSnapshot(const base::FilePath& absolute_file_path,
50 const base::FilePath& platform_path,
  /external/chromium_org/chrome/browser/chromeos/policy/
app_pack_updater.h 38 typedef base::Callback<void(const base::FilePath&)> ScreenSaverUpdateCallback;
63 void OnDamagedFileDetected(const base::FilePath& path);
82 void SetScreenSaverPath(const base::FilePath& path);
89 base::FilePath screen_saver_path_;
  /external/chromium_org/chrome/browser/
crash_upload_list.h 22 CrashUploadList(Delegate* delegate, const base::FilePath& upload_log_path);
crash_upload_list_win.h 15 CrashUploadListWin(Delegate* delegate, const base::FilePath& upload_log_path);
  /external/chromium_org/chrome/browser/download/
download_extensions.h 21 DownloadDangerLevel GetFileDangerLevel(const base::FilePath& path);
download_file_icon_extractor.h 27 virtual bool ExtractIconURLForPath(const base::FilePath& path,

Completed in 598 milliseconds

<<11121314151617181920>>