Home
last modified time | relevance | path

Searched refs:temp_mount (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tools/obbtool/
H A Dmkobb.sh126 if [ "x${temp_mount}" != "x" ]; then \
127 ${UMOUNTBIN} ${temp_mount}
128 rmdir ${temp_mount}
248 temp_mount="${MOUNTDIR}/${RANDOM}"
249 mkdir ${temp_mount}
250 ${MOUNTBIN} -t ${FS} -o loop ${loop_dev} ${temp_mount}
256 ${RSYNCBIN} -av --no-owner --no-group ${directory}/ ${temp_mount}/
269 umount ${temp_mount}
270 rmdir ${temp_mount}
/aosp12/system/apex/apexd/
H A Dapex_database.cpp205 bool temp_mount = EndsWith(mount_point, ".tmp"); in ResolveMountInfo() local
216 /* is_temp_mount */ temp_mount); in ResolveMountInfo()
228 result.is_temp_mount = temp_mount; in ResolveMountInfo()
H A Dapexd.cpp461 bool temp_mount = false) { in MountPackageImpl() argument
530 /* is_temp_mount */ temp_mount); in MountPackageImpl()