Searched refs:OpenDirectory (Results 1 – 1 of 1) sorted by relevance
1355 std::vector<PathEntry> OpenDirectory(const std::string& path_name) { in OpenDirectory() function1357 return OpenDirectory(path); in OpenDirectory()1360 std::vector<PathEntry> OpenDirectory(const PurePath& path) { in OpenDirectory() function2469 std::vector<PathEntry> children = path_entries_.OpenDirectory(name_str); in opendir()2520 std::vector<PathEntry> children = path_entries_.OpenDirectory(path_entry.path); in readdir()