Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_database.h95 REQUIRES(mounted_apexes_mutex_) { in AddMountedApexLocked()
114 Args&&... args) REQUIRES(!mounted_apexes_mutex_) { in AddMountedApex()
115 std::lock_guard lock(mounted_apexes_mutex_); in AddMountedApex()
122 REQUIRES(!mounted_apexes_mutex_) {
123 std::lock_guard lock(mounted_apexes_mutex_);
142 REQUIRES(!mounted_apexes_mutex_) { in SetLatest()
143 std::lock_guard lock(mounted_apexes_mutex_); in SetLatest()
149 REQUIRES(mounted_apexes_mutex_) { in SetLatestLocked()
174 REQUIRES(!mounted_apexes_mutex_) {
175 std::lock_guard lock(mounted_apexes_mutex_);
[all …]
Dapex_database.cpp268 const std::string& apex_hash_tree_dir) REQUIRES(!mounted_apexes_mutex_) { in PopulateFromMounts()
275 std::lock_guard lock(mounted_apexes_mutex_); in PopulateFromMounts()