HomeSort by relevance Sort by last modified time
    Searched full:samestat (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 160 posixpath.samestat(
167 # reasonable inode information and thus, that samestat() doesn't
172 posixpath.samestat(
183 posixpath.samestat(
415 attributes = ['relpath', 'samefile', 'sameopenfile', 'samestat']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 160 posixpath.samestat(
167 # reasonable inode information and thus, that samestat() doesn't
172 posixpath.samestat(
183 posixpath.samestat(
415 attributes = ['relpath', 'samefile', 'sameopenfile', 'samestat']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 32 "samefile","sameopenfile","samestat",
164 return samestat(s1, s2)
174 return samestat(s1, s2)
180 def samestat(s1, s2): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 32 "samefile","sameopenfile","samestat",
164 return samestat(s1, s2)
174 return samestat(s1, s2)
180 def samestat(s1, s2): function

Completed in 315 milliseconds