Home
last modified time | relevance | path

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

/cts/tests/aslr/src/
DAslrMallocTest.cpp49 static const std::string argPrint = "--print-malloc-address"; variable
86 ASSERT_TRUE(execl(self_.c_str(), self_.c_str(), argPrint.c_str(), in GetAddress()
142 if (argc == 3 && argPrint == argv[1]) { in main()