Searched refs:dir_entry (Results 1 – 3 of 3) sorted by relevance
27 for (const std::filesystem::directory_entry& dir_entry : in ForEachElf64FromDir() local30 if (dir_entry.is_symlink() || !dir_entry.is_regular_file()) in ForEachElf64FromDir()33 std::string name = dir_entry.path(); in ForEachElf64FromDir()
95 struct dirent* dir_entry; in ChangeDirModeAndOwner() local96 while ((dir_entry = readdir(dir.get()))) { in ChangeDirModeAndOwner()97 if (!strcmp("..", dir_entry->d_name)) { in ChangeDirModeAndOwner()101 std::string file_path = path + "/" + dir_entry->d_name; in ChangeDirModeAndOwner()
338 struct dirent* dir_entry; in MkdirAndChown() local339 while ((dir_entry = readdir(dir.get()))) { in MkdirAndChown()340 if (!strcmp("..", dir_entry->d_name)) { in MkdirAndChown()344 std::string file_path = path + "/" + dir_entry->d_name; in MkdirAndChown()