Searched refs:FilePath (Results 151 - 175 of 4037) sorted by relevance

1234567891011>>

/external/chromium_org/components/nacl/browser/
H A Dtest_nacl_browser_delegate.cc18 bool TestNaClBrowserDelegate::GetCacheDirectory(base::FilePath* cache_dir) {
22 bool TestNaClBrowserDelegate::GetPluginDirectory(base::FilePath* plugin_dir) {
26 bool TestNaClBrowserDelegate::GetPnaclDirectory(base::FilePath* pnacl_dir) {
30 bool TestNaClBrowserDelegate::GetUserDirectory(base::FilePath* user_dir) {
46 const base::FilePath& profile_directory,
47 base::FilePath* file_path) {
64 const base::FilePath& profile_directory,
/external/chromium_org/components/autofill/core/browser/
H A Ddata_driven_test.cc17 bool ReadFile(const base::FilePath& file, std::string* content) {
26 bool WriteFile(const base::FilePath& file, const std::string& content) {
35 const base::FilePath& input_directory,
36 const base::FilePath& output_directory,
37 const base::FilePath::StringType& file_name_pattern) {
45 for (base::FilePath input_file = input_files.Next();
56 base::FilePath output_file = output_directory.Append(
68 base::FilePath DataDrivenTest::GetInputDirectory(
69 const base::FilePath::StringType& test_name) {
70 base::FilePath di
[all...]
/external/protobuf/gtest/test/
H A Dgtest-options_test.cc63 FilePath GetAbsolutePathOf(const FilePath& relative_path) {
64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path);
81 EXPECT_STREQ(GetAbsolutePathOf(FilePath("test_detail.xml")).c_str(),
87 EXPECT_STREQ(GetAbsolutePathOf(FilePath("filename.abc")).c_str(),
98 FilePath("path\\gtest-options_test.xml")).c_str()) == 0 ||
101 FilePath("path\\gtest-options-ex_test.xml")).c_str()) == 0 ||
104 FilePath("path\\gtest_all_test.xml")).c_str()) == 0)
116 FilePath("pat
[all...]
/external/chromium_org/chrome/browser/media_galleries/mac/
H A Dmtp_device_delegate_impl_mac.h30 const base::FilePath::StringType& synthetic_path);
36 const base::FilePath& file_path,
42 const base::FilePath& root,
48 const base::FilePath& device_file_path,
49 const base::FilePath& local_path,
53 virtual void ReadBytes(const base::FilePath& device_file_path,
72 void ReadDirectoryTimeout(const base::FilePath& root);
80 void GetFileInfoImpl(const base::FilePath& file_path,
86 const base::FilePath& root,
92 const base::FilePath
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dpack_extension_job.h25 virtual void OnPackSuccess(const base::FilePath& crx_file,
26 const base::FilePath& key_file) = 0;
35 const base::FilePath& root_directory,
36 const base::FilePath& key_file,
47 static base::string16 StandardSuccessMessage(const base::FilePath& crx_file,
48 const base::FilePath& key_file);
65 base::FilePath root_directory_;
66 base::FilePath key_file_;
67 base::FilePath crx_file_out_;
68 base::FilePath key_file_out
[all...]
H A Dpath_util.cc27 std::string GetDisplayBaseName(const base::FilePath& path) {
44 const base::FilePath::CharType kHomeShortcut[] = FILE_PATH_LITERAL("~");
48 base::FilePath PrettifyPath(const base::FilePath& source_path) {
49 base::FilePath home_path;
53 base::FilePath display_path = base::FilePath(kHomeShortcut);
65 std::vector<base::FilePath::StringType> components;
67 display_path = base::FilePath(components[0]);
68 base::FilePath actual_pat
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.h22 class FilePath;
35 int CourgettePatchFiles(const base::FilePath& src,
36 const base::FilePath& patch,
37 const base::FilePath& dest);
43 int BsdiffPatchFiles(const base::FilePath& src,
44 const base::FilePath& patch,
45 const base::FilePath& dest);
50 Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path);
54 base::FilePath FindArchiveToPatch(const InstallationState& original_state,
64 bool DeleteFileFromTempProcess(const base::FilePath
[all...]
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux.h41 explicit StorageMonitorLinux(const base::FilePath& mtab_file_path);
50 const base::FilePath& device_path,
51 const base::FilePath& mount_point)> GetDeviceInfoCallback;
67 base::FilePath mount_device;
80 typedef std::map<base::FilePath, MountPointInfo> MountMap;
85 typedef std::map<base::FilePath, bool> ReferencedMountPoint;
90 typedef std::map<base::FilePath, ReferencedMountPoint> MountPriorityMap;
93 virtual bool GetStorageInfoForPath(const base::FilePath& path,
103 bool IsDeviceAlreadyMounted(const base::FilePath& mount_device) const;
107 void HandleDeviceMountedMultipleTimes(const base::FilePath
[all...]
H A Dtest_volume_mount_watcher_win.h19 class FilePath;
29 static bool GetDeviceRemovable(const base::FilePath& device_path,
32 void AddDeviceForTesting(const base::FilePath& device_path,
41 virtual void DeviceCheckComplete(const base::FilePath& device_path);
43 const std::vector<base::FilePath>& devices_checked() const {
62 std::vector<base::FilePath> devices_checked_;
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dpath_util.cc24 const base::FilePath::CharType kOldDownloadsFolderPath[] =
26 const base::FilePath::CharType kOldDriveFolderPath[] =
29 const base::FilePath::CharType kBuggyDriveFolderPath[] =
34 base::FilePath GetDownloadsFolderForProfile(Profile* profile) {
51 const base::FilePath& old_path,
52 base::FilePath* new_path) {
64 const base::FilePath downloads = GetDownloadsFolderForProfile(profile);
65 const base::FilePath drive = drive::util::GetDriveMountPointPath(profile);
67 std::vector<std::pair<base::FilePath, base::FilePath> > base
[all...]
H A Dzip_file_creator.h29 const base::FilePath& src_dir,
30 const std::vector<base::FilePath>& src_relative_paths,
31 const base::FilePath& dest_file);
63 base::FilePath src_dir_;
67 std::vector<base::FilePath> src_relative_paths_;
70 base::FilePath dest_file_;
/external/chromium_org/chrome/common/
H A Dchrome_utility_messages.h29 typedef std::vector<Tuple2<SkBitmap, base::FilePath> > DecodedImages;
51 IPC_STRUCT_MEMBER(base::FilePath, suggested_filename)
52 IPC_STRUCT_MEMBER(base::FilePath, initial_directory)
81 base::FilePath /* input_file */,
82 base::FilePath /* patch_file */,
83 base::FilePath /* output_file */)
89 base::FilePath /* input_file */,
90 base::FilePath /* patch_file */,
91 base::FilePath /* output_file */)
96 base::FilePath /* src_di
[all...]
H A Dlogging_chrome.h16 class FilePath;
39 base::FilePath GetSessionLogDir(const base::CommandLine& command_line);
42 base::FilePath GetSessionLogFile(const base::CommandLine& command_line);
52 base::FilePath GetLogFileName();
72 base::FilePath GenerateTimestampedName(const base::FilePath& base_path,
/external/chromium_org/chrome/browser/component_updater/
H A Dev_whitelist_component_installer.h30 const base::FilePath& install_dir) OVERRIDE;
32 const base::FilePath& install_dir) const OVERRIDE;
35 const base::FilePath& path,
37 virtual base::FilePath GetBaseDirectory() const OVERRIDE;
41 static base::FilePath GetInstalledPath(const base::FilePath& base);
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_common.h29 bool HasYuvAndY4mFile(const base::FilePath::CharType* reference_file);
32 base::FilePath GetReferenceFilesDir();
34 extern const base::FilePath::CharType kReferenceFileName360p[];
35 extern const base::FilePath::CharType kReferenceFileName720p[];
36 extern const base::FilePath::CharType kYuvFileExtension[];
37 extern const base::FilePath::CharType kY4mFileExtension[];
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmtp_device_map_service.h33 const base::FilePath::StringType& device_location,
47 void AddAsyncDelegate(const base::FilePath::StringType& device_location,
53 void RemoveAsyncDelegate(const base::FilePath::StringType& device_location);
57 typedef std::map<base::FilePath::StringType, MTPDeviceAsyncDelegate*>
61 typedef std::map<std::string, base::FilePath::StringType>
66 typedef std::map<const base::FilePath::StringType, int>
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager.h25 const base::FilePath& profile_path) = 0;
30 virtual void CreateProfileShortcut(const base::FilePath& profile_path) = 0;
34 virtual void RemoveProfileShortcuts(const base::FilePath& profile_path) = 0;
40 const base::FilePath& profile_path,
45 virtual void GetShortcutProperties(const base::FilePath& profile_path,
48 base::FilePath* icon_path) = 0;
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dbinary_integrity_analyzer_win.cc14 std::vector<base::FilePath> GetCriticalBinariesPath() {
15 static const base::FilePath::CharType* const kUnversionedFiles[] = {
18 static const base::FilePath::CharType* const kVersionedFiles[] = {
25 base::FilePath chrome_exe_dir;
29 std::vector<base::FilePath> critical_binaries;
37 base::FilePath version_dir(
/external/chromium_org/content/shell/app/
H A Dwebkit_test_platform_support_linux.cc32 base::FilePath base_path;
40 base::FilePath(gfx::kSystemFontsForFontconfig[i]))) {
49 base::FilePath garuda_path("/usr/share/fonts/truetype/thai/Garuda.ttf");
51 garuda_path = base::FilePath("/usr/share/fonts/truetype/tlwg/Garuda.ttf");
57 base::FilePath lohit_path(
60 lohit_path = base::FilePath(
/external/chromium_org/gin/shell/
H A Dgin_shell_unittest.cc12 base::FilePath GinShellPath() {
13 base::FilePath dir;
18 base::FilePath HelloWorldPath() {
19 base::FilePath path;
28 base::FilePath gin_shell_path(GinShellPath());
29 base::FilePath hello_world_path(HelloWorldPath());
/external/chromium_org/base/
H A Dvalue_conversions.h15 class FilePath;
21 BASE_EXPORT StringValue* CreateFilePathValue(const FilePath& in_value);
22 BASE_EXPORT bool GetValueAsFilePath(const Value& value, FilePath* file_path);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_observer.h12 class FilePath;
27 virtual void OnDirectoryChanged(const base::FilePath& directory_path) {}
33 const base::FilePath& file_path) {}
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_util.h12 class FilePath;
28 base::FilePath ExternalFileURLToVirtualPath(const GURL& url);
34 const base::FilePath& path);
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_log_writer.h19 typedef base::Callback<void(const base::FilePath& log_path, bool succeeded)>
27 static void StoreLogs(const base::FilePath& fileshelf,
34 static void StoreCombinedLogs(const base::FilePath& fileshelf,
/external/chromium_org/chrome/browser/
H A Dcrash_upload_list.cc19 base::FilePath crash_dir_path;
21 base::FilePath upload_log_path =
31 const base::FilePath& upload_log_path)

Completed in 405 milliseconds

1234567891011>>