Home
last modified time | relevance | path

Searched defs:decompose (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h277 static std::vector<std::string> decompose(std::string&& path) { in decompose() function
280 static std::vector<std::string> decompose(const std::string& path) { in decompose() function
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dmatrix_decompose.inl30 …GLM_FUNC_QUALIFIER bool decompose(tmat4x4<T, P> const & ModelMatrix, tvec3<T, P> & Scale, tquat<T,… function
/hardware/google/aemu/base/
DPathUtils.cpp242 std::vector<std::string> PathUtils::decompose(std::string&& path, in decompose() function in android::base::PathUtils
247 std::vector<std::string> PathUtils::decompose(const std::string& path, in decompose() function in android::base::PathUtils