Home
last modified time | relevance | path

Searched refs:DIR0_FILE0 (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsDirentTest.cpp62 } else if (strcmp(dResult->d_name, DIR0_FILE0) == 0) { in HWTEST_F()
122 } else if (strcmp(dResult->d_name, DIR0_FILE0) == 0) { in HWTEST_F()
155 reInt = strncmp(fileList[i]->d_name, DIR0_FILE0, sizeof(DIR0_FILE0)); in HWTEST_F()
313 dirp = opendir(TOP_DIR "/" DIR0 "/" DIR0_FILE0); in HWTEST_F()
H A DFsOtherTest.cpp102 const char file0[] = DIR0 "/" DIR0_FILE0; in FtwCheckDirTree()
147 const char file0[] = DIR0 "/" DIR0_FILE0; in NftwCheckDirTree()
245 EXPECT_STREQ(buf.gl_pathv[2], TOP_DIR "/" DIR0 "/" DIR0_FILE0); in HWTEST_F()
H A DFileSystemTest.h43 #define DIR0_FILE0 "DIR0_FILE0" // ├── DIR0_FILE0 macro
54 ASSERT_NE((thisFd = creat((DIR0 "/" DIR0_FILE0), 0777)), -1) << "> creat errno = " << errno; \
H A DFsUnistdTest.cpp350 const char filePath[] = TOP_DIR "/" DIR0 "/" DIR0_FILE0; in HWTEST_F()
395 const char filePath[] = TOP_DIR "/" DIR0 "/" DIR0_FILE0; in HWTEST_F()

Completed in 4 milliseconds