Home
last modified time | relevance | path

Searched refs:get_folder_contents (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/framework/shim/
Dshim.h203 std::vector<std::string> get_folder_contents(std::vector<fs::FolderManager>* folders, std::string f…
Dshim_common.cpp63 std::vector<std::string> get_folder_contents(std::vector<fs::FolderManager>* folders, std::string f… function
Dunix_shim.cpp136 auto filenames = get_folder_contents(platform_shim.folders, real_path.str()); in READDIR_FUNC_NAME()