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

  /external/chromium_org/third_party/npapi/npspy/common/
logger.cpp 361 BOOL samefile = (_stricmp(szFile, filename) == 0); local
366 if(samefile)
382 if(!samefile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 139 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
142 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 139 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
142 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
  /external/chromium-trace/trace-viewer/build/
parse_deps_test.py 271 self.assertTrue(os.path.samefile(filename, os.path.join(srcdir, 'base.js')))
286 self.assertTrue(os.path.samefile(filename, os.path.join(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 117 posixpath.samefile(
125 # reasonable inode information and thus, that samefile() doesn't
133 posixpath.samefile(
144 posixpath.samefile(
415 attributes = ['relpath', 'samefile', 'sameopenfile', 'samestat']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 117 posixpath.samefile(
125 # reasonable inode information and thus, that samefile() doesn't
133 posixpath.samefile(
144 posixpath.samefile(
415 attributes = ['relpath', 'samefile', 'sameopenfile', 'samestat']
  /external/chromium_org/tools/json_schema_compiler/
preview.py 311 if not os.path.samefile(os.curdir, path):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 32 "samefile","sameopenfile","samestat",
160 def samefile(f1, f2): function
shutil.py 56 if hasattr(os.path, 'samefile'):
58 return os.path.samefile(src, dst)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 32 "samefile","sameopenfile","samestat",
160 def samefile(f1, f2): function
shutil.py 56 if hasattr(os.path, 'samefile'):
58 return os.path.samefile(src, dst)

Completed in 519 milliseconds