Home
last modified time | relevance | path

Searched refs:imported_package_name (Results 1 – 2 of 2) sorted by relevance

/test/vts-testcase/hal/script/configure/
Dtest_case_creator.py362 imported_package_name = imported_package_str[
365 imported_package_name, imported_package_version)
368 hal_path=imported_package_name.replace('.', '/'),
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp497 string imported_package_name = import_name.package(); in GenerateHeaderIncludeFiles() local
500 string imported_package_path = imported_package_name; in GenerateHeaderIncludeFiles()
506 if (imported_package_name.find("android.hidl.base") == std::string::npos) { in GenerateHeaderIncludeFiles()