Home
last modified time | relevance | path

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

12

/tools/asuite/aidegen/vscode/
Dvscode_workspace_file_gen.py49 root_dir = common_util.get_android_root_dir()
51 name = _get_unique_project_name(path, root_dir)
85 def _get_unique_project_name(abs_path, root_dir): argument
98 unique_name = os.path.relpath(abs_path, root_dir).replace(os.sep, '.')
100 unique_name = os.path.basename(root_dir)
Dvscode_workspace_file_gen_unittest.py62 root_dir = 'a/b'
65 abs_path, root_dir)
70 abs_path, root_dir)
Dvscode_native_project_file_gen.py81 root_dir = common_util.get_android_root_dir()
83 [os.path.relpath(self.mod_dir, root_dir)])
/tools/tradefederation/core/atest/
Dmodule_info.py49 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
63 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, '/')
64 out_dir = os.environ.get(constants.ANDROID_PRODUCT_OUT, root_dir)
69 if out_dir.find(root_dir) == 0:
71 module_info_target = os.path.relpath(module_file_path, root_dir)
241 if os.path.isfile(os.path.join(self.root_dir, test_config)):
245 if os.path.isfile(os.path.join(self.root_dir, path,
Dtest_mapping.py117 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, os.sep)
118 path = os.path.realpath(os.path.join(root_dir, self.path))
Dcli_translator.py397 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, os.sep)
398 while path != root_dir and path != os.sep:
Datest_utils.py591 def get_modified_files(root_dir): argument
608 find_git_cmd = 'cd {}; git rev-parse --show-toplevel'.format(root_dir)
/tools/asuite/atest/
Dmodule_info.py51 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
65 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, '/')
66 out_dir = os.environ.get(constants.ANDROID_PRODUCT_OUT, root_dir)
71 if out_dir.find(root_dir) == 0:
73 module_info_target = os.path.relpath(module_file_path, root_dir)
244 if os.path.isfile(os.path.join(self.root_dir, test_config)):
248 if os.path.isfile(os.path.join(self.root_dir, path,
Dtest_mapping.py115 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, os.sep)
116 path = os.path.realpath(os.path.join(root_dir, self.path))
Dcli_translator.py398 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP, os.sep)
399 while path not in (root_dir, os.sep):
Datest_utils.py589 def get_modified_files(root_dir): argument
606 find_git_cmd = 'cd {}; git rev-parse --show-toplevel'.format(root_dir)
/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder.py50 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
78 config_file = os.path.join(self.root_dir, rel_config)
146 abs_path = os.path.join(self.root_dir, integration_dir)
199 rel_config = os.path.relpath(test_file, self.root_dir)
210 paths = test_finder_utils.find_class_file(self.root_dir,
256 rel_config = os.path.relpath(path, self.root_dir)
Dmodule_finder.py49 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
100 config_file = os.path.join(self.root_dir,
108 out_dir = os.path.relpath(out_dir, self.root_dir)
180 config_file = os.path.join(self.root_dir, rel_config)
260 os.path.relpath(path, self.root_dir)):
287 self.root_dir, test_dir, self.module_info)
372 test_config_path = os.path.join(self.root_dir, test_config)
408 search_dir = os.path.join(self.root_dir,
411 search_dir = self.root_dir
417 test_paths = test_finder_utils.find_class_file(self.root_dir,
[all …]
Dtest_finder_utils.py486 def find_parent_module_dir(root_dir, start_dir, module_info): argument
502 if not is_equal_or_sub_dir(start_dir, root_dir):
503 raise ValueError('%s not in repo %s' % (start_dir, root_dir))
506 while current_dir != root_dir:
509 rel_dir = os.path.relpath(current_dir, root_dir)
518 if os.path.isfile(os.path.join(root_dir, test_config)):
856 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
859 abs_path = os.path.join(root_dir, integration_dir)
877 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
883 abs_int_dir = os.path.join(root_dir, possible_dir)
Dsuite_plan_finder.py41 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
119 rel_config = os.path.relpath(path, self.root_dir)
/tools/asuite/atest/test_finders/
Dmodule_finder.py51 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
102 config_file = os.path.join(self.root_dir,
110 out_dir = os.path.relpath(out_dir, self.root_dir)
182 config_file = os.path.join(self.root_dir, rel_config)
262 os.path.relpath(path, self.root_dir)):
289 self.root_dir, test_dir, self.module_info)
375 test_config_path = os.path.join(self.root_dir, test_config)
411 search_dir = os.path.join(self.root_dir,
414 search_dir = self.root_dir
420 test_paths = test_finder_utils.find_class_file(self.root_dir,
[all …]
Dtf_integration_finder.py52 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
80 config_file = os.path.join(self.root_dir, rel_config)
150 abs_path = os.path.join(self.root_dir, integration_dir)
203 rel_config = os.path.relpath(test_file, self.root_dir)
214 paths = test_finder_utils.find_class_file(self.root_dir,
260 rel_config = os.path.relpath(path, self.root_dir)
Dtest_finder_utils.py496 def find_parent_module_dir(root_dir, start_dir, module_info): argument
512 if not is_equal_or_sub_dir(start_dir, root_dir):
513 raise ValueError('%s not in repo %s' % (start_dir, root_dir))
516 while current_dir != root_dir:
519 rel_dir = os.path.relpath(current_dir, root_dir)
528 if os.path.isfile(os.path.join(root_dir, test_config)):
870 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
873 abs_path = os.path.join(root_dir, integration_dir)
891 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
897 abs_int_dir = os.path.join(root_dir, possible_dir)
Dsuite_plan_finder.py41 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
120 rel_config = os.path.relpath(path, self.root_dir)
/tools/asuite/aidegen/lib/
Dnative_util_unittest.py163 root_dir = 'a/path/to/dir'
166 abs_path = os.path.join(root_dir, folder)
167 mock_walk.return_value = [(root_dir, [folder], [target])]
170 mock_walk.return_value = [(root_dir, [folder], [target])]
Dclion_project_file_gen.py365 root_dir = common_util.get_android_root_dir()
366 cc_dir = os.path.join(root_dir, constant.RELATIVE_NATIVE_PATH,
368 cc_out_dir = os.path.join(root_dir, common_util.get_android_out_dir(),
407 root_dir = common_util.get_android_root_dir()
418 link_project_dir = os.path.join(root_dir,
420 os.path.relpath(project_dir, root_dir))
Dnative_module_info.py78 root_dir = common_util.get_android_root_dir()
79 module_info_target = os.path.relpath(module_file, root_dir)
Dcommon_util.py667 root_dir = get_android_root_dir()
669 root_dir, get_blueprint_json_path(
673 root_dir, get_blueprint_json_path(constant.BLUEPRINT_CC_JSONFILE_NAME))
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner.py90 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
107 key_path = os.path.join(self.root_dir, ape_api_key)
316 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
317 return os.path.commonprefix([output, root_dir]) != root_dir
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py92 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
109 key_path = os.path.join(self.root_dir, ape_api_key)
327 root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
328 return os.path.commonprefix([output, root_dir]) != root_dir

12