Home | History | Annotate | Download | only in extensions

Lines Matching full:filepath

18 class FilePath;
29 bool Run(const FilePath& extension_dir,
30 const FilePath& crx_path,
31 const FilePath& private_key_path,
32 const FilePath& private_key_output_path);
43 bool InitializeInput(const FilePath& extension_dir,
44 const FilePath& private_key_path,
45 const FilePath& private_key_output_path);
48 crypto::RSAPrivateKey* ReadInputKey(const FilePath& private_key_path);
52 crypto::RSAPrivateKey* GenerateKey(const FilePath& private_key_path);
55 bool CreateZip(const FilePath& extension_dir, const FilePath& temp_path,
56 FilePath* zip_path);
59 bool SignZip(const FilePath& zip_path,
64 bool WriteCRX(const FilePath& zip_path,
67 const FilePath& crx_path);