Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
Dpath.h32 std::string fromFd(int fd);
Dpath.cpp117 std::string fromFd(int fd) { in fromFd() function
Dincfs.cpp86 auto cmdFile = android::incfs::path::fromFd(fd); in rootForCmd()