Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 25 of 29) sorted by relevance

12

/external/webrtc/tools/sslroots/
Dgenerate_sslroots.py52 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): argument
86 output_header_file = open(root_dir + _GENERATED_FILE, 'w')
98 for _, _, files in os.walk(root_dir):
[all …]
/external/autotest/client/site_tests/platform_CrosDisksArchive/
Dplatform_CrosDisksArchive.py25 def _find_all_files(self, root_dir): argument
39 for path in os.listdir(os.path.join(root_dir, current_dir)):
40 expanded_path = os.path.join(root_dir, current_dir, path)
47 def _make_tar_archive(self, archive_path, root_dir, compression=None): argument
62 for path in self._find_all_files(root_dir):
63 archive.add(os.path.join(root_dir, path), path)
66 def _make_zip_archive(self, archive_path, root_dir, argument
81 for path in self._find_all_files(root_dir):
82 archive.write(os.path.join(root_dir, path), path)
85 def _make_archive(self, archive_type, archive_path, root_dir): argument
[all …]
/external/v8/tools/
Dfind_depot_tools.py30 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/chromium-trace/catapult/firefighter/bin/
Dpackaging.py20 def Modules(root_dir): argument
22 for root, _, files in os.walk(root_dir):
29 def Yamls(root_dir): argument
31 for root, _, files in os.walk(root_dir):
38 def TempAppDir(root_dir, symlinks): argument
62 for module in Modules(root_dir):
63 module_source_dir = os.path.join(root_dir, module)
73 link(os.path.join(root_dir, 'base'),
Ddeploy15 root_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
16 with packaging.TempAppDir(root_dir, symlinks=False) as temp_app_dir:
Drun17 root_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
18 with packaging.TempAppDir(root_dir, symlinks=True) as temp_app_dir:
/external/libyuv/files/
DDEPS2 # Override root_dir in your .gclient's custom_vars to specify a custom root
4 'root_dir': 'libyuv',
16 Var('root_dir') + '/third_party/gflags/src':
28 'action': ['python', '-u', Var('root_dir') + '/sync_chromium.py',
35 'action': ['python', Var('root_dir') + '/setup_links.py'],
40 'action': ['python', Var('root_dir') + '/gyp_libyuv'],
/external/libbrillo/brillo/
Dosrelease_reader.cc24 void OsReleaseReader::LoadTestingOnly(const base::FilePath& root_dir) { in LoadTestingOnly() argument
25 Load(root_dir); in LoadTestingOnly()
28 void OsReleaseReader::Load(const base::FilePath& root_dir) { in Load() argument
29 base::FilePath osrelease = root_dir.Append("etc").Append("os-release"); in Load()
36 base::FilePath osreleased = root_dir.Append("etc").Append("os-release.d"); in Load()
Dosrelease_reader.h34 void LoadTestingOnly(const base::FilePath& root_dir);
47 BRILLO_PRIVATE void Load(const base::FilePath& root_dir);
/external/autotest/client/virt/
Dkvm_vm.py20 def __init__(self, name, params, root_dir, address_cache, state=None): argument
51 self.root_dir = root_dir
97 def clone(self, name=None, params=None, root_dir=None, address_cache=None, argument
116 if root_dir is None:
117 root_dir = self.root_dir
124 return VM(name, params, root_dir, address_cache, state)
127 def __make_qemu_command(self, name=None, params=None, root_dir=None): argument
385 if root_dir is None:
386 root_dir = self.root_dir
392 vm = self.clone(name, params, root_dir, copy_state=True)
[all …]
Dvirt_vm.py191 def get_image_filename(params, root_dir): argument
207 image_filename = virt_utils.get_path(root_dir, image_filename)
211 def create_image(params, root_dir): argument
225 qemu_img_cmd = virt_utils.get_path(root_dir, params.get("qemu_img_binary",
236 image_filename = get_image_filename(params, root_dir)
246 def remove_image(params, root_dir): argument
257 image_filename = get_image_filename(params, root_dir)
265 def check_image(params, root_dir): argument
280 image_filename = get_image_filename(params, root_dir)
282 qemu_img_cmd = virt_utils.get_path(root_dir,
/external/google-benchmark/
Dmingw.py233 root_dir = os.path.join(location, slug, 'mingw64')
235 root_dir = os.path.join(location, slug, 'mingw32')
240 if not os.path.exists(root_dir):
242 if downloaded != root_dir:
244 % (downloaded, root_dir))
246 return root_dir
302 root_dir = root(location = args.location, arch = args.arch,
307 sys.stdout.write('%s\n' % os.path.join(root_dir, 'bin'))
/external/vixl/tools/
Dgenerate_simulator_traces.py118 root_dir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) variable
119 os.chdir(root_dir)
121 args = BuildOptions(root_dir)
/external/valgrind/
Druntest.sh17 root_dir=`realpath \`dirname $0\`/../../`
34 cd $root_dir
/external/autotest/client/tests/kvm/tests/
Dunattended_install.py212 root_dir = test.bindir
213 images_dir = os.path.join(root_dir, 'images')
214 self.deps_dir = os.path.join(root_dir, 'deps')
215 self.unattended_dir = os.path.join(root_dir, 'unattended')
236 self.unattended_file = os.path.join(root_dir, self.unattended_file)
239 self.finish_program = os.path.join(root_dir, self.finish_program)
243 self.qemu_img_binary = os.path.join(root_dir,
247 self.cdrom_cd1 = os.path.join(root_dir, self.cdrom_cd1)
255 self.floppy = os.path.join(root_dir, self.floppy)
Denospc.py16 root_dir = test.bindir
20 self.qemu_img_binary = os.path.join(root_dir,
/external/autotest/client/common_lib/
Dglobal_config.py40 root_dir = os.path.dirname(client_dir) variable
45 global_config_path_root = os.path.join(root_dir, 'global_config.ini')
46 moblab_config_path_root = os.path.join(root_dir, 'moblab_config.ini')
47 shadow_config_path_root = os.path.join(root_dir, 'shadow_config.ini')
/external/selinux/policycoreutils/sestatus/
Dsestatus.c196 const char *pol_name, *root_dir; in main() local
247 root_dir = selinux_path(); in main()
248 if (root_dir == NULL) { in main()
253 root_path = strdup(root_dir); in main()
/external/wpa_supplicant_8/hs20/server/
Dhs20_spp_server.c159 ctx.root_dir = optarg; in main()
166 if (ctx.root_dir == NULL) { in main()
Dspp_server.h15 char *root_dir; member
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py767 root_dir = project_dir
768 one_up_dir = os.path.dirname(root_dir)
770 root_dir = os.path.dirname(root_dir)
773 prefix = os.path.commonprefix([root_dir, project_dir])
778 root_dir = os.path.dirname(fullname)
779 while (root_dir != os.path.dirname(root_dir) and
780 not os.path.exists(os.path.join(root_dir, ".git")) and
781 not os.path.exists(os.path.join(root_dir, ".hg")) and
782 not os.path.exists(os.path.join(root_dir, ".svn"))):
783 root_dir = os.path.dirname(root_dir)
[all …]
/external/libvpx/libvpx/tools/
Dcpplint.py892 root_dir = project_dir
893 one_up_dir = os.path.dirname(root_dir)
895 root_dir = os.path.dirname(root_dir)
898 prefix = os.path.commonprefix([root_dir, project_dir])
903 root_dir = os.path.dirname(fullname)
904 while (root_dir != os.path.dirname(root_dir) and
905 not os.path.exists(os.path.join(root_dir, ".git")) and
906 not os.path.exists(os.path.join(root_dir, ".hg")) and
907 not os.path.exists(os.path.join(root_dir, ".svn"))):
908 root_dir = os.path.dirname(root_dir)
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_i.h125 char *root_dir; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/winfonts/
Dwinfnt.c409 WinPE_RsrcDirRec root_dir, name_dir, lang_dir; in fnt_face_get_dll_font() local
469 FT_STREAM_READ_FIELDS( winpe_rsrc_dir_fields, &root_dir ) ) in fnt_face_get_dll_font()
474 for ( i = 0; i < root_dir.number_of_named_entries + in fnt_face_get_dll_font()
475 root_dir.number_of_id_entries; i++ ) in fnt_face_get_dll_font()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c305 struct dir_info *root_dir; variable
1645 fragment = eval_frag_actions(root_dir, dir_ent); in get_and_fill_fragment()
3205 root_dir = dir_scan1(pathname, "", paths, _readdir, 1); in dir_scan()
3206 if(root_dir == NULL) in dir_scan()
3251 dir_ent->dir = root_dir; in dir_scan()
3252 root_dir->dir_ent = dir_ent; in dir_scan()
3258 dir_scan2(root_dir, get_pseudo()); in dir_scan()
3264 dir_scan3(root_dir); in dir_scan()
3272 dir_scan4(root_dir); in dir_scan()
3278 dir_scan5(root_dir); in dir_scan()
[all …]

12