Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h35 #define CLOSE_ON_EXEC_MODE "" macro
37 #define CLOSE_ON_EXEC_MODE "e" macro
Dread_apk.cpp147 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; in IsValidApkPath()
Drecord_file_reader.cpp33 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; in CreateInstance()
Dread_elf.cpp92 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; in IsValidElfPath()