Searched refs:directory_entries (Results 1 – 3 of 3) sorted by relevance
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()
130 std::vector<std::shared_ptr<DirectoryEntry>> directory_entries; in getFilesInDirectoryInternal() local138 directory_entries.push_back(std::make_shared<DirectoryEntry>("", EFAULT)); in getFilesInDirectoryInternal()139 return directory_entries; in getFilesInDirectoryInternal()149 directory_entries.push_back(std::make_shared<DirectoryEntry>("", EFAULT)); in getFilesInDirectoryInternal()150 return directory_entries; in getFilesInDirectoryInternal()153 directory_entries.push_back(std::make_shared<DirectoryEntry>("", EPERM)); in getFilesInDirectoryInternal()154 return directory_entries; in getFilesInDirectoryInternal()165 directory_entries.resize(0); in getFilesInDirectoryInternal()166 directory_entries.push_back(std::make_shared<DirectoryEntry>("", EFAULT)); in getFilesInDirectoryInternal()169 directory_entries.push_back(std::make_shared<DirectoryEntry>(d_name.c_str(), DT_REG)); in getFilesInDirectoryInternal()[all …]
53 std::vector<std::shared_ptr<DirectoryEntry>>* directory_entries);