Searched refs:__file__ (Results 1 – 25 of 26) sorted by relevance
12
/tools/repohooks/tools/ |
D | pylint.py | 28 os.path.dirname(os.path.realpath(__file__)), 'pylintrc') 72 print('%s: unable to run `%s`: %s' % (__file__, cmd[0], e), 75 (__file__,), file=sys.stderr)
|
D | google-java-format.py | 26 _path = os.path.realpath(__file__ + '/../..')
|
D | clang-format.py | 25 _path = os.path.realpath(__file__ + '/../..')
|
/tools/repohooks/rh/ |
D | signals.py | 24 _path = os.path.realpath(__file__ + '/../..')
|
D | shell.py | 23 _path = os.path.realpath(__file__ + '/../..')
|
D | results.py | 23 _path = os.path.realpath(__file__ + '/../..')
|
D | terminal.py | 26 _path = os.path.realpath(__file__ + '/../..')
|
D | config_unittest.py | 27 _path = os.path.realpath(__file__ + '/../..')
|
D | shell_unittest.py | 26 _path = os.path.realpath(__file__ + '/../..')
|
D | hooks.py | 26 _path = os.path.realpath(__file__ + '/../..') 277 TOOLS_DIR = os.path.realpath(__file__ + '/../../tools')
|
D | hooks_unittest.py | 27 _path = os.path.realpath(__file__ + '/../..') 49 os.path.realpath(__file__))), 'README.md')
|
D | git.py | 24 _path = os.path.realpath(__file__ + '/../..')
|
D | config.py | 26 _path = os.path.realpath(__file__ + '/../..')
|
/tools/test/connectivity/tools/lab/ |
D | setup.py | 24 README_FILE = os.path.join(os.path.dirname(__file__), 'README.md')
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | config_lib.py | 32 os.path.dirname(os.path.realpath(__file__)))
|
D | BtMetricsBaseTest.py | 44 os.path.dirname(os.path.realpath(__file__)))
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_import_unit_test.py | 77 acts_path = os.path.dirname(acts.__file__)
|
D | acts_proto_utils_test.py | 53 os.path.dirname(os.path.realpath(__file__)), relative_path_to_test)
|
D | audio_analysis_unittest.py | 129 os.path.dirname(__file__), 'test_data', '1k_2k.raw')
|
/tools/repohooks/ |
D | pre-upload.py | 30 __file__ 34 __file__ = os.path.join(os.getcwd(), 'pre-upload.py') variable 35 _path = os.path.dirname(os.path.realpath(__file__))
|
/tools/test/connectivity/acts/tests/google/bt/setup/ |
D | BtPreFlightTest.py | 48 os.path.dirname(os.path.realpath(__file__)))
|
/tools/test/connectivity/acts/framework/ |
D | setup.py | 128 our_dir = os.path.abspath(os.path.dirname(__file__))
|
/tools/test/connectivity/tools/ |
D | keyword_check.py | 117 os.path.dirname(__file__), '../../../../%s' % GLOBAL_KEYWORDS_FILEPATH)
|
/tools/tradefederation/core/atest/ |
D | unittest_constants.py | 43 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), 'unittest_data')
|
/tools/acloud/public/ |
D | config.py | 54 os.path.dirname(os.path.abspath(__file__)), "data")
|
12