OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_path
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/realtime/scripts/
run_c_files.sh
19
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/autotest/client/cros/scripts/
profile
31
def print_profile_path(
profile_path
, active_path):
32
""" Print
profile_path
and indicate if it is the active profile. """
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
:
/art/runtime/jit/
profile_saver_options.h
52
const std::string&
profile_path
):
61
profile_path_(
profile_path
) {}
/external/webrtc/webrtc/base/
proxydetect.cc
420
bool GetDefaultFirefoxProfile(Pathname*
profile_path
) {
421
ASSERT(NULL !=
profile_path
);
476
profile_path
->SetPathname(candidate.pathname());
489
profile_path
->SetPathname(path);
[
all
...]
Completed in 1194 milliseconds