Home
last modified time | relevance | path

Searched refs:package_path (Results 1 – 6 of 6) sorted by relevance

/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp45 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/
Dtest_vtsc.py84 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/
DHalDriverLoader.cpp54 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/
DVtsCompilerUtils.cpp576 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/
Dtest_case_creator.py370 package_path=imported_package_str.replace('.', '/'),
/test/vts/proto/
DComponentSpecificationMessage.proto578 // The modules to import (e.g., package_path.component_name).