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.py89 src_path = module_data._get_source_folder(test_java)
90 self.assertEqual(src_path, result_source)
94 src_path = module_data._get_source_folder(test_java)
95 self.assertEqual(src_path, None)
100 src_path = module_data._get_source_folder(test_java)
101 self.assertEqual(src_path, None)
187 src_path = source_locator.ModuleData._parse_source_path(
189 self.assertEqual(src_path, expect_result)
195 src_path = source_locator.ModuleData._parse_source_path(
197 self.assertEqual(src_path, expect_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') 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.py109 for src_path in relpaths:
111 src_path, self.module_relpath):
112 src_links.add(self._gen_link(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/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.py522 src_path = ''
526 src_path, test_group = args.tests[0].split(':')
529 src_path = args.tests[0]
532 path=src_path, test_groups=test_groups,
542 os.path.join(src_path, constants.TEST_MAPPING),
/tools/asuite/atest-py2/
Dcli_translator.py455 src_path = ''
459 src_path, test_group = args.tests[0].split(':')
461 src_path = args.tests[0]
464 path=src_path, test_group=test_group,
/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/asuite/atest/test_finders/
Dcache_finder.py179 for src_path in module_srcs:
181 if src_path.find(file_path) >= 0:
Dmodule_finder.py616 src_path = os.path.join(self.root_dir, src)
621 annotation, src_path))
626 all_methods = test_finder_utils.get_java_methods(src_path)
630 annotation, src_path))
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py485 src_path = remote_path.join(remote_image_subdir, "build.prop")
490 {"src": src_path,