Searched refs:directory_entries (Results 1 – 3 of 3) sorted by relevance
166 std::vector<std::shared_ptr<DirectoryEntry>> directory_entries; in getFilesInDirectoryInternal() local174 directory_entries.push_back(std::make_shared<DirectoryEntry>("", EFAULT)); in getFilesInDirectoryInternal()175 return directory_entries; in getFilesInDirectoryInternal()185 directory_entries.push_back(std::make_shared<DirectoryEntry>("", EFAULT)); in getFilesInDirectoryInternal()186 return directory_entries; in getFilesInDirectoryInternal()189 directory_entries.push_back(std::make_shared<DirectoryEntry>("", EPERM)); in getFilesInDirectoryInternal()190 return directory_entries; in getFilesInDirectoryInternal()201 directory_entries.resize(0); in getFilesInDirectoryInternal()202 directory_entries.push_back(std::make_shared<DirectoryEntry>("", EFAULT)); in getFilesInDirectoryInternal()205 directory_entries.push_back(std::make_shared<DirectoryEntry>(d_name.c_str(), DT_REG)); in getFilesInDirectoryInternal()[all …]
38 std::vector<std::shared_ptr<DirectoryEntry>>* directory_entries) { in addDirectoryEntriesFromLowerFs() argument45 directory_entries->resize(0); in addDirectoryEntriesFromLowerFs()46 directory_entries->push_back(std::make_shared<DirectoryEntry>("", errno)); in addDirectoryEntriesFromLowerFs()54 directory_entries->push_back( in addDirectoryEntriesFromLowerFs()
53 std::vector<std::shared_ptr<DirectoryEntry>>* directory_entries);