Home
last modified time | relevance | path

Searched refs:rel_file_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/tools/asuite/plugin_lib/
H A Dplugin_run_unittests.py46 rel_file_path = os.path.relpath(full_file_path, base_path)
47 rel_file_path, _ = os.path.splitext(rel_file_path)
48 rel_file_path = rel_file_path.replace(os.sep, ".")
49 testable_modules.append(rel_file_path)
/aosp_15_r20/tools/asuite/atest/asuite_lib_test/
H A Dasuite_lib_run_tests.py43 rel_file_path = os.path.relpath(full_file_path, base_path)
44 rel_file_path, _ = os.path.splitext(rel_file_path)
45 rel_file_path = rel_file_path.replace(os.sep, '.')
46 testable_modules.append(rel_file_path)
/aosp_15_r20/tools/asuite/aidegen/
H A Daidegen_run_unittests.py47 rel_file_path = os.path.relpath(full_file_path, base_path)
48 rel_file_path, _ = os.path.splitext(rel_file_path)
49 rel_file_path = rel_file_path.replace(os.sep, ".")
50 testable_modules.append(rel_file_path)
/aosp_15_r20/tools/asuite/atest/
H A Datest_run_unittests.py63 rel_file_path = os.path.relpath(full_file_path, base_path)
64 rel_file_path, _ = os.path.splitext(rel_file_path)
65 rel_file_path = rel_file_path.replace(os.sep, '.')
66 testable_modules.append(rel_file_path)
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_ts.cpp34 std::string rel_file_path; member
762 std::string rel_file_path; in AddImport() local
765 rel_file_path += i == 0 ? ".." : (kPathSeparator + std::string("..")); in AddImport()
767 if (dep_comps.size() == 0) { rel_file_path += "."; } in AddImport()
777 rel_file_path += bare_file_path; in AddImport()
783 import.rel_file_path = rel_file_path; in AddImport()
785 "import { " + symbols_expression + " } from '" + rel_file_path + "';"; in AddImport()
/aosp_15_r20/external/angle/build/chromeos/
H A Dtest_runner.py706 rel_file_path = os.path.relpath(
708 if not any(regex.match(rel_file_path) for regex in self._FILE_IGNORELIST):
709 rel_file_paths.append(rel_file_path)
/aosp_15_r20/external/cronet/build/chromeos/
H A Dtest_runner.py695 rel_file_path = os.path.relpath(
697 if not any(regex.match(rel_file_path) for regex in self._FILE_IGNORELIST):
698 rel_file_paths.append(rel_file_path)