Searched refs:testPath (Results 1 - 5 of 5) sorted by relevance
/test/xts/hats/kernel/syscalls/fileio/mknodat/ |
H A D | MknodatApiTest.cpp | 66 const char *testPath = "test_path"; in HWTEST_F() local 71 int ret = mknodat(dirFd, testPath, S_IFIFO | mode, 0); in HWTEST_F() 121 const char *testPath = "test_path"; in HWTEST_F() local 124 int ret = mknodat(-1, testPath, mode, 0); in HWTEST_F() 139 const char *testPath = TEST_PATH_REG; in HWTEST_F() local 144 int ret = mknodat(dirFd, testPath, S_IFREG | mode, 0); in HWTEST_F() 147 unlink(testPath); in HWTEST_F() 160 const char *testPath = TEST_PATH_CHR; in HWTEST_F() local 165 int ret = mknodat(dirFd, testPath, S_IFCHR | mode, makedev(1, 3)); in HWTEST_F() 168 unlink(testPath); in HWTEST_F() 181 const char *testPath = TEST_PATH_BLK; HWTEST_F() local 202 const char *testPath = TEST_PATH_SOCK; HWTEST_F() local [all...] |
/test/xts/hats/kernel/syscalls/fileio/mkdirat/ |
H A D | MkdiratApiTest.cpp | 65 const char *testPath = "test_path"; in HWTEST_F() local 70 int ret = mkdirat(dirFd, testPath, mode); in HWTEST_F() 75 int num = sprintf_s(path, MAX_LEN, "%s/%s", OPEN_API_TEST_PATH, testPath); in HWTEST_F() 145 const char *testPath = "test_path"; in HWTEST_F() local 148 int ret = mkdirat(-1, testPath, mode); in HWTEST_F()
|
/test/xts/acts/multimedia_lite/utils_posix/common/src/ |
H A D | ActsTestMediaUtils.cpp | 61 int32_t SampleSaveCapture(string testPath, const char *p, uint32_t size)
in SampleSaveCapture() argument 71 filePath = testPath + ss.str();
in SampleSaveCapture() 72 ofstream pic(testPath + ss.str(), ofstream::out | ofstream::trunc);
in SampleSaveCapture()
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsOtherTest.cpp | 47 HWTEST_F(FileSystemTest, testPath, Function | MediumTest | Level1) in HWTEST_F()
|
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
H A D | ActsMediaCameraTest.cpp | 214 * @param testPath the file path
219 int32_t SampleSaveCapture(string testPath, char *buffer, uint32_t size)
in SampleSaveCapture() argument 230 filePath = testPath + ss.str();
in SampleSaveCapture() 231 ofstream pic(testPath + ss.str(), ofstream::out | ofstream::trunc);
in SampleSaveCapture()
|
Completed in 7 milliseconds