HomeSort by relevance Sort by last modified time
    Searched full:filepath (Results 276 - 300 of 5063) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/extensions/
pack_extension_job.cc 17 const FilePath& root_directory,
18 const FilePath& key_file)
41 crx_file_out_ = FilePath(root_directory_.value() +
45 key_file_out_ = FilePath(root_directory_.value() +
84 string16 PackExtensionJob::StandardSuccessMessage(const FilePath& crx_file,
85 const FilePath& key_file) {
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.h 16 class FilePath;
35 const base::FilePath& unpack_path) OVERRIDE;
37 base::FilePath* installed_file) OVERRIDE;
44 // GetCRLSetbase::FilePath gets the path of the CRL set file in the user data
46 bool GetCRLSetFilePath(base::FilePath* path) const;
55 void LoadFromDisk(base::FilePath load_from,
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager.h 22 const base::FilePath& profile_path) = 0;
27 virtual void CreateProfileShortcut(const base::FilePath& profile_path) = 0;
31 virtual void RemoveProfileShortcuts(const base::FilePath& profile_path) = 0;
37 const base::FilePath& profile_path,
42 virtual void GetShortcutProperties(const base::FilePath& profile_path,
45 base::FilePath* icon_path) = 0;
  /external/chromium_org/chrome/browser/web_applications/
web_app_unittest.cc 55 base::FilePath profile_path(FILE_PATH_LITERAL("profile"));
56 base::FilePath result(
58 base::FilePath expected = profile_path.AppendASCII("Web Applications")
64 base::FilePath profile_path(FILE_PATH_LITERAL("profile"));
65 base::FilePath result(web_app::GetWebAppDataDirectory(
67 base::FilePath expected = profile_path.AppendASCII("Web Applications")
web_app_mac.mm 65 bool WriteDataToFile(const base::FilePath& path) {
136 base::FilePath GetWritableApplicationsDirectory() {
137 base::FilePath path;
141 return base::FilePath();
147 return base::PathIsWritable(path) ? path : base::FilePath();
149 return base::FilePath();
153 base::FilePath GetResourcesPath(const base::FilePath& app_path) {
157 bool HasExistingExtensionShim(const base::FilePath& destination_directory,
159 const base::FilePath& own_basename)
    [all...]
  /external/chromium_org/chrome/common/
chrome_paths_unittest.cc 18 base::FilePath test_profile_dir, cache_dir;
22 base::FilePath expected_cache_dir;
29 base::FilePath expected_cache_dir;
32 base::FilePath homedir = base::GetHomeDir();
36 base::FilePath expected_cache_dir = homedir.Append(".cache/foobar");
48 test_profile_dir = base::FilePath(FILE_PATH_LITERAL("/some/other/path"));
  /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/content/browser/
plugin_service_impl.h 92 virtual bool GetPluginInfoByPath(const base::FilePath& plugin_path,
95 const base::FilePath& path) OVERRIDE;
98 const base::FilePath& plugin_path) OVERRIDE;
101 virtual void ForcePluginShutdown(const base::FilePath& plugin_path) OVERRIDE;
102 virtual bool IsPluginUnstable(const base::FilePath& plugin_path) OVERRIDE;
104 virtual void AddExtraPluginPath(const base::FilePath& path) OVERRIDE;
105 virtual void RemoveExtraPluginPath(const base::FilePath& path) OVERRIDE;
106 virtual void AddExtraPluginDir(const base::FilePath& path) OVERRIDE;
109 virtual void UnregisterInternalPlugin(const base::FilePath& path) OVERRIDE;
131 int render_process_id, const base::FilePath& plugin_path)
    [all...]
  /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/tools/gn/
build_settings.cc 27 void BuildSettings::SetRootPath(const base::FilePath& r) {
28 DCHECK(r.value()[r.value().size() - 1] != base::FilePath::kSeparators[0]);
42 base::FilePath BuildSettings::GetFullPath(const SourceFile& file) const {
46 base::FilePath BuildSettings::GetFullPath(const SourceDir& dir) const {
50 base::FilePath BuildSettings::GetFullPathSecondary(
55 base::FilePath BuildSettings::GetFullPathSecondary(
  /external/chromium_org/webkit/browser/fileapi/
local_file_util.cc 29 LocalFileEnumerator(const base::FilePath& platform_root_path,
30 const base::FilePath& virtual_root_path,
39 virtual base::FilePath Next() OVERRIDE;
47 base::FilePath platform_root_path_;
48 base::FilePath virtual_root_path_;
51 base::FilePath LocalFileEnumerator::Next() {
52 base::FilePath next = file_enum_.Next();
60 base::FilePath path;
86 base::FilePath file_path;
106 base::FilePath file_path
    [all...]
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 33 * @param filePath path to the OBB file to be scanned.
38 public static ObbInfo getObbInfo(String filePath) throws IOException {
39 if (filePath == null) {
43 final File obbFile = new File(filePath);
45 throw new IllegalArgumentException("OBB file does not exist: " + filePath);
61 private native static void getObbInfo_native(String filePath, ObbInfo obbInfo)
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 39 static const base::FilePath::CharType* kRootPaths[] = {
45 base::FilePath GetTopLevelPath(const base::FilePath& path) {
46 std::vector<base::FilePath::StringType> components;
48 return base::FilePath(components[0]);
60 const base::FilePath::StringType& name) {
67 base::FilePath GetRelativeVirtualPath(const FileSystemURL& root,
71 base::FilePath relative;
118 const base::FilePath& root_path() const {
127 base::FilePath GetTestCasePlatformPath
    [all...]
  /external/chromium/base/
event_recorder_stubs.cc 14 bool EventRecorder::StartRecording(const FilePath& filename) {
21 bool EventRecorder::StartPlayback(const FilePath& filename) {
  /external/chromium/chrome/browser/importer/
firefox_importer_utils_win.cc 43 FilePath GetFirefoxInstallPathFromRegistry() {
53 return FilePath();
62 return (result != ERROR_SUCCESS) ? FilePath() : FilePath(buffer);
65 FilePath GetProfilesINI() {
66 FilePath ini_file;
72 ini_file = FilePath(buffer).Append(L"Mozilla\\Firefox\\profiles.ini");
77 return FilePath();
  /external/chromium/chrome/common/
sandbox_policy.h 12 class FilePath;
23 const FilePath& exposed_dir);
  /external/chromium/net/base/
platform_mime_util_android.cc 14 const FilePath::StringType& ext, std::string* result) const {
19 const std::string& mime_type, FilePath::StringType* ext) const {
  /external/chromium_org/apps/app_shim/test/
app_shim_host_manager_test_api_mac.cc 14 const base::FilePath& user_data_dir) {
15 CR_DEFINE_STATIC_LOCAL(base::FilePath, override_user_data_dir, ());
app_shim_host_manager_test_api_mac.h 13 class FilePath;
24 static void OverrideUserDataDir(const base::FilePath& user_data_dir);
  /external/chromium_org/base/android/
content_uri_utils.h 20 BASE_EXPORT int OpenContentUriForRead(const FilePath& content_uri);
23 BASE_EXPORT bool ContentUriExists(const FilePath& content_uri);
  /external/chromium_org/base/
event_recorder_stubs.cc 14 bool EventRecorder::StartRecording(const FilePath& filename) {
21 bool EventRecorder::StartPlayback(const FilePath& filename) {
  /external/chromium_org/base/files/
file_enumerator.cc 14 bool FileEnumerator::ShouldSkip(const FilePath& path) {
15 FilePath::StringType basename = path.BaseName().value();
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.cc 9 FileChange::FileChange(const base::FilePath& path, Type type)
16 FileChangeSet FileChange::CreateSingleSet(const base::FilePath& path,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
mime_util.h 16 class FilePath;
24 std::string GetMimeTypeForPath(const base::FilePath& file_path);
  /external/chromium_org/chrome/common/importer/
safari_importer_utils.h 11 class FilePath;
19 bool SafariImporterCanImport(const base::FilePath& library_dir,

Completed in 1959 milliseconds

<<11121314151617181920>>