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

  /external/python/cpython3/Lib/
genericpath.py 11 'samestat']
87 def samestat(s1, s2): function
98 return samestat(s1, s2)
107 return samestat(s1, s2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
posixpath.py 24 "samefile","sameopenfile","samestat",
155 return samestat(s1, s2)
165 return samestat(s1, s2)
171 def samestat(s1, s2): function
  /external/python/cpython2/Lib/
posixpath.py 25 "samefile","sameopenfile","samestat",
157 return samestat(s1, s2)
167 return samestat(s1, s2)
173 def samestat(s1, s2): function
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 286 milliseconds