Searched refs:dent (Results 1 - 3 of 3) sorted by relevance
/developtools/hdc/src/common/ |
H A D | compress.cpp | 42 uv_dirent_t dent; in AddPath() local 43 while (uv_fs_scandir_next(&req, &dent) != UV_EOF) { in AddPath() 44 if (strncmp(dent.name, ".", 1) == 0 || strncmp(dent.name, "..", 2) == 0) { in AddPath() 47 string subpath = path + Base::GetPathSep() + dent.name; in AddPath()
|
H A D | transfer.cpp | 432 uv_dirent_t dent; in GetSubFiles() local 445 while (uv_fs_scandir_next(&req, &dent) != UV_EOF) { in GetSubFiles() 447 if (strcmp(dent.name, ".") == 0 || strcmp(dent.name, "..") == 0) { in GetSubFiles() 450 if (!(static_cast<uint32_t>(dent.type) & UV_DIRENT_FILE)) { in GetSubFiles() 453 string fileName = dent.name; in GetSubFiles() 473 uv_dirent_t dent; in GetSubFilesRecursively() local 505 while (uv_fs_scandir_next(&req, &dent) != UV_EOF) { in GetSubFilesRecursively() 507 if (strcmp(dent.name, ".") == 0 || strcmp(dent in GetSubFilesRecursively() [all...] |
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 157479 struct proc_dir_entry *dent; global() member [all...] |
Completed in 390 milliseconds