Searched refs:package_path (Results 1 – 6 of 6) sorted by relevance
/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/compilation_tools/vtsc/test/ |
D | test_vtsc.py | 84 for package_path, component_names in zip( 91 self.GenerateVtsFile(package_path) 114 for package_path, component_names in zip( 121 self.GenerateVtsFile(package_path)
|
/test/vts/drivers/hal/common/component_loader/ |
D | HalDriverLoader.cpp | 54 string package_path = package_name; in FindComponentSpecification() local 55 ReplaceSubString(package_path, ".", "/"); in FindComponentSpecification() 56 driver_lib_dir += package_path + "/"; in FindComponentSpecification()
|
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerUtils.cpp | 576 string package_path = GetPackageName(message); in GetPackagePath() local 577 ReplaceSubString(package_path, ".", "/"); in GetPackagePath() 578 return package_path; in GetPackagePath()
|
/test/vts-testcase/hal/script/configure/ |
D | test_case_creator.py | 370 package_path=imported_package_str.replace('.', '/'),
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 578 // The modules to import (e.g., package_path.component_name).
|