Home | History | Annotate | Download | only in common

Lines Matching full:filepath

20 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& extension_root,
67 const base::FilePath::CharType* manifest_filename,
81 std::vector<base::FilePath> FindPrivateKeyFiles(
82 const base::FilePath& extension_dir);
88 bool CheckForIllegalFilenames(const base::FilePath& extension_path,
96 base::FilePath GetInstallTempDir(const base::FilePath& extensions_dir);
101 void DeleteFile(const base::FilePath& path, bool recursive);
104 base::FilePath ExtensionURLToRelativeFilePath(const GURL& url);
107 // points a file outside of root, this function will return empty FilePath.
108 base::FilePath ExtensionResourceURLToFilePath(const GURL& url,
109 const base::FilePath& root);
120 MessageBundle* LoadMessageBundle(const base::FilePath& extension_path,
127 const base::FilePath& extension_path,
132 base::FilePath GetVerifiedContentsPath(const base::FilePath& extension_path);
133 base::FilePath GetComputedHashesPath(const base::FilePath& extension_path);