Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp641 const std::string parentPath = android::base::Dirname(path); in WaitForFileInternal() local
644 CF_EXPECT(WaitForFile(parentPath, timeoutSec), in WaitForFileInternal()
647 auto watcher = InotifyWatcher(inotify, parentPath.c_str(), IN_CREATE); in WaitForFileInternal()