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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/extensions/common/
extension_resource.h 15 // JavaScript file. This is more complicated than just a simple FilePath
30 const base::FilePath& extension_root,
31 const base::FilePath& relative_path);
43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
54 const base::FilePath& relative_path,
59 const base::FilePath& extension_root() const { return extension_root_; }
60 const base::FilePath& relative_path() const { return relative_path_; }
65 base::FilePath::StringType NormalizeSeperators
    [all...]
  /external/chromium_org/base/android/
path_utils.h 14 class FilePath;
19 // application. The result is placed in the FilePath pointed to by 'result'.
22 BASE_EXPORT bool GetDataDirectory(FilePath* result);
26 BASE_EXPORT bool GetDatabaseDirectory(FilePath* result);
29 // the FilePath pointed to by 'result'. This method is dedicated for
32 BASE_EXPORT bool GetCacheDirectory(FilePath* result);
35 // in the FilePath pointed to by 'result'.
36 BASE_EXPORT bool GetDownloadsDirectory(FilePath* result);
40 // the FilePath pointed to by 'result'.
41 BASE_EXPORT bool GetNativeLibraryDirectory(FilePath* result)
    [all...]
fifo_utils.h 15 class FilePath;
21 BASE_EXPORT bool CreateFIFO(const FilePath& path, int mode);
26 const FilePath& path,
  /external/chromium_org/net/base/
