HomeSort by relevance Sort by last modified time
    Searched refs:root_dir (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /development/tools/idegen/
index-gen.sh 32 #root_dir=`readlink -f -n $script_dir/../../..`
33 root_dir=$PWD
34 if [ ! -e $root_dir/.repo ]; then
35 root_dir=$PWD/../../..
36 if [ ! -e $root_dir/.repo ]; then
41 tmp_file=${root_dir}/tmp.txt
42 dest_file=${root_dir}/module-index.txt
55 find $root_dir -name '*.mk' \( ! -path "$root_dir/build*" -prune \) \
64 grep -v "^$root_dir/vendor/google" $tmp_file > $dest_fil
    [all...]
intellij-gen.sh 47 root_dir=$PWD
48 if [ ! -e $root_dir/.repo ]; then
49 root_dir=$PWD/../../..
50 if [ ! -e $root_dir/.repo ]; then
55 index_file=$root_dir/module-index.txt
63 idegenjar="$root_dir/out/host/$platform-x86/framework/idegen.jar"
  /external/v8/tools/
find_depot_tools.py 30 root_dir = os.path.dirname(os.path.abspath(__file__))
32 while root_dir and root_dir != previous_dir:
33 if directory_really_is_depot_tools(os.path.join(root_dir, 'depot_tools')):
34 i = os.path.join(root_dir, 'depot_tools')
37 previous_dir = root_dir
38 root_dir = os.path.dirname(root_dir)
  /external/libbrillo/brillo/
osrelease_reader.h 34 void LoadTestingOnly(const base::FilePath& root_dir);
46 // Load the data from a given root_dir.
47 BRILLO_PRIVATE void Load(const base::FilePath& root_dir);
osrelease_reader.cc 24 void OsReleaseReader::LoadTestingOnly(const base::FilePath& root_dir) {
25 Load(root_dir);
28 void OsReleaseReader::Load(const base::FilePath& root_dir) {
29 base::FilePath osrelease = root_dir.Append("etc").Append("os-release");
36 base::FilePath osreleased = root_dir.Append("etc").Append("os-release.d");
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/support/
run_bindings_generator.py 10 def RunBindingsGenerator(out_dir, root_dir, mojom_file, extra_flags=None):
12 root_dir = os.path.abspath(root_dir)
16 assert mojom_file.startswith(root_dir)
17 mojom_reldir = os.path.dirname(os.path.relpath(mojom_file, root_dir))
39 print "usage: %s out_dir root_dir mojom_file [extra_flags]" % argv[0]
  /external/grpc-grpc/src/ruby/end2end/
package_with_underscore_checker.rb 19 root_dir = File.join(File.dirname(__FILE__), '..', '..', '..')
20 pb_dir = File.join(root_dir, 'src', 'ruby', 'end2end', 'protos')
24 bins_dir = File.join(root_dir, 'bins', bins_sub_dir)
  /external/grpc-grpc/src/ruby/spec/pb/duplicate/
codegen_spec.rb 28 root_dir = File.join(File.dirname(__FILE__), '..', '..', '..', '..', '..')
31 service_path = File.join(root_dir, 'src', 'ruby', 'pb', 'grpc',
50 chdir: root_dir)
  /external/toolchain-utils/
verify_compiler.py 37 def FindAllFiles(root_dir):
43 for dirpath, _, files in os.walk(root_dir)
51 for dirpath, _, files in os.walk(root_dir)
58 def VerifyArgs(compiler, filename, tmp_dir, root_dir, options, parser):
63 if options.filename and options.root_dir:
64 UsageError(parser, 'Cannot use both --file and --root_dir.')
65 if options.all_files and not options.root_dir:
66 UsageError(parser, 'Missing --root_dir option.')
67 if options.root_dir and not options.all_files:
79 if root_dir and not os.path.exists(root_dir)
    [all...]
  /external/webrtc/tools/sslroots/
generate_sslroots.py 52 root_dir = _SplitCrt(args[0], options)
53 _GenCFiles(root_dir, options)
54 _Cleanup(root_dir)
60 root_dir = os.path.dirname(os.path.abspath(source_file)) + '/'
61 _PrintOutput(root_dir, options)
72 new_file_name = root_dir + _PREFIX + label_name + _EXTENSION
82 return root_dir
85 def _GenCFiles(root_dir, options):
86 output_header_file = open(root_dir + _GENERATED_FILE, 'w')
98 for _, _, files in os.walk(root_dir)
    [all...]
  /external/perfetto/tools/
run_android_emulator 28 root_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
32 root_dir, 'buildtools', 'emulator', 'linux-x86_64')
36 root_dir, 'buildtools', 'emulator', 'darwin-x86_64')
39 aosp_path = os.path.join(root_dir, 'buildtools', 'aosp-arm')
gen_merged_protos 108 root_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
111 path = os.path.join(root_dir, proto)
147 out_path = os.path.join(root_dir, output_path)
  /external/vixl/tools/
generate_test_trace_a64_reference.py 47 root_dir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) variable
48 os.chdir(root_dir)
50 args = BuildOptions(root_dir)
  /development/vndk/tools/sourcedr/blueprint/
