Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h37 #define CLOSE_ON_EXEC_MODE "" macro
40 #define CLOSE_ON_EXEC_MODE "e" macro
Drecord_file_reader.cpp73 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; in CreateInstance()
Dread_elf.cpp93 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; in IsValidElfPath()