Home
last modified time | relevance | path

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

/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp131 static void GetExe(std::string* exe_name) { in GetExe() argument
135 *exe_name = std::string(path, path_len); in GetExe()
147 std::string exe_name; in RunTest() local
148 GetExe(&exe_name); in RunTest()
149 args.insert(args.begin(), exe_name.c_str()); in RunTest()