Home
last modified time | relevance | path

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

/tools/asuite/atest/
Dconstants_default.py208 INDEX_DIR = os.path.join(os.getenv(ANDROID_HOST_OUT, ''), 'indexes') variable
209 LOCATE_CACHE = os.path.join(INDEX_DIR, 'mlocate.db')
210 INT_INDEX = os.path.join(INDEX_DIR, 'integration.idx')
211 CLASS_INDEX = os.path.join(INDEX_DIR, 'classes.idx')
212 CC_CLASS_INDEX = os.path.join(INDEX_DIR, 'cc_classes.idx')
213 PACKAGE_INDEX = os.path.join(INDEX_DIR, 'packages.idx')
214 QCLASS_INDEX = os.path.join(INDEX_DIR, 'fqcn.idx')
215 MODULE_INDEX = os.path.join(INDEX_DIR, 'modules.idx')
/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/tradefederation/core/atest/tools/
Datest_tools.py75 _mkdir_when_inexists(constants.INDEX_DIR)
/tools/asuite/atest/tools/
Datest_tools.py75 _mkdir_when_inexists(constants.INDEX_DIR)