Home
last modified time | relevance | path

Searched defs:ROOT_DIR (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/scripts/eslint/tests/support/
DRuleTester.ts4 export const ROOT_DIR = path.join(process.cwd(), "scripts", "eslint", "tests", "fixtures"); constant
/third_party/python/PCbuild/
Dfix_encoding.py22 ROOT_DIR = Path(__file__).resolve().parent variable
/third_party/grpc/src/python/grpcio_testing/
Dtesting_commands.py21 ROOT_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__))) variable
/third_party/grpc/src/python/grpcio_status/
Dstatus_commands.py21 ROOT_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__))) variable
/third_party/jerryscript/tools/
Dsrcgenerator.py26 ROOT_DIR = os.path.dirname(TOOLS_DIR) variable
/third_party/grpc/src/python/grpcio_reflection/
Dreflection_commands.py21 ROOT_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__))) variable
/third_party/grpc/src/python/grpcio_health_checking/
Dhealth_commands.py21 ROOT_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__))) variable
/third_party/grpc/src/python/grpcio_channelz/
Dchannelz_commands.py21 ROOT_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__))) variable
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_stats.py124 ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, '..')) variable
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_stats.py124 ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, '..')) variable
/third_party/python/Lib/test/
Dtest_regrtest.py27 ROOT_DIR = os.path.join(os.path.dirname(__file__), '..', '..') variable
28 ROOT_DIR = os.path.abspath(os.path.normpath(ROOT_DIR)) variable