Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_database.h48 bool is_temp_mount; member
55 bool is_temp_mount = false)
61 is_temp_mount(is_temp_mount) {} in loop_name()
133 pkg_it->first.is_temp_mount == match_temp_mounts) {
181 if (pair.first.is_temp_mount == match_temp_mounts) {
194 if (pair.first.is_temp_mount == match_temp_mounts) {
Dapex_database.cpp228 result.is_temp_mount = temp_mount; in ResolveMountInfo()