Home
last modified time | relevance | path

Searched refs:profile_path (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/scripts/
Dprofile31 def print_profile_path(profile_path, active_path): argument
33 if profile_path == active_path:
34 print 'Profile: %s <== active' % profile_path
36 print 'Profile: %s' % profile_path
64 profile_path = None
66 profile_path = sys.argv[3]
73 if profile_path and path != profile_path:
/external/ltp/testcases/realtime/scripts/
Drun_c_files.sh19 profile_path=$PROFILES_DIR/$profile
21 [ ! -f "$profile_path" ] && { echo >&2 "$0: Could not find profile ($profile_path)" ; exit 1 ; }
34 sed 's/#.*//' < $profile_path | while read line ; do
/external/webrtc/webrtc/base/
Dproxydetect.cc420 bool GetDefaultFirefoxProfile(Pathname* profile_path) { in GetDefaultFirefoxProfile() argument
421 ASSERT(NULL != profile_path); in GetDefaultFirefoxProfile()
476 profile_path->SetPathname(candidate.pathname()); in GetDefaultFirefoxProfile()
489 profile_path->SetPathname(path); in GetDefaultFirefoxProfile()