Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
H A Dreport.cpp141 struct dirent *dp; in EnvInit() local
142 if ((dp = readdir(dirp)) == NULL) { in EnvInit()
145 std::string currentStringName(dp->d_name); in EnvInit()
471 struct dirent *dp; in HilogFileRecord() local
479 while ((dp = readdir(dirpHilog)) != NULL) { in HilogFileRecord()
480 std::string targetFile(dp->d_name); in HilogFileRecord()
481 if ((strcmp(dp->d_name, ".") != 0) && (strcmp(dp->d_name, "..") != 0)) { in HilogFileRecord()
/test/ostest/wukong/common/src/
H A Dwukong_util.cpp697 struct dirent *dp; in DeleteFile() local
699 while ((dp = readdir(dirdp)) != NULL) { in DeleteFile()
700 std::string currentFileName(dp->d_name); in DeleteFile()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp518 DIR *dp = opendir(PATH_DIR); in Symlinkat() local
519 int fdd = dirfd(dp); in Symlinkat()

Completed in 7 milliseconds