Home | History | Annotate | Download | only in extensions

Lines Matching refs:private_key_path

29     const FilePath& private_key_path,
47 if (!private_key_path.value().empty() &&
48 !file_util::PathExists(private_key_path)) {
56 if (private_key_path.value().empty() &&
78 private_key_path) {
79 if (!file_util::PathExists(private_key_path)) {
86 if (!file_util::ReadFileToString(private_key_path,
240 const FilePath& private_key_path,
243 if (!InitializeInput(extension_dir, private_key_path,
250 if (!private_key_path.value().empty())
251 key_pair.reset(ReadInputKey(private_key_path));