Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputHub_test.cpp98 std::string pathname; in TEST_F() local
102 pathname = node->getPath(); in TEST_F()
123 EXPECT_EQ(tempFile->getName(), pathname); in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h3551 explicit FilePath(const std::string& pathname) : pathname_(pathname) {