Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dpartition_update_record_unittest.cpp58 mode_t dirMode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; variable
62 Updater::Utils::MkdirRecursive(miscDir, dirMode);
64 int fd = open(filePath.c_str(), O_RDWR | O_CREAT, dirMode);
H A Dcommandsfunction_unittest.cpp67 mode_t dirMode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; variable
70 Utils::MkdirRecursive(transferParams->storeBase, dirMode);
71 int fd = open(filePath.c_str(), O_RDWR | O_CREAT, dirMode);
H A Dall_cmd_unittest.cpp173 mode_t dirMode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; variable
176 Utils::MkdirRecursive(tm->GetTransferParams()->storeBase, dirMode);
178 int fd = open(filePath.c_str(), O_RDWR | O_CREAT, dirMode);