Searched refs:PERM (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
H A D | file.cpp | 50 const auto PERM = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH; in Open() local 52 return File(open(filename.data(), GetFlags(mode), PERM)); in Open()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
H A D | file.cpp | 56 const auto PERM = _S_IREAD | _S_IWRITE; in Open() local 57 _sopen_s(&fh, filename.data(), GetFlags(mode), _SH_DENYNO, PERM); in Open()
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
H A D | file.cpp | 56 const auto PERM = _S_IREAD | _S_IWRITE; in Open() local 57 _sopen_s(&fh, filename.data(), GetFlags(mode), _SH_DENYNO, PERM); in Open()
|
Completed in 2 milliseconds