HomeSort by relevance Sort by last modified time
    Searched full:filepath (Results 626 - 650 of 4655) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/safe_browsing/
local_safebrowsing_test_server.h 18 explicit LocalSafeBrowsingTestServer(const base::FilePath& data_file);
26 base::FilePath* testserver_path) const OVERRIDE;
34 base::FilePath data_file_;
local_two_phase_testserver.cc 17 base::FilePath()) {
23 base::FilePath* testserver_path) const {
24 base::FilePath testserver_dir;
  /external/chromium_org/chrome/browser/sync/glue/
sync_start_util.cc 18 void StartSyncOnUIThread(const base::FilePath& profile,
41 void StartSyncProxy(const base::FilePath& profile,
53 const base::FilePath& profile_path) {
  /external/chromium_org/chrome/installer/setup/
setup_main.h 15 class FilePath;
29 const base::FilePath& setup_exe,
33 base::FilePath* installer_directory,
  /external/chromium_org/chrome/installer/test/
resource_updater.h 18 class FilePath;
30 bool Initialize(const base::FilePath& pe_image_path);
35 WORD language_id, const base::FilePath& input_file);
upgrade_test.cc 23 base::FilePath dir_exe;
38 static base::FilePath next_mini_installer_path_;
41 base::FilePath UpgradeTest::next_mini_installer_path_;
  /external/chromium_org/chrome/installer/util/
create_dir_work_item.h 30 explicit CreateDirWorkItem(const base::FilePath& path);
38 base::FilePath path_;
41 base::FilePath top_path_;
create_reg_key_work_item_unittest.cc 44 base::FilePath parent_key(test_root);
49 base::FilePath top_key_to_create(parent_key);
52 base::FilePath key_to_create(top_key_to_create);
77 base::FilePath key_to_create(test_root);
101 base::FilePath key_to_create_1(test_root);
104 base::FilePath key_to_create_2(key_to_create_1);
107 base::FilePath key_to_create_3(key_to_create_2);
120 base::FilePath key_to_create_4(key_to_create_2);
140 base::FilePath key_to_create_1(test_root);
143 base::FilePath key_to_create_2(key_to_create_1)
    [all...]
duplicate_tree_detector_unittest.cc 38 void CreateTwoIdenticalHierarchies(const base::FilePath& first_root,
39 const base::FilePath& second_root) {
40 base::FilePath d1(first_root);
45 base::FilePath f1(d1);
50 base::FilePath d2(d1);
55 base::FilePath f2(d2);
94 base::FilePath new_file(temp_source_dir_.path());
108 base::FilePath new_file(temp_dest_dir_.path());
121 base::FilePath existing_file(temp_dest_dir_.path());
140 base::FilePath source_file(temp_source_dir_.path())
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
chrome_launcher.h 21 class FilePath;
43 const base::FilePath& temp_dir,
48 const base::FilePath& user_data_dir,
util.h 11 class FilePath;
38 Status UnzipSoleFile(const base::FilePath& unzip_dir,
40 base::FilePath* file);
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_messages_internal.h 15 base::FilePath /* dll_path */,
16 base::FilePath /* db_path */)
29 base::FilePath /* path to firefox signons db */)
  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.h 16 class FilePath;
67 bool SaveToFile(const base::FilePath& path, const PrinterState& state);
70 bool LoadFromFile(const base::FilePath& path, PrinterState* state);
  /external/chromium_org/components/bookmarks/browser/
bookmark_pasteboard_helper_mac.h 15 class FilePath;
25 const base::FilePath& profile_path);
31 base::FilePath* profile_path);
  /external/chromium_org/components/metrics/chromeos/
serialization_utils_unittest.cc 22 base::FilePath dir_path = temporary_dir.path();
24 filepath = base::FilePath(filename);
29 base::DeleteFile(filepath, false);
43 base::FilePath filepath; member in class:metrics::__anon11001::SerializationUtilsChromeOSTest
78 ASSERT_TRUE(!PathExists(filepath) || base::GetFileSize(filepath, &size));
94 ASSERT_TRUE(base::GetFileSize(filepath, &size));
112 ASSERT_TRUE(base::GetFileSize(filepath, &size))
    [all...]
  /external/chromium_org/components/nacl/browser/
nacl_file_host.h 15 class FilePath;
37 // Sets file_to_open to the base::FilePath which we will attempt to open.
39 base::FilePath* file_to_open);
  /external/chromium_org/components/storage_monitor/
media_storage_util_unittest.cc 37 void CheckDCIMDeviceType(const base::FilePath& mount_point) {
41 void CheckNonDCIMDeviceType(const base::FilePath& mount_point) {
46 const base::FilePath::StringType& location) {
54 base::FilePath CreateMountPoint(bool create_dcim_dir) {
55 base::FilePath path(scoped_temp_dir_.path());
59 return base::FilePath();
96 base::FilePath mount_point(CreateMountPoint(true));
109 base::FilePath mount_point(CreateMountPoint(false));
120 base::FilePath()));
122 "dcim:xyz", base::FilePath()));
    [all...]
  /external/chromium_org/content/browser/fileapi/
local_file_stream_writer_unittest.cc 44 base::FilePath Path(const std::string& name) {
67 std::string GetFileContent(const base::FilePath& path) {
73 base::FilePath CreateFileWithContent(const std::string& name,
75 base::FilePath path = Path(name);
84 LocalFileStreamWriter* CreateWriter(const base::FilePath& path,
101 base::FilePath path = CreateFileWithContent("file_a", std::string());
112 base::FilePath path = CreateFileWithContent("file_a", "foobar");
122 base::FilePath path = CreateFileWithContent("file_a", "foobar");
132 base::FilePath path = Path("file_a");
142 base::FilePath path = Path("file_a")
    [all...]
sandbox_isolated_origin_database_unittest.cc 17 const base::FilePath::CharType kOriginDirectory[] = FILE_PATH_LITERAL("iso");
26 base::FilePath(kOriginDirectory));
30 base::FilePath path1, path2;
  /external/chromium_org/content/public/test/
test_browser_context.h 26 base::FilePath TakePath();
30 virtual base::FilePath GetPath() const OVERRIDE;
41 const base::FilePath& partition_path,
  /external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.h 23 virtual base::FilePath GetModulePath() OVERRIDE;
27 const base::FilePath& file_path,
39 virtual int MakePendingFileRefRendererHost(const base::FilePath& path)
pepper_file_ref_renderer_host.h 36 const base::FilePath& external_path);
42 base::FilePath GetExternalFilePath() const;
53 base::FilePath external_path_;
  /external/chromium_org/content/shell/app/
shell_breakpad_client.h 21 virtual void GetProductNameAndVersion(const base::FilePath& exe_path,
34 virtual base::FilePath GetReporterLogFilename() OVERRIDE;
39 virtual bool GetCrashDumpLocation(base::FilePath* crash_dir) OVERRIDE;
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.h 48 const base::FilePath& webkit_source_dir() const { return webkit_source_dir_; }
53 void OnSetWebKitSourceDir(const base::FilePath& webkit_source_dir);
59 base::FilePath webkit_source_dir_;
  /external/chromium_org/media/base/
test_data_util.cc 15 base::FilePath GetTestDataFilePath(const std::string& name) {
16 base::FilePath file_path;
26 base::FilePath file_path = GetTestDataFilePath(name);

Completed in 1879 milliseconds

<<21222324252627282930>>