Home
last modified time | relevance | path

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

/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; in HWTEST_F() local
62 Updater::Utils::MkdirRecursive(miscDir, dirMode); in HWTEST_F()
64 int fd = open(filePath.c_str(), O_RDWR | O_CREAT, dirMode); in HWTEST_F()
H A Dcommandsfunction_unittest.cpp67 mode_t dirMode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in HWTEST_F() local
70 Utils::MkdirRecursive(transferParams->storeBase, dirMode); in HWTEST_F()
71 int fd = open(filePath.c_str(), O_RDWR | O_CREAT, dirMode); in HWTEST_F()
H A Dall_cmd_unittest.cpp173 mode_t dirMode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in HWTEST_F() local
176 Utils::MkdirRecursive(tm->GetTransferParams()->storeBase, dirMode); in HWTEST_F()
178 int fd = open(filePath.c_str(), O_RDWR | O_CREAT, dirMode); in HWTEST_F()

Completed in 2 milliseconds