Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session_test.cpp63 TEST(ApexdSessionTest, MigrateToMetadataSessionsDir) { in TEST() argument
110 ASSERT_TRUE(IsOk(ApexSession::MigrateToMetadataSessionsDir())); in TEST()
Dapexd_session.h41 static android::base::Result<void> MigrateToMetadataSessionsDir();
Dapexd_session.cpp71 Result<void> ApexSession::MigrateToMetadataSessionsDir() { in MigrateToMetadataSessionsDir() function in android::apex::ApexSession
Dapexd.cpp1825 return ApexSession::MigrateToMetadataSessionsDir(); in MigrateSessionsDirIfNeeded()