Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 11 of 11) sorted by relevance

/tools/asuite/aidegen/lib/
Dsource_locator_unittest.py88 src_path = module_data._get_source_folder(test_java)
89 self.assertEqual(src_path, result_source)
93 src_path = module_data._get_source_folder(test_java)
94 self.assertEqual(src_path, None)
99 src_path = module_data._get_source_folder(test_java)
100 self.assertEqual(src_path, None)
185 src_path = source_locator.ModuleData._parse_source_path(
187 self.assertEqual(src_path, expected_result)
193 src_path = source_locator.ModuleData._parse_source_path(
195 self.assertEqual(src_path, expected_result)
[all …]
Dclion_project_file_gen.py403 src_path = os.path.join(cc_dir, constant.CLION_PROJECT_FILE_NAME)
404 if os.path.isfile(src_path):
405 os.remove(src_path)
406 with open(src_path, 'w', encoding='utf-8') as hfile:
407 _write_base_cmakelists_file(hfile, cc_module_info, src_path, mod_names)
408 os.symlink(src_path, dst_path)
Declipse_project_file_gen.py108 for src_path in relpaths:
110 src_path, self.module_relpath):
111 src_links.add(self._gen_link(src_path))
/tools/asuite/atest/test_finders/
Dcache_finder.py172 for src_path in module_srcs:
173 abs_src_path = atest_utils.get_build_top(src_path)
174 if constants.CC_EXT_RE.match(src_path):
Dmodule_finder.py701 src_path = os.path.join(self.root_dir, src)
705 test_finder_utils.get_annotated_methods(annotation, src_path)
711 all_methods = test_finder_utils.get_java_methods(src_path)
714 test_finder_utils.get_annotated_methods(annotation, src_path)
/tools/asuite/aidegen/idea/
Diml_unittest.py75 src_path = os.path.join(IMLGenUnittests._TEST_DIR, 'a/b/src')
105 SRC_PATH=src_path,
121 src_path = os.path.join(IMLGenUnittests._TEST_DIR, 'a/b/src')
137 """.format(SRC_PATH=src_path,
/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py96 def PushFile(self, src_path, dest_path): argument
106 cmd = 'scp %s %s root@%s:%s' % (' '.join(SSH_FLAGS), src_path,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtSarBaseTest.py690 def push_table(self, ad, src_path, dest_path=''): argument
701 if os.path.dirname(src_path) != ad.device_log_path:
702 job.run('cp {} {}'.format(src_path, ad.device_log_path))
706 ad.push_system_file(src_path, dest_path)
708 ad.push_system_file(src_path, self.sar_file_path)
712 self.bt_sar_df = self.read_sar_table(self.dut, src_path)
/tools/asuite/atest/
Dcli_translator.py626 src_path = ''
630 src_path, test_group = args.tests[0].split(':')
633 src_path = args.tests[0]
636 path=src_path,
649 os.path.join(src_path, constants.TEST_MAPPING),
/tools/asuite/atest/coverage/
Dcoverage.py326 for src_path in src_paths:
328 cmd.append(src_path)
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py614 src_path = remote_path.join(remote_image_subdir, "build.prop")
619 {"src": src_path,