Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Dconstants_default.py205 INDEX_DIR = os.path.join(os.getenv(ANDROID_HOST_OUT, ''), 'indexes') variable
206 LOCATE_CACHE = os.path.join(INDEX_DIR, 'mlocate.db')
207 INT_INDEX = os.path.join(INDEX_DIR, 'integration.idx')
208 CLASS_INDEX = os.path.join(INDEX_DIR, 'classes.idx')
209 CC_CLASS_INDEX = os.path.join(INDEX_DIR, 'cc_classes.idx')
210 PACKAGE_INDEX = os.path.join(INDEX_DIR, 'packages.idx')
211 QCLASS_INDEX = os.path.join(INDEX_DIR, 'fqcn.idx')
212 MODULE_INDEX = os.path.join(INDEX_DIR, 'modules.idx')
/tools/asuite/atest/
Dconstants_default.py214 INDEX_DIR = os.path.join(os.getenv(ANDROID_HOST_OUT, ''), 'indexes') variable
215 LOCATE_CACHE = os.path.join(INDEX_DIR, 'mlocate.db')
216 INT_INDEX = os.path.join(INDEX_DIR, 'integration.idx')
217 CLASS_INDEX = os.path.join(INDEX_DIR, 'classes.idx')
218 CC_CLASS_INDEX = os.path.join(INDEX_DIR, 'cc_classes.idx')
219 PACKAGE_INDEX = os.path.join(INDEX_DIR, 'packages.idx')
220 QCLASS_INDEX = os.path.join(INDEX_DIR, 'fqcn.idx')
221 MODULE_INDEX = os.path.join(INDEX_DIR, 'modules.idx')
/tools/tradefederation/core/atest/tools/
Datest_tools.py75 _mkdir_when_inexists(constants.INDEX_DIR)
/tools/asuite/atest/tools/
Datest_tools.py77 _mkdir_when_inexists(constants.INDEX_DIR)