Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dresource_manager.cc117 std::vector<TPM_HANDLE> updated_handles; in SendCommandAndWait() local
124 updated_handles.push_back(tpm_handle); in SendCommandAndWait()
126 std::string updated_command = ReplaceHandles(command, updated_handles); in SendCommandAndWait()