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.cpp130 static void GetExe(std::string* exe_name) { in GetExe() argument
134 *exe_name = std::string(path, path_len); in GetExe()
146 std::string exe_name; in RunTest() local
147 GetExe(&exe_name); in RunTest()
148 args.insert(args.begin(), exe_name.c_str()); in RunTest()