Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/applypatch_test/
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);
Dcommandsfunction_unittest.cpp68 mode_t dirMode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; variable
71 …dirRecursive(TransferManager::GetTransferManagerInstance()->GetGlobalParams()->storeBase, dirMode);
72 int fd = open(filePath.c_str(), O_RDWR | O_CREAT, dirMode);
Dall_cmd_unittest.cpp173 mode_t dirMode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; variable
176 …dirRecursive(TransferManager::GetTransferManagerInstance()->GetGlobalParams()->storeBase, dirMode);
178 int fd = open(filePath.c_str(), O_RDWR | O_CREAT, dirMode);