HomeSort by relevance Sort by last modified time
    Searched refs:profile_base (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/bin/
shill_login_user 59 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"
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 554 (profile_parent, profile_base) = os.path.split(new_profile_dir)
557 if not profile_base:
558 profile_base = os.path.basename(profile_parent)
560 saved_profile_location = '/sdcard/profile/%s' % profile_base

Completed in 392 milliseconds