Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp346 FindFilesBySuffix(gConfig->active_apex_data_dir, {kApexPackageSuffix}); in RemovePreviouslyActiveApexFiles()
894 LOG(DEBUG) << "Initializing backup of " << gConfig->active_apex_data_dir; in BackupActivePackages()
903 PathExists(std::string(gConfig->active_apex_data_dir)); in BackupActivePackages()
908 LOG(DEBUG) << gConfig->active_apex_data_dir in BackupActivePackages()
914 FindFilesBySuffix(gConfig->active_apex_data_dir, {kApexPackageSuffix}); in BackupActivePackages()
955 LOG(DEBUG) << "Initializing restore of " << gConfig->active_apex_data_dir; in RestoreActivePackages()
966 if (stat(gConfig->active_apex_data_dir, &stat_data) != 0) { in RestoreActivePackages()
967 return ErrnoError() << "Failed to access " << gConfig->active_apex_data_dir; in RestoreActivePackages()
971 << gConfig->active_apex_data_dir; in RestoreActivePackages()
973 DeleteDirContent(std::string(gConfig->active_apex_data_dir)); in RestoreActivePackages()
[all …]
Dapexd.h45 const char* active_apex_data_dir; member