Searched refs:profile_path (Results 1 – 3 of 3) sorted by relevance
31 def print_profile_path(profile_path, active_path): argument33 if profile_path == active_path:34 print 'Profile: %s <== active' % profile_path36 print 'Profile: %s' % profile_path64 profile_path = None66 profile_path = sys.argv[3]73 if profile_path and path != profile_path:
19 profile_path=$PROFILES_DIR/$profile21 [ ! -f "$profile_path" ] && { echo >&2 "$0: Could not find profile ($profile_path)" ; exit 1 ; }34 sed 's/#.*//' < $profile_path | while read line ; do
420 bool GetDefaultFirefoxProfile(Pathname* profile_path) { in GetDefaultFirefoxProfile() argument421 ASSERT(NULL != profile_path); in GetDefaultFirefoxProfile()476 profile_path->SetPathname(candidate.pathname()); in GetDefaultFirefoxProfile()489 profile_path->SetPathname(path); in GetDefaultFirefoxProfile()