Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h49 #define CLOSE_ON_EXEC_MODE "" macro
52 #define CLOSE_ON_EXEC_MODE "e" macro
Drecord_file_reader.cpp79 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; in CreateInstance()