Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dbackend_integration_test.cpp292 program_path_ = std::getenv("ET_MODULE_ADD_MUL_PATH"); in SetUp()
293 ASSERT_FALSE(program_path_.empty()); in SetUp()
316 return program_path_.c_str(); in program_path()
323 std::string program_path_; member in BackendIntegrationTest