Searched defs:script_dir (Results 1 - 17 of 17) sorted by relevance

/external/google-breakpad/src/build/
H A Dgyp_breakpad35 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
36 breakpad_root = os.path.abspath(os.path.join(script_dir, os.pardir))
50 args.append(os.path.join(script_dir, 'all.gyp'))
/external/v8/tools/clang/plugins/tests/
H A Dtest.py11 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
12 tool_dir = os.path.abspath(os.path.join(script_dir, '../../pylib'))
/external/boringssl/src/util/bot/
H A Dvs_toolchain.py13 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
14 sys.path.insert(0, os.path.join(script_dir, 'gyp', 'pylib'))
15 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
/external/libyuv/files/tools_libyuv/
H A Dget_landmines.py18 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
19 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir))
/external/tensorflow/tensorflow/tools/docs/
H A Dgenerate.py40 script_dir = os.path.dirname(tf_inspect.getfile(tf_inspect.currentframe())) variable
41 default_base_dir = os.path.join(script_dir, '..', '..')
H A Dgenerate_1_0.py40 script_dir = os.path.dirname(tf_inspect.getfile(tf_inspect.currentframe())) variable
41 default_base_dir = os.path.join(script_dir, '..', '..')
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
H A Dtest.py11 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
12 tool_dir = os.path.abspath(os.path.join(script_dir, '../../../pylib'))
/external/v8/tools/clang/blink_gc_plugin/tests/
H A Dtest.py11 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
12 tool_dir = os.path.abspath(os.path.join(script_dir, '../../pylib'))
/external/v8/tools/clang/scripts/
H A Dbuild_file.py13 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
14 tool_dir = os.path.abspath(os.path.join(script_dir, '../pylib'))
H A Dapply_edits.py28 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
29 tool_dir = os.path.abspath(os.path.join(script_dir, '../pylib'))
H A Drun_tool.py59 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
60 tool_dir = os.path.abspath(os.path.join(script_dir, '../pylib'))
/external/webrtc/webrtc/build/
H A Dget_landmines.py18 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
19 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
H A Dgyp_webrtc19 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
20 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
/external/chromium-trace/
H A Dupdate.py25 script_dir = os.path.dirname(os.path.abspath(sys.argv[0])) variable
26 catapult_src_dir = os.path.join(script_dir, 'catapult-upstream')
27 catapult_dst_dir = os.path.join(script_dir, 'catapult')
43 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
/external/v8/gypfiles/
H A Dgyp_v843 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
44 v8_root = os.path.abspath(os.path.join(script_dir, os.pardir))
156 args.append(os.path.join(script_dir, 'all.gyp'))
H A Dvs_toolchain.py16 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
21 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
/external/ipsec-tools/src/racoon/
H A Dremoteconf.c637 char *script_dir; local
644 script_dir = lcconf->pathinfo[LC_PATHTYPE_SCRIPT];
647 if ((path->v[0] != '/') && (script_dir != NULL)) {
648 len = strlen(script_dir) + sizeof("/") + path->l + 1;
657 (void)strlcat(new_path->v, script_dir, len);

Completed in 653 milliseconds