Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
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()
470 struct dirent *dp; in HilogFileRecord() local
478 while ((dp = readdir(dirpHilog)) != NULL) { in HilogFileRecord()
479 std::string targetFile(dp->d_name); in HilogFileRecord()
480 if ((strcmp(dp->d_name, ".") != 0) && (strcmp(dp->d_name, "..") != 0)) { in HilogFileRecord()
/test/testfwk/developer_test/libs/fuzzlib/
DREADME_zh.md68 gen -t TESTTYPE -fn FUZZERNAME -dp DIRECTORYPATH
75 | -dp | dirpath | fuzzer生成路径 | 路径不存在则自动创建目录 |
77 3. gen命令示例,-t、-fn和-dp均为必选项
80 gen -t FUZZ -fn calculator_fuzzer -dp base/account/os_account/test/fuzztest/osaccount
/test/ostest/wukong/common/src/
Dwukong_util.cpp619 struct dirent *dp; in DeleteFile() local
621 while ((dp = readdir(dirdp)) != NULL) { in DeleteFile()
622 std::string currentFileName(dp->d_name); in DeleteFile()