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

  /system/connectivity/shill/bin/
shill_login_user 72 flimflam_profile="$flimflam_profile_dir/flimflam.profile"
81 flimflam_profile=""
118 if [ -f "$flimflam_profile" ]; then
121 rm -f "$flimflam_profile"
124 old_profile="$flimflam_profile"
  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 447 flimflam_profile = '/var/cache/flimflam/default.profile'
448 self.create_file_with_contents(flimflam_profile, self.magic_header)
451 self.assure(not os.path.exists(flimflam_profile),
468 flimflam_profile = '/var/cache/flimflam/default.profile'
469 self.create_file_with_contents(flimflam_profile, self.magic_header)
473 self.assure(os.path.exists(flimflam_profile),

Completed in 2358 milliseconds