list_vndk_module.py 46 def print_vndk_module_csv(output_file, module_dicts, root_dir, exclude, select):
57 root_dir_prefix_len = len(root_dir) + 1
90 root_dir = os.path.dirname(args.root_bp)
95 output_file, module_dicts, root_dir, exclude, select)
98 sys.stdout, module_dicts, root_dir, exclude, select)
  /art/tools/golem/
build-target.sh 324 root_dir="$(get_build_var "$root_dir_var")"
340 setenv CUSTOM_TARGET_LINKER "${golem_run_path}${root_dir}/system/bin/linker${bit64_suffix}"
354 execute_noshow strip $root_dir/bin/* || true
355 show_command strip $root_dir/bin/'*' '|| true'
356 execute_noshow strip $root_dir/lib${bit64_suffix}/'*'
357 show_command strip $root_dir/lib${bit64_suffix}/'*'
367 dirs_rooted+=("$root_dir/$tar_dir")
  /external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py 24 def _find_all_files(self, root_dir):
31 root_dir: The root directory where the search starts from.
38 for path in os.listdir(os.path.join(root_dir, current_dir)):
39 expanded_path = os.path.join(root_dir, current_dir, path)
46 def _make_rar_archive(self, archive_path, root_dir):
55 root_dir: The root directory to archive.
62 def _make_archive(self, archive_type, archive_path, root_dir):
72 root_dir: The root directory to archive.
75 self._make_rar_archive(archive_path, root_dir)
  /external/wpa_supplicant_8/hs20/server/
spp_server.h 15 char *root_dir; member in struct:hs20_svc
  /build/make/tools/releasetools/
test_build_image.py 118 root_dir = common.MakeTempDir()
119 with open(os.path.join(root_dir, 'init'), 'w') as init_fp:
132 'root_dir': root_dir,
137 os.path.join(in_dir, 'init'), os.path.join(root_dir, 'init')))
147 root_dir = common.MakeTempDir()
148 with open(os.path.join(root_dir, 'init'), 'w') as init_fp:
162 'root_dir': root_dir,
168 os.path.join(in_dir, 'init'), os.path.join(root_dir, 'init'))
    [all...]
  /external/grpc-grpc/src/ruby/spec/
spec_helper.rb 16 root_dir = File.expand_path(File.join(spec_dir, '..'))
17 lib_dir = File.expand_path(File.join(root_dir, 'lib'))
  /external/python/cpython2/Lib/test/
test_shutil.py 378 root_dir, base_dir = self._create_files('')
389 tarball = make_archive(rel_base_name, 'gztar', root_dir, '.')
402 tarball = make_archive(rel_base_name, 'tar', root_dir, '.')
419 root_dir = self.mkdtemp()
420 dist = os.path.join(root_dir, base_dir)
429 self.write_file((root_dir, 'outer'), 'xxx')
430 return root_dir, base_dir
436 root_dir, base_dir = self._create_files()
438 tarball = make_archive(base_name, 'gztar', root_dir, base_dir)
445 tarball2 = os.path.join(root_dir, 'archive2.tar'
    [all...]
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
file_utils.cc 33 DIR* root_dir = opendir(proc_path); local
34 ScopedDir autoclose(root_dir);
36 while ((child_dir = readdir(root_dir))) {
  /bionic/tools/versioner/
run_tests.py 63 root_dir = os.path.dirname(os.path.realpath(__file__)) variable
64 test_dir = os.path.join(root_dir, "tests")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
archive_util.py 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
201 'root_dir' is a directory that will be the root directory of the
202 archive; ie. we typically chdir into 'root_dir' before creating the
205 directories in the archive. 'root_dir' and 'base_dir' both default
212 if root_dir is not None:
213 log.debug("changing into '%s'", root_dir)
216 os.chdir(root_dir)
239 if root_dir is not None:
  /external/python/cpython2/Lib/distutils/
archive_util.py 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
201 'root_dir' is a directory that will be the root directory of the
202 archive; ie. we typically chdir into 'root_dir' before creating the
205 directories in the archive. 'root_dir' and 'base_dir' both default
212 if root_dir is not None:
213 log.debug("changing into '%s'", root_dir)
216 os.chdir(root_dir)
239 if root_dir is not None:
  /external/python/cpython3/Lib/distutils/
archive_util.py 206 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
214 'root_dir' is a directory that will be the root directory of the
215 archive; ie. we typically chdir into 'root_dir' before creating the
218 directories in the archive. 'root_dir' and 'base_dir' both default
225 if root_dir is not None:
226 log.debug("changing into '%s'", root_dir)
229 os.chdir(root_dir)
252 if root_dir is not None:

Completed in 1261 milliseconds

1 2 3 4