Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
Dnode.cpp19 static std::vector<std::string> GetPathSegments(int segment_start, const std::string& path) { in GetPathSegments() function
82 std::vector<std::string> segments = GetPathSegments(root->GetName().size(), absolute_path); in LookupAbsolutePath()