HomeSort by relevance Sort by last modified time
    Searched refs:driver_binary_path (Results 1 - 2 of 2) sorted by null

  /test/vts/agents/hal/
AgentRequestHandler.cpp 150 string driver_binary_path; local
163 driver_binary_path = driver_hal_binary32_;
165 driver_binary_path = driver_hal_binary64_;
167 size_t offset = driver_binary_path.find_last_of("/");
168 string ld_dir_path = driver_binary_path.substr(0, offset);
176 ld_dir_path.c_str(), driver_binary_path.c_str(),
183 ld_dir_path.c_str(), driver_binary_path.c_str(),
192 ld_dir_path.c_str(), driver_binary_path.c_str(),
201 ld_dir_path.c_str(), driver_binary_path.c_str(),
208 driver_binary_path = driver_shell_binary32_
    [all...]
  /test/vts/testcases/template/hal_hidl_replay_test/
hal_hidl_replay_test.py 102 driver_binary_path = path_utils.JoinTargetPath(
130 driver_binary_path,

Completed in 218 milliseconds