Home
last modified time | relevance | path

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

/art/runtime/
Dprebuilt_tools_test.cc34 struct stat exec_st; in CheckToolsExist() local
36 if (stat(exec_path.c_str(), &exec_st) != 0) { in CheckToolsExist()