Searched defs:FClose (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h918 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1598 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1647 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1634 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix

Completed in 142 milliseconds