OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_PREFIX
(Results
1 - 2
of
2
) sorted by null
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
trace.c
232
#define
BASE_PREFIX
2
257
if (*prefix <
BASE_PREFIX
)
258
*prefix =
BASE_PREFIX
;
285
prefix =
BASE_PREFIX
;
/external/python/cpython3/Lib/distutils/
sysconfig.py
22
BASE_PREFIX
= os.path.normpath(sys.
base_prefix
)
84
If 'prefix' is supplied, use it instead of sys.
base_prefix
or
88
prefix = plat_specific and BASE_EXEC_PREFIX or
BASE_PREFIX
125
If 'prefix' is supplied, use it instead of sys.
base_prefix
or
130
prefix = plat_specific and BASE_EXEC_PREFIX or
BASE_PREFIX
Completed in 229 milliseconds