Home
last modified time | relevance | path

Searched refs:OBJECTS_FILE (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/binary_search_tool/test/
Dgen_obj.py80 if os.path.isfile(common.OBJECTS_FILE):
81 os.remove(common.OBJECTS_FILE)
85 with open(common.OBJECTS_FILE, 'w', encoding='utf-8') as f:
Dcommon.py11 OBJECTS_FILE = 'objects.txt' variable
31 with open(OBJECTS_FILE, 'r', encoding='utf-8') as f:
Dgen_init_list.py20 'cat {0} | wc -l'.format(common.OBJECTS_FILE), print_to_console=False)
Dbinary_search_tool_test.py36 os.remove(common.OBJECTS_FILE)
38 print('Deleted "{0}" and "{1}"'.format(common.OBJECTS_FILE,
88 self.assertFalse(os.path.exists(common.OBJECTS_FILE))