Searched refs:gConfig (Results 1 – 1 of 1) sorted by relevance
124 std::optional<ApexdConfig> gConfig; variable346 FindFilesBySuffix(gConfig->active_apex_data_dir, {kApexPackageSuffix}); in RemovePreviouslyActiveApexFiles()588 StringPrintf("%s/%s", gConfig->apex_hash_tree_dir, id.c_str()); in GetHashTreeFileName()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()[all …]