Home
last modified time | relevance | path

Searched refs:TOP_DIR (Results 1 – 12 of 12) sorted by relevance

/test/xts/acts/kernel_lite/fs_posix/src/
DFileSystemTest.cpp25 if (access(TOP_DIR "/DIR_NEW", F_OK) == 0) { in DeleteTestFiles()
26 RemoveDir(TOP_DIR "/DIR_NEW"); in DeleteTestFiles()
28 if (access(TOP_DIR "/" DIR0, F_OK) == 0) { in DeleteTestFiles()
29 RemoveDir(TOP_DIR "/" DIR0); in DeleteTestFiles()
31 if (access(TOP_DIR "/" FILE0, F_OK) == 0) { in DeleteTestFiles()
32 remove(TOP_DIR "/" FILE0); in DeleteTestFiles()
43 int rt = chdir(TOP_DIR); in SetUp()
45 LOG("== chdir to %s failed! rt = %d, errno = %d", TOP_DIR, rt, errno); in SetUp()
47 LOG("== chdir to %s OK!", TOP_DIR); in SetUp()
73 if (access(TOP_DIR, F_OK) != 0) { in CheckFsMount()
[all …]
DFsDirentTest.cpp50 dirp = opendir(TOP_DIR "/" DIR0);
85 dirp = opendir(TOP_DIR "/" DIR0);
108 dirp = opendir(TOP_DIR "/" DIR0);
144 const char *scanDir = TOP_DIR "/" DIR0;
176 dirp = opendir(TOP_DIR "/" DIR0);
233 dirp = opendir(TOP_DIR "/" DIR0);
313 dirp = opendir(TOP_DIR "/" DIR0 "/" DIR0_FILE0);
331 dirp = opendir(TOP_DIR "/" DIR0);
DFsStatTest.cpp64 const char *filePath = TOP_DIR "/" FILE0;
99 const char *filePath = TOP_DIR "/" FILE0;
168 const char *pathName = TOP_DIR "/" DIR0;
212 const char *pathName = TOP_DIR "/NoExist/NoExist";
224 const char *pathName = TOP_DIR "/" DIR0;
241 const char *fileName = TOP_DIR "/" FILE0;
DFsOtherTest.cpp74 const char *currentDirStandard = TOP_DIR;
241 EXPECT_EQ(glob(TOP_DIR "/" DIR0 "/*", GLOB_ERR, NULL, &buf), 0) << "> glod errno = " << errno;
243 EXPECT_STREQ(buf.gl_pathv[0], TOP_DIR "/" DIR0 "/" DIR0_DIR0);
244 EXPECT_STREQ(buf.gl_pathv[1], TOP_DIR "/" DIR0 "/" DIR0_DIR1);
245 EXPECT_STREQ(buf.gl_pathv[2], TOP_DIR "/" DIR0 "/" DIR0_FILE0);
DFsUnistdTest.cpp117 const char *expectDirStandard = TOP_DIR "/" DIR0;
121 EXPECT_NE(chdir(TOP_DIR), -1) << "> chdir errno = " << errno;
138 EXPECT_NE(chdir(TOP_DIR), -1) << "> chdir errno = " << errno;
158 EXPECT_NE(chdir(TOP_DIR), -1) << "> chdir errno = " << errno;
175 EXPECT_NE(chdir(TOP_DIR), -1) << "> chdir errno = " << errno;
350 const char filePath[] = TOP_DIR "/" DIR0 "/" DIR0_FILE0;
395 const char filePath[] = TOP_DIR "/" DIR0 "/" DIR0_FILE0;
DFsStdlibTest.cpp66 const char *realPathStandard = TOP_DIR "/" FILE0;
DFsFcntlTest.cpp233 int ret = strcmp(TOP_DIR, "sdcard");
279 int ret = strcmp(TOP_DIR, "sdcard");
/test/testfwk/xdevice/src/xdevice/
Dvariables.py29 TOP_DIR = os.path.abspath( variable
33 sys.path.insert(2, TOP_DIR)
65 Variables.top_dir = TOP_DIR
/test/xts/acts/kernel_lite/fs_posix/jffs/
DBUILD.gn42 "TOP_DIR=\"/storage\"",
/test/xts/acts/kernel_lite/fs_posix/vfat/
DBUILD.gn42 "TOP_DIR=\"/sdcard\"",
/test/xts/acts/kernel_lite/fs_posix/vfat_storage/
DBUILD.gn42 "TOP_DIR=\"/storage\"",
/test/xts/acts/kernel_lite/fs_posix/nfs/
DBUILD.gn42 "TOP_DIR=\"/test_root/kernel\"",