Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp277 std::string environ_file_path = PidDirPath(pid) + "/environ"; in GetEnvs() local
278 auto owner = CF_EXPECT(FileOwnerUid(environ_file_path)); in GetEnvs()
280 std::string environ = CF_EXPECT(ReadAll(environ_file_path)); in GetEnvs()