Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/include/
Dpath.h34 std::string fromFd(int fd);
/system/incremental_delivery/incfs/
Dpath.cpp125 std::string fromFd(int fd) { in fromFd() function
Dincfs.cpp102 auto cmdFile = path::fromFd(fd); in rootForCmd()
588 if (path::fromFd(rootFd) != updatedTargetDir) { in IncFs_Mount()
1589 const auto fdPath = path::fromFd(fd); in IncFs_IsFullyLoaded()