Searched refs:user_path (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/vold/model/ |
H A D | EmulatedVolume.cpp | 409 std::string user_path(StringPrintf("%s/%d", getPath().c_str(), getMountUserId())); in doUnmount() local 410 LOG(INFO) << "Killing all processes referencing " << user_path; in doUnmount() 411 KillProcessesUsingPath(user_path); in doUnmount()
|
/aosp12/system/security/keystore2/src/ |
H A D | legacy_blob.rs | 823 let mut user_path = self.path.clone(); in is_empty_user() localVariable 824 user_path.push(format!("user_{}", user_id)); in is_empty_user() 825 if !user_path.as_path().is_dir() { in is_empty_user() 828 Ok(Self::with_retry_interrupted(|| user_path.read_dir()) in is_empty_user() 996 let user_path = self.make_user_path_name(user_id); in remove_user_dir_if_empty() localVariable 997 Self::with_retry_interrupted(|| fs::remove_dir(user_path.as_path())).ok(); in remove_user_dir_if_empty()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | utils.cpp | 136 auto user_path = create_data_user_ce_path(volume_uuid, user); in create_data_user_ce_package_path() local 137 return resolve_ce_path_by_inode_or_fallback(user_path, ce_data_inode, fallback); in create_data_user_ce_package_path() 221 auto user_path = create_data_misc_ce_rollback_path(volume_uuid, user, snapshot_id); in create_data_misc_ce_rollback_package_path() local 222 return resolve_ce_path_by_inode_or_fallback(user_path, ce_rollback_inode, fallback); in create_data_misc_ce_rollback_package_path()
|