Searched refs:ki_lstat (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_intercept.h103 int ki_lstat(const char* path, struct stat* buf);
H A Dkernel_wrap_newlib.cc224 ERRNO_RTN(ki_lstat(pathname, buf));
H A Dkernel_intercept.cc305 int ki_lstat(const char* path, struct stat* buf) { function
H A Dkernel_wrap_bionic.cc236 int res = ki_lstat(path, &buf);
H A Dkernel_wrap_glibc.cc341 int res = ki_lstat(pathname, &buf);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_proxy_test.cc521 EXPECT_EQ(0, ki_lstat("/foo", &buf));
525 EXPECT_EQ(0, ki_lstat("/bar", &buf));
529 EXPECT_EQ(-1, ki_lstat("/no-such-file", &buf));
538 EXPECT_EQ(0, ki_lstat("/foo", &buf));

Completed in 1175 milliseconds