Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 25 of 37) sorted by relevance

12

/external/flatbuffers/tests/flatc/
Dflatc_test.py29 script_path = Path(__file__).parent.resolve() variable
32 root_path = script_path.parent.parent.absolute()
49 def flatc(options, cwd=script_path):
54 def make_absolute(filename, path=script_path):
58 def assert_file_exists(filename, path=script_path):
64 def assert_file_doesnt_exists(filename, path=script_path):
91 file, needle, doesnt_contain=None, path=script_path, unlink=True
Dflatc_cpp_tests.py214 str(script_path.absolute()),
216 str(Path(script_path, ".tmp").absolute()),
217 str(Path(script_path, "bar/bar_with_foo.fbs").absolute()),
/external/flatbuffers/tests/annotated_binary/
Dgenerate_annotations.py23 script_path = Path(__file__).parent.resolve() variable
26 root_path = script_path.parent.parent.absolute()
41 tests_path = Path(script_path, "tests")
44 def flatc_annotate(schema, file, cwd=script_path):
/external/cronet/testing/scripts/rust/
Dgenerate_script.py75 GEN_SCRIPT_DIR = os.path.dirname(args.script_path)
112 with action_helpers.atomic_output(args.script_path) as f:
116 st = os.stat(args.script_path)
119 os.chmod(args.script_path,
Dgenerate_script_unittests.py23 self.assertEqual('./bin/run_foobar', parsed_args.script_path)
32 args.script_path = os.path.join(out_dir, 'bin/run_foo_bar')
64 args.script_path = os.path.join(out_dir, 'bin/run_foo_bar')
/external/toolchain-utils/binary_search_tool/
Drun_bisect_tests.py39 script_path = os.path.join(top_dir, TEST_DIR)
46 script_path,
71 script_path = os.path.join(top_dir, TEST_DIR)
78 script_path,
/external/oss-fuzz/infra/ci/
Dbuild.py71 script_path = os.path.realpath(__file__)
73 os.path.dirname(os.path.dirname(os.path.dirname(script_path))))
79 script_path = os.path.join(root, 'infra', 'helper.py')
80 command = ['python', script_path] + helper_command
/external/flatbuffers/scripts/
Dcheck-grpc-generated-code.py24 script_path = Path(__file__).parent.resolve() variable
27 root_path = script_path.parent.absolute()
Dcheck_generate_code.py24 script_path = Path(__file__).parent.resolve() variable
27 root_path = script_path.parent.absolute()
Dutil.py21 script_path = Path(__file__).parent.resolve() variable
24 root_path = script_path.parent.absolute()
/external/python/setuptools/setuptools/command/
Ddevelop.py160 script_path = os.path.abspath(convert_path(script_name))
161 script_name = os.path.basename(script_path)
162 with io.open(script_path) as strm:
164 self.install_script(dist, script_name, script_text, script_path)
/external/angle/build/toolchain/win/
Dsetup_toolchain.py151 script_path = os.path.normpath(os.path.join(
154 if not os.path.exists(script_path):
175 script_path)
176 script_path = other_path
181 args = [script_path, cpu_arg, ]
/external/cronet/build/toolchain/win/
Dsetup_toolchain.py151 script_path = os.path.normpath(os.path.join(
154 if not os.path.exists(script_path):
175 script_path)
176 script_path = other_path
181 args = [script_path, cpu_arg, ]
/external/cronet/build/android/pylib/symbols/
Ddeobfuscator.py23 script_path = os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'android',
25 self._command = [script_path, mapping_path]
/external/angle/build/android/pylib/symbols/
Ddeobfuscator.py23 script_path = os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'android',
25 self._command = [script_path, mapping_path]
/external/bcc/src/lua/
Dbcc-probe18 local script_path = str:match("(.*/)").."/?.lua;"
19 package.path = script_path..package.path
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dmod.rs45 let mut script_path = path.to_path_buf(); in debug_script() localVariable
46 script_path.set_extension("gnuplot"); in debug_script()
47 info!("Writing gnuplot script to {:?}", script_path); in debug_script()
48 let result = figure.save(script_path.as_path()); in debug_script()
/external/pigweed/pw_build/py/pw_build/
Dgenerate_modules_lists.py118 script_path = Path(__file__).resolve()
119 script = script_path.relative_to(script_path.parent.parent).as_posix()
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dresource_loader.py69 for script_path in self.source_paths:
70 absolute_path = os.path.join(script_path, relative_path)
72 return resource_module.Resource(script_path, absolute_path, binary)
Dhtml_module_unittest.py68 for script_path in self._source_paths:
69 absolute_path = os.path.join(script_path, relative_path)
71 return ResourceWithFakeContents(script_path, absolute_path,
/external/cronet/net/data/gencerts/
D__init__.py320 script_path = os.path.realpath(g_invoking_script_path)
321 script_path = "/".join(script_path.split(os.sep)[-3:])
322 m.update(script_path.encode('utf-8'))
/external/ktfmt/
Dktfmt.py118 script_path = os.path.normpath(__file__)
122 print('$ ' + script_path + ' ' + ' '.join(incorrect_files) + '\n')
/external/angle/build/
Dmac_toolchain.py76 script_path = os.path.join(current_dir, 'mac/should_use_hermetic_xcode.py')
77 proc = subprocess.Popen([script_path, 'mac'], stdout=subprocess.PIPE)
/external/cronet/build/
Dmac_toolchain.py76 script_path = os.path.join(current_dir, 'mac/should_use_hermetic_xcode.py')
77 proc = subprocess.Popen([script_path, 'mac'], stdout=subprocess.PIPE)
/external/avb/tools/transparency/
Dpixel_factory_image_verify.py68 self.script_path = os.path.realpath(__file__)
69 self.script_dir = os.path.split(self.script_path)[0]
70 self.avbtool_path = os.path.abspath(os.path.join(self.script_path,

12