Home
last modified time | relevance | path

Searched defs:FLAG_WRITE (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/files/
Dfile.h50 FLAG_WRITE = 1 << 5, enumerator
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc304 enum Flags { FLAG_WRITE = 1, FLAG_ALLOC = 2, FLAG_EXEC = 4 }; enumerator