Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 2 of 2) sorted by relevance

/platform_testing/tools/automotive/proxy/
Dproxy.cpp58 void closeFileDescriptor(int fd) { in closeFileDescriptor()
/platform_testing/tests/display/hcct/utils/
Dvkms_tester.cpp296 int fd = open(edidPath.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0644); in SetConnectorEdid() local