Searched refs:owner_key_path (Results 1 – 1 of 1) sorted by relevance
22 base::FilePath owner_key_path; in Create() local23 CHECK(PathService::Get(chromeos::FILE_OWNER_KEY, &owner_key_path)); in Create()24 return new OwnerKeyUtilImpl(owner_key_path); in Create()