Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp497 const auto parentPath = cpp_dirname(path); in WaitForFileInternal() local
500 CF_EXPECT(WaitForFile(parentPath, timeoutSec), in WaitForFileInternal()
503 auto watcher = InotifyWatcher(inotify, parentPath.c_str(), IN_CREATE); in WaitForFileInternal()