Home
last modified time | relevance | path

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

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