Searched refs:FilePath (Results 51 - 75 of 4037) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/profiles/
H A Dfile_path_verifier_win.h11 class FilePath;
25 PathComparisonReason ComparePathsIgnoreCase(const base::FilePath& path1,
26 const base::FilePath& path2);
32 void VerifyPreferencesFile(const base::FilePath& pref_file_path);
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils_linux.cc12 base::FilePath GetProfilesINI() {
13 base::FilePath ini_file;
16 base::FilePath home;
24 return base::FilePath();
/external/chromium_org/chrome/common/safe_browsing/
H A Ddownload_protection_util.h11 class FilePath;
18 bool IsBinaryFile(const base::FilePath& file);
21 bool IsArchiveFile(const base::FilePath& file);
25 ClientDownloadRequest::DownloadType GetDownloadType(const base::FilePath& file);
/external/chromium_org/chromeos/
H A Dchromeos_constants.cc11 const base::FilePath::CharType kDriveCacheDirname[] = FPL("GCache");
12 const base::FilePath::CharType kNssCertDbPath[] = FPL(".pki/nssdb/cert9.db");
13 const base::FilePath::CharType kNssDirPath[] = FPL(".pki");
14 const base::FilePath::CharType kNssKeyDbPath[] = FPL(".pki/nssdb/key4.db");
H A Dchromeos_constants.h15 CHROMEOS_EXPORT extern const base::FilePath::CharType kDriveCacheDirname[];
16 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssCertDbPath[];
17 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssDirPath[];
18 CHROMEOS_EXPORT extern const base::FilePath::CharType kNssKeyDbPath[];
/external/chromium_org/components/bookmarks/common/
H A Dbookmark_constants.cc11 const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
H A Dbookmark_constants.h12 extern const base::FilePath::CharType kBookmarksFileName[];
/external/chromium_org/components/webdata/common/
H A Dwebdata_constants.h11 WEBDATA_EXPORT extern const base::FilePath::CharType kWebDataFilename[];
/external/chromium_org/media/base/
H A Dmedia_stub.cc14 bool InitializeMediaLibraryInternal(const base::FilePath& module_dir) {
/external/chromium_org/mojo/tools/package_manager/
H A Dunpacker.h25 bool Unpack(const base::FilePath& zip_file);
28 const base::FilePath& dir() const { return dir_; }
31 base::FilePath zip_file_;
33 base::FilePath dir_;
/external/chromium_org/remoting/host/
H A Dipc_constants.h16 extern const base::FilePath::CharType kHostBinaryName[];
19 extern const base::FilePath::CharType kDesktopBinaryName[];
22 bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
23 base::FilePath* full_path);
/external/chromium_org/ui/base/dragdrop/
H A Dfile_info.h16 FileInfo(const base::FilePath& path, const base::FilePath& display_name);
19 base::FilePath path;
20 base::FilePath display_name; // Optional.
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.h13 class FilePath;
30 bool GenerateAlternateVersion(const base::FilePath& original_installer_path,
31 const base::FilePath& target_path,
40 bool GenerateAlternatePEFileVersion(const base::FilePath& original_file,
41 const base::FilePath& target_file,
48 bool GenerateSpecificPEFileVersion(const base::FilePath& original_file,
49 const base::FilePath& target_file,
/external/chromium_org/chrome/installer/util/
H A Dself_cleaning_temp_dir.h19 typedef base::FilePath::StringType StringType;
28 bool Initialize(const base::FilePath& parent_dir,
32 const base::FilePath& path() const { return temp_dir_; }
40 static void GetTopDirToCreate(const base::FilePath& temp_parent_dir,
41 base::FilePath* base_dir);
44 base::FilePath base_dir_;
47 base::FilePath temp_dir_;
H A Dcopy_tree_work_item.h42 CopyTreeWorkItem(const base::FilePath& source_path,
43 const base::FilePath& dest_path,
44 const base::FilePath& temp_dir,
46 const base::FilePath& alternative_path);
49 bool IsFileInUse(const base::FilePath& path);
52 base::FilePath source_path_;
55 base::FilePath dest_path_;
58 base::FilePath temp_dir_;
66 base::FilePath alternative_path_;
H A Ddelete_tree_work_item.h31 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/base/files/
H A Dscoped_temp_dir.h36 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_;
H A Dfile_path.h5 // FilePath is a container for pathnames stored in a platform's native string
26 // FilePath objects are intended to be used anywhere paths are. An
27 // application may pass FilePath objects around internally, masking the
30 // OpenFile(const FilePath &) function may be made available, allowing all
39 // Several methods are available to perform common operations on a FilePath
42 // to an existing FilePath object (Append). These methods are highly
48 // instances of FilePath objects, and are therefore safe to use on const
51 // To aid in initialization of FilePath objects from string literals, a
58 // Because a FilePath object should not be instantiated at the global scope,
59 // instead, use a FilePath
132 class BASE_EXPORT FilePath { class in namespace:base
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.cpp45 const std::string FilePath::separator = "\\";
47 const std::string FilePath::separator = "/";
50 FilePath::FilePath (const std::vector<std::string>& components) function in class:de::FilePath
60 void FilePath::split (std::vector<std::string>& components) const
84 FilePath& FilePath::normalize (void)
135 FilePath FilePath::normalize (const FilePath
[all...]
/external/chromium_org/extensions/common/
H A Dfile_util.h20 class FilePath;
31 extern const base::FilePath::CharType kTempDirectoryName[];
36 base::FilePath InstallExtension(const base::FilePath& unpacked_source_dir,
39 const base::FilePath& extensions_dir);
42 void UninstallExtension(const base::FilePath& extensions_dir,
47 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_root,
53 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_root,
61 base::DictionaryValue* LoadManifest(const base::FilePath& extension_root,
66 const base::FilePath
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.h29 bool GetUsage(const base::FilePath& usage_file_path, int64* usage);
33 bool GetDirty(const base::FilePath& usage_file_path, uint32* dirty);
37 bool IncrementDirty(const base::FilePath& usage_file_path);
38 bool DecrementDirty(const base::FilePath& usage_file_path);
42 bool Invalidate(const base::FilePath& usage_file_path);
43 bool IsValid(const base::FilePath& usage_file_path);
46 bool UpdateUsage(const base::FilePath& usage_file_path, int64 fs_usage);
50 bool AtomicUpdateUsageByDelta(const base::FilePath& usage_file_path,
53 bool Exists(const base::FilePath& usage_file_path);
54 bool Delete(const base::FilePath
[all...]
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc76 FilePath filepath(path);
87 const FilePath original_dir = FilePath::GetCurrentDir();
91 const FilePath cwd = FilePath::GetCurrentDir();
107 EXPECT_TRUE(FilePath("").IsEmpty());
108 EXPECT_TRUE(FilePath(NULL).IsEmpty());
112 EXPECT_FALSE(FilePath("a").IsEmpty());
113 EXPECT_FALSE(FilePath(".").IsEmpty());
114 EXPECT_FALSE(FilePath("
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_finder.cc35 base::FilePath GetCustomPicasaAppDataPathFromWinRegistry() {
39 return base::FilePath();
44 return base::FilePath();
46 return base::FilePath();
48 return base::FilePath(value);
51 base::FilePath GetPicasaDatabasePath() {
52 base::FilePath path = GetCustomPicasaAppDataPathFromWinRegistry();
54 return base::FilePath();
60 base::FilePath GetPicasaDatabasePath() {
61 base::FilePath pat
[all...]
/external/chromium_org/base/mac/
H A Dbundle_locations.h20 class FilePath;
49 BASE_EXPORT FilePath MainBundlePath();
51 BASE_EXPORT FilePath OuterBundlePath();
53 BASE_EXPORT FilePath FrameworkBundlePath();
60 // Same as above but accepting a FilePath argument.
61 BASE_EXPORT void SetOverrideOuterBundlePath(const FilePath& file_path);
62 BASE_EXPORT void SetOverrideFrameworkBundlePath(const FilePath& file_path);
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock.cc57 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
59 const base::FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
63 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
65 const base::FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
68 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
72 FirefoxProfileLock::FirefoxProfileLock(const base::FilePath& path) {

Completed in 538 milliseconds

1234567891011>>