Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dfile.cpp51 const auto perm = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH; in Open() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3017 …r::LowerGCMalloc(const BaseNode &node, const GCMallocNode &gcmalloc, BlockNode &blkNode, bool perm) in LowerGCMalloc()