OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LTPBINPATH
(Results
1 - 3
of
3
) sorted by null
/test/vts-testcase/kernel/ltp/
ltp_configs.py
39
LTPBINPATH
= path_utils.JoinTargetPath(LTPDIR, 'testcases', 'bin')
41
PATH = '/system/bin:%s' %
LTPBINPATH
test_case.py
104
tokens[0] = path_utils.JoinTargetPath(ltp_configs.
LTPBINPATH
,
129
def GetRequiredExecutablePaths(self, ltp_bin_path=ltp_configs.
LTPBINPATH
):
environment_requirement_checker.py
150
ltp_configs.
LTPBINPATH
, '*')
Completed in 178 milliseconds