Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.cpp241 auto state_file_path = StringPrintf("%s/%d/%s", GetSessionsDir().c_str(), in UpdateStateAndCommit() local
244 std::fstream state_file(state_file_path, in UpdateStateAndCommit()
247 return Error() << "Failed to write state file " << state_file_path; in UpdateStateAndCommit()