Home
last modified time | relevance | path

Searched refs:keyfile_path (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/policy/
Ddevice_policy_impl.h111 void set_key_file_path_for_testing(const base::FilePath& keyfile_path) { in set_key_file_path_for_testing() argument
112 keyfile_path_ = keyfile_path; in set_key_file_path_for_testing()
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc32 const base::FilePath& keyfile_path, in CreateDevicePolicyImpl() argument
38 device_policy->set_key_file_path_for_testing(keyfile_path); in CreateDevicePolicyImpl()