Searched refs:profile_base (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/bin/
H A Dshill_login_user59 profile_base=$(cryptohome-path system $user)
60 if [ ! -d "$profile_base" ] ; then
62 "User cryptohome dir $profile_base does not exist"
65 username_hash=$(basename $profile_base)
79 profile_base="${shill_state_root}/guest_user_profile"
80 rm -rf "$profile_base"
85 profile_dir="$profile_base/shill"
87 log_dir="$profile_base/shill_logs"

Completed in 72 milliseconds