Home
last modified time | relevance | path

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

/aosp_15_r20/system/incremental_delivery/incfs/include/
H A Dpath.h95 std::pair<std::string_view, std::string_view> splitDirBase(std::string& full);
/aosp_15_r20/system/incremental_delivery/incfs/
H A Dpath.cpp201 std::pair<std::string_view, std::string_view> splitDirBase(std::string& full) { in splitDirBase() function
H A Dincfs.cpp812 const auto [subdir, name] = path::splitDirBase(subpath); in IncFs_MakeFile()
859 const auto [subdir, name] = path::splitDirBase(subpath); in IncFs_MakeMappedFile()