Home
last modified time | relevance | path

Searched defs:binaryPath (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DAppInfoFetcher.h39 std::string binaryPath; member
/aosp12/system/chre/host/common/test/
H A Dchre_test_client.cc227 const char *binaryPath) { in sendLoadNanoappRequest()
329 const std::string binaryPath{argi < argc ? argv[argi++] : ""}; in main() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExtensions.cpp134 auto native_info = [&](const std::string& binaryPath) -> android::nn::AppInfoFetcher::AppInfo { in TEST_F()