Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp403 size_t zip_pos = path.find("!/"); in ForEachFileInPath() local
404 if (zip_pos == std::string::npos) { in ForEachFileInPath()
407 ForEachFileInZip(path.substr(0, zip_pos), path.substr(zip_pos + 2), in ForEachFileInPath()