Home
last modified time | relevance | path

Searched refs:manuFacture (Results 1 - 3 of 3) sorted by relevance

/test/xts/tools/others/query/src/
H A DQueryMainStandard.cpp145 const char *manuFacture = GetManufacture(); in main() local
146 if (manuFacture != nullptr) { in main()
147 printf("manuFacture = %s\n", manuFacture); in main()
149 printf("manuFacture = nullptr\n"); in main()
/test/xts/tools/lite/others/query/src/
H A DQueryMainSmall.cpp150 const char *manuFacture = GetManufacture(); in main() local
151 if (manuFacture != nullptr) { in main()
152 printf("manuFacture = %s\n", manuFacture); in main()
154 printf("manuFacture = nullptr\n"); in main()
/test/xts/tools/lite/hctest/src/
H A Dhctest.c337 const char *manuFacture = GetManufacture(); in ObtainSystemParams() local
338 if (manuFacture != NULL) { in ObtainSystemParams()
339 printf("manuFacture = %s\n", manuFacture); in ObtainSystemParams()
341 printf("manuFacture = NULL\n"); in ObtainSystemParams()

Completed in 2 milliseconds