Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp380 FindFilesBySuffix(gConfig->active_apex_data_dir, {kApexPackageSuffix}); in RemovePreviouslyActiveApexFiles()
993 LOG(DEBUG) << "Initializing backup of " << gConfig->active_apex_data_dir; in BackupActivePackages()
1002 PathExists(std::string(gConfig->active_apex_data_dir)); in BackupActivePackages()
1007 LOG(DEBUG) << gConfig->active_apex_data_dir in BackupActivePackages()
1013 FindFilesBySuffix(gConfig->active_apex_data_dir, {kApexPackageSuffix}); in BackupActivePackages()
1054 LOG(DEBUG) << "Initializing restore of " << gConfig->active_apex_data_dir; in RestoreActivePackages()
1065 if (stat(gConfig->active_apex_data_dir, &stat_data) != 0) { in RestoreActivePackages()
1066 return ErrnoError() << "Failed to access " << gConfig->active_apex_data_dir; in RestoreActivePackages()
1070 << gConfig->active_apex_data_dir; in RestoreActivePackages()
1072 DeleteDirContent(std::string(gConfig->active_apex_data_dir)); in RestoreActivePackages()
[all …]
Dapexd.h46 const char* active_apex_data_dir; member