Searched refs:LOCATE (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/atest-py2/tools/ |
D | atest_tools_unittest.py | 34 LOCATE = atest_tools.LOCATE variable 48 if atest_tools.has_command(UPDATEDB) and atest_tools.has_command(LOCATE): 53 locate_cmd1 = [LOCATE, '-d', uc.LOCATE_CACHE, '/a.xml'] 61 locate_cmd2 = [LOCATE, '-d', uc.LOCATE_CACHE, 'module-info.json'] 105 self.assertEqual(atest_tools.has_command(LOCATE), False)
|
D | atest_tools.py | 37 LOCATE = 'locate' variable 326 if not has_command(LOCATE):
|
/tools/asuite/atest/tools/ |
D | atest_tools_unittest.py | 36 LOCATE = atest_tools.LOCATE variable 50 if atest_tools.has_command(UPDATEDB) and atest_tools.has_command(LOCATE): 55 locate_cmd1 = [LOCATE, '-d', uc.LOCATE_CACHE, '/a.xml'] 64 locate_cmd2 = [LOCATE, '-d', uc.LOCATE_CACHE, 'module-info.json'] 108 self.assertEqual(atest_tools.has_command(LOCATE), False)
|
D | atest_tools.py | 40 LOCATE = 'locate' variable 363 if not has_command(LOCATE):
|