HomeSort by relevance Sort by last modified time
    Searched refs:fake_lstat (Results 1 - 3 of 3) sorted by null

  /bionic/tests/
glob_test.cpp 55 static int fake_lstat(const char*, struct stat*) { function
65 g->gl_lstat = fake_lstat;
  /external/python/cpython2/Lib/test/
test_posixpath.py 228 def fake_lstat(path): function in function:PosixPathTest.test_ismount_different_device
236 os.lstat = fake_lstat
246 def fake_lstat(path): function in function:PosixPathTest.test_ismount_directory_not_readable
258 os.lstat = fake_lstat
  /external/python/cpython3/Lib/test/
test_posixpath.py 201 def fake_lstat(path): function in function:PosixPathTest.test_ismount_different_device
209 os.lstat = fake_lstat
219 def fake_lstat(path): function in function:PosixPathTest.test_ismount_directory_not_readable
231 os.lstat = fake_lstat

Completed in 227 milliseconds