Searched refs:rel_file_path (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/tools/asuite/plugin_lib/ |
H A D | plugin_run_unittests.py | 46 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 D | asuite_lib_run_tests.py | 43 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 D | aidegen_run_unittests.py | 47 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 D | atest_run_unittests.py | 63 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 D | idl_gen_ts.cpp | 34 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 D | test_runner.py | 706 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 D | test_runner.py | 695 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)
|