test_data_directory.cc 13 const base::FilePath::CharType kCertificateRelativePath[] =
17 base::FilePath GetTestCertsDirectory() {
18 base::FilePath src_root;
23 base::FilePath GetTestClientCertsDirectory() {
25 return base::FilePath(kCertificateRelativePath);
31 base::FilePath GetWebSocketTestDataDirectory() {
32 base::FilePath data_dir(FILE_PATH_LITERAL("net/data/websocket"));
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.h 27 void RunDataDrivenTest(const base::FilePath& input_directory,
28 const base::FilePath& output_directory,
29 const base::FilePath::StringType& file_name_pattern);
38 // Return |base::FilePath|s to the test input and output subdirectories
40 base::FilePath GetInputDirectory(const base::FilePath::StringType& test_name);
41 base::FilePath GetOutputDirectory(
42 const base::FilePath::StringType& test_name);
45 DataDrivenTest(const base::FilePath& test_data_directory);
49 base::FilePath test_data_directory_
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.h 20 typedef base::Callback<bool(const base::FilePath&)> FilterCallback;
21 bool ZipWithFilterCallback(const base::FilePath& src_dir,
22 const base::FilePath& dest_file,
28 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file,
36 bool ZipFiles(const base::FilePath& src_dir,
37 const std::vector<base::FilePath>& src_relative_paths,
42 bool Unzip(const base::FilePath& zip_file, const base::FilePath& dest_dir);
  /external/chromium_org/base/files/
scoped_temp_dir.h 36 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
40 bool Set(const FilePath& path) WARN_UNUSED_RESULT;
47 FilePath Take();
49 const FilePath& path() const { return path_; }
55 FilePath path_;
file_util.h 49 BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
56 BASE_EXPORT int64 ComputeDirectorySize(const FilePath& root_path);
70 BASE_EXPORT bool DeleteFile(const FilePath& path, bool recursive);
78 BASE_EXPORT bool DeleteFileAfterReboot(const FilePath& path);
86 BASE_EXPORT bool Move(const FilePath& from_path, const FilePath& to_path);
94 BASE_EXPORT bool ReplaceFile(const FilePath& from_path,
95 const FilePath& to_path,
103 BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path)
    [all...]
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.h 34 ArchivePatchHelper(const base::FilePath& working_directory,
35 const base::FilePath& compressed_archive,
36 const base::FilePath& patch_source,
37 const base::FilePath& target);
45 static bool UncompressAndPatch(const base::FilePath& working_directory,
46 const base::FilePath& compressed_archive,
47 const base::FilePath& patch_source,
48 const base::FilePath& target);
53 bool Uncompress(base::FilePath* last_uncompressed_file);
63 const base::FilePath& compressed_archive() const
    [all...]
  /external/chromium_org/ui/shell_dialogs/
selected_file_info.h 19 base::FilePath file_path;
27 base::FilePath local_path;
33 base::FilePath::StringType display_name;
36 SelectedFileInfo(const base::FilePath& in_file_path,
37 const base::FilePath& in_local_path);
  /external/chromium_org/chrome/common/
chrome_constants.h 28 extern const base::FilePath::CharType kBrowserProcessExecutableName[];
29 extern const base::FilePath::CharType kHelperProcessExecutableName[];
30 extern const base::FilePath::CharType kBrowserProcessExecutablePath[];
31 extern const base::FilePath::CharType kHelperProcessExecutablePath[];
32 extern const base::FilePath::CharType kBrowserProcessExecutableNameChromium[];
33 extern const base::FilePath::CharType kHelperProcessExecutableNameChromium[];
34 extern const base::FilePath::CharType kBrowserProcessExecutablePathChromium[];
35 extern const base::FilePath::CharType kHelperProcessExecutablePathChromium[];
41 extern const base::FilePath::CharType kFrameworkName[];
51 extern const base::FilePath::CharType* const kHelperFlavorSuffixes[]
    [all...]
  /external/chromium_org/base/test/
test_shortcut_win.h 18 void ValidatePathsAreEqual(const base::FilePath& expected_path,
19 const base::FilePath& actual_path);
24 void ValidateShortcut(const FilePath& shortcut_path,
perf_log.h 10 class FilePath;
15 bool InitPerfLog(const FilePath& log_path);
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_linux.cc 20 base::FilePath MasterPrefsPath() {
22 base::FilePath master_prefs;
24 return base::FilePath();
  /external/chromium_org/chrome/browser/history/
history_unittest_base.h 11 class FilePath;
24 static void ExecuteSQLScript(const base::FilePath& sql_path,
25 const base::FilePath& db_path);
  /external/chromium_org/chrome/browser/policy/
policy_path_parser.h 49 base::FilePath::StringType ExpandPathVariables(
50 const base::FilePath::StringType& untranslated_string);
61 void CheckUserDataDirPolicy(base::FilePath* user_data_dir);
  /external/chromium_org/chrome/browser/safe_browsing/
path_sanitizer.h 19 const base::FilePath& GetHomeDirectory() const;
21 void StripHomeDirectory(base::FilePath* file_path) const;
24 base::FilePath home_path_;
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.h 20 class FilePath;
32 base::FilePath GetFirefoxInstallPathFromRegistry();
40 base::FilePath GetFirefoxDylibPath();
44 base::FilePath GetFirefoxProfilePath();
48 base::FilePath GetFirefoxProfilePathFromDictionary(
53 bool GetFirefoxVersionAndPathFromProfile(const base::FilePath& profile_path,
55 base::FilePath* app_path);
59 base::FilePath GetProfilesINI();
73 void ParseProfileINI(const base::FilePath& file, base::DictionaryValue* root);
76 GURL GetHomepage(const base::FilePath& profile_path)
    [all...]
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.h 9 class FilePath;
23 base::FilePath GetChromePathForInstallationLevel(InstallationLevel level);
29 base::FilePath GetAnyChromePath();
  /external/chromium_org/extensions/browser/
component_extension_resource_manager.h 9 class FilePath;
25 const base::FilePath& extension_path,
26 const base::FilePath& resource_path,
  /external/chromium_org/net/test/
python_utils.h 12 class FilePath;
19 void AppendToPythonPath(const base::FilePath& dir);
22 bool GetPyProtoPath(base::FilePath* dir);
  /external/chromium_org/chrome/installer/util/
delete_tree_work_item.h 31 DeleteTreeWorkItem(const base::FilePath& root_path,
32 const base::FilePath& temp_path,
33 const std::vector<base::FilePath>& key_paths);
36 base::FilePath root_path_;
39 base::FilePath temp_path_;
46 scoped_ptr<base::FilePath[]> key_paths_;
  /external/chromium_org/net/disk_cache/
cache_util.h 13 class FilePath;
24 NET_EXPORT_PRIVATE bool MoveCache(const base::FilePath& from_path,
25 const base::FilePath& to_path);
29 NET_EXPORT_PRIVATE void DeleteCache(const base::FilePath& path,
33 NET_EXPORT_PRIVATE bool DeleteCacheFile(const base::FilePath& name);
37 bool DelayedCacheCleanup(const base::FilePath& full_path);
  /external/chromium_org/storage/browser/database/
vfs_backend.h 14 class FilePath;
21 static base::File OpenFile(const base::FilePath& file_path,
24 static base::File OpenTempFileInDirectory(const base::FilePath& dir_path,
27 static int DeleteFile(const base::FilePath& file_path, bool sync_dir);
29 static uint32 GetFileAttributes(const base::FilePath& file_path);
31 static int64 GetFileSize(const base::FilePath& file_path);
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 14 class FilePath;
42 bool Run(const base::FilePath& extension_dir,
43 const base::FilePath& crx_path,
44 const base::FilePath& private_key_path,
45 const base::FilePath& private_key_output_path,
61 bool InitializeInput(const base::FilePath& extension_dir,
62 const base::FilePath& crx_path,
63 const base::FilePath& private_key_path,
64 const base::FilePath& private_key_output_path,
68 bool ValidateManifest(const base::FilePath& extension_dir
    [all...]

Completed in 744 milliseconds

12 3 4 5 6 7 8 91011>>