Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp90 static std::string PidDirPath(const pid_t pid) { in PidDirPath() function
168 std::string cmdline_file_path = PidDirPath(pid) + "/cmdline"; in GetCmdArgs()
271 return CF_EXPECT(FileOwnerUid(PidDirPath(pid))); in OwnerUid()
277 std::string environ_file_path = PidDirPath(pid) + "/environ"; in GetEnvs()