Searched refs:package_path (Results 1 – 6 of 6) sorted by relevance
/test/vts/compilation_tools/vtsc/test/ |
D | test_vtsc.py | 84 for package_path, component_names in zip( 91 self.GenerateVtsFile(package_path) 105 for package_path, component_name in zip( 112 (package_path, 124 for package_path, component_names in zip( 131 self.GenerateVtsFile(package_path)
|
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/ |
D | HalHidlFuzzerCodeGen.cpp | 45 string package_path = comp_spec_.package(); in GenerateUsingDeclaration() local 46 ReplaceSubString(package_path, ".", "::"); in GenerateUsingDeclaration() 49 out << "using namespace ::" << package_path << "::" << comp_version << ";\n"; in GenerateUsingDeclaration()
|
/test/vts/drivers/hal/common/component_loader/ |
D | HalDriverLoader.cpp | 50 string package_path = package_name; in FindComponentSpecification() local 51 ReplaceSubString(package_path, ".", "/"); in FindComponentSpecification() 52 driver_lib_dir += package_path + "/"; in FindComponentSpecification()
|
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerUtils.cpp | 565 string package_path = GetPackageName(message); in GetPackagePath() local 566 ReplaceSubString(package_path, ".", "/"); in GetPackagePath() 567 return package_path; in GetPackagePath()
|
/test/vts-testcase/hal/script/configure/ |
D | test_case_creator.py | 295 package_path=imported_package_str.replace('.',
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 510 // The modules to import (e.g., package_path.component_name).
|