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

/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1642 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1629 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1352 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/swiftshader/third_party/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
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1685 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2376 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2376 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2380 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h2056 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:testing::internal::posix
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h2414 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:std::tr1::posix
/external/fmtlib/test/gtest/
H A Dgtest.h2888 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:std::tr1::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2888 inline int FClose(FILE* fp) { return fclose(fp); } function in namespace:std::tr1::posix

Completed in 327 milliseconds