Searched refs:GetSessionsDir (Results 1 – 6 of 6) sorted by relevance
57 std::string ApexSession::GetSessionsDir() { in GetSessionsDir() function in android::apex::ApexSession78 std::string session_dir = GetSessionsDir() + "/" + std::to_string(session_id); in CreateSession()102 auto path = StringPrintf("%s/%d/%s", GetSessionsDir().c_str(), session_id, in GetSession()112 GetSessionsDir(), [](const std::filesystem::directory_entry& entry) { in GetSessions()241 auto state_file_path = StringPrintf("%s/%d/%s", GetSessionsDir().c_str(), in UpdateStateAndCommit()254 std::string session_dir = GetSessionsDir() + "/" + std::to_string(GetId()); in DeleteSession()
50 std::string result = ApexSession::GetSessionsDir(); in TEST()59 std::string result = ApexSession::GetSessionsDir(); in TEST()
37 static std::string GetSessionsDir();
197 DeleteDirContent(ApexSession::GetSessionsDir()); in SetUp()200 void TearDown() override { DeleteDirContent(ApexSession::GetSessionsDir()); } in TearDown()
456 DeleteDirContent(ApexSession::GetSessionsDir()); in CleanUp()
1949 LOG(INFO) << "Scanning " << ApexSession::GetSessionsDir() in ScanStagedSessionsDirAndStage()