HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 201 - 225 of 4053) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/components/nacl/browser/
test_nacl_browser_delegate.cc 18 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,
test_nacl_browser_delegate.h 28 virtual bool GetCacheDirectory(base::FilePath* cache_dir) OVERRIDE;
29 virtual bool GetPluginDirectory(base::FilePath* plugin_dir) OVERRIDE;
30 virtual bool GetPnaclDirectory(base::FilePath* pnacl_dir) OVERRIDE;
31 virtual bool GetUserDirectory(base::FilePath* user_dir) OVERRIDE;
37 const base::FilePath& profile_directory,
38 base::FilePath* file_path) OVERRIDE;
43 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
  /external/chromium_org/net/base/
filename_util.h 16 class FilePath;
23 NET_EXPORT GURL FilePathToFileURL(const base::FilePath& path);
29 NET_EXPORT bool FileURLToFilePath(const GURL& url, base::FilePath* file_path);
66 // Similar to GetSuggestedFilename(), but returns a FilePath.
67 NET_EXPORT base::FilePath GenerateFileName(
85 NET_EXPORT bool IsSafePortablePathComponent(const base::FilePath& component);
91 NET_EXPORT bool IsSafePortableRelativePath(const base::FilePath& path);
112 base::FilePath* file_path);
  /external/chromium_org/storage/browser/fileapi/
sandbox_isolated_origin_database.h 22 static const base::FilePath::CharType kObsoleteOriginDirectory[];
28 const base::FilePath& file_system_directory,
29 const base::FilePath& origin_directory);
35 base::FilePath* directory) OVERRIDE;
43 const base::FilePath& file_system_directory,
53 const base::FilePath file_system_directory_;
54 const base::FilePath origin_directory_;
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.cc 17 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 dir
    [all...]
  /external/protobuf/gtest/test/
gtest-options_test.cc 63 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("path/gtest-options_test.xml")).c_str() |
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 30 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& device_file_path
    [all...]
  /external/chromium_org/chrome/browser/extensions/
pack_extension_job.h 25 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...]
path_util.cc 27 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_path = display_path
    [all...]
  /external/chromium_org/components/component_updater/
default_component_installer.h 22 class FilePath;
42 virtual bool VerifyInstallation(const base::FilePath& dir) const = 0;
53 const base::FilePath& install_dir) = 0;
66 const base::FilePath& install_dir,
71 virtual base::FilePath GetBaseDirectory() const = 0;
94 const base::FilePath& unpack_path) OVERRIDE;
96 base::FilePath* installed_file) OVERRIDE;
101 base::FilePath GetInstallDirectory();
103 const base::FilePath& unpack_path,
104 const base::FilePath& install_path)
    [all...]
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.h 38 static base::FilePath DriveNumberToFilePath(int drive_number);
45 bool GetDeviceInfo(const base::FilePath& device_path,
63 typedef base::Callback<bool(const base::FilePath&,
66 typedef base::Callback<std::vector<base::FilePath>(void)>
71 const base::FilePath& device_path,
78 void AddDevicesOnUIThread(std::vector<base::FilePath> removable_devices);
83 const base::FilePath& device_path,
88 virtual void DeviceCheckComplete(const base::FilePath& device_path);
104 typedef std::map<base::FilePath, StorageInfo> MountPointDeviceMetadataMap;
109 std::set<base::FilePath> pending_device_checks_
    [all...]
storage_monitor_linux.h 41 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& mount_device
    [all...]
test_volume_mount_watcher_win.h 19 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/
path_util.cc 24 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> > bases
    [all...]
zip_file_creator.h 29 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/
chrome_utility_messages.h 29 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_dir */
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
ev_whitelist_component_installer.h 30 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/
webrtc_browsertest_common.h 29 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/
mtp_device_map_service.h 33 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/safe_browsing/incident_reporting/
binary_integrity_analyzer_win.cc 14 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/
webkit_test_platform_support_linux.cc 32 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/extensions/browser/
computed_hashes.h 15 class FilePath;
29 bool InitFromFile(const base::FilePath& path);
33 bool GetHashes(const base::FilePath& relative_path,
41 std::map<base::FilePath, HashInfo> data_;
51 void AddHashes(const base::FilePath& relative_path,
55 bool WriteToFile(const base::FilePath& path);
  /external/chromium_org/gin/shell/
gin_shell_unittest.cc 12 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/net/test/spawned_test_server/
local_test_server.h 33 const base::FilePath& document_root);
39 const base::FilePath& document_root);
72 // Returns true if the base::FilePath for the testserver python script is
74 virtual bool GetTestServerPath(base::FilePath* testserver_path) const
84 base::FilePath GetDocumentRoot() const { return document_root(); };
87 bool Init(const base::FilePath& document_root);
90 bool LaunchPython(const base::FilePath& testserver_path) WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_screensaver.h 36 void ScreensaverPathCallback(const base::FilePath& screensaver_crx);
41 const base::FilePath& extension_base_path);
43 base::FilePath extension_base_path_;

Completed in 662 milliseconds

1 2 3 4 5 6 7 891011>>