Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h145 static SharedFD Open(const char* pathname, int flags, mode_t mode = 0);
146 static SharedFD Open(const std::string& pathname, int flags, mode_t mode = 0);
148 static SharedFD Creat(const std::string& pathname, mode_t mode);
150 static Result<SharedFD> Fifo(const std::string& pathname, mode_t mode);
399 int InotifyAddWatch(const std::string& pathname, uint32_t mask);
Dshared_fd.cpp1081 int FileInstance::InotifyAddWatch(const std::string& pathname, uint32_t mask) { in InotifyAddWatch() argument
1082 return inotify_add_watch(fd_, pathname.c_str(), mask); in InotifyAddWatch()
/device/google/cuttlefish/build/
DAndroid.bp405 // If "library_path" specifies a relative pathname, it is relative