Home
last modified time | relevance | path

Searched refs:samefile (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dfile_util.py140 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
150 if not (os.path.exists(dst) and os.path.samefile(src, dst)):
/external/python/cpython2/Lib/test/
Dtest_posixpath.py125 posixpath.samefile(
141 posixpath.samefile(
152 posixpath.samefile(
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_window.py355 if not os.path.samefile(self.gtk_symlink, real_gtk_dir):
362 if not os.path.samefile(self.gtk_symlink, real_gtk_dir):
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py253 def samefile(fa, fb): function
/external/python/cpython2/Lib/
Dposixpath.py153 def samefile(f1, f2): function
Dshutil.py58 return os.path.samefile(src, dst)
/external/python/cpython2/Doc/library/
Dos.path.rst256 .. function:: samefile(path1, path2)
277 underlying comparison used by :func:`samefile` and :func:`sameopenfile`.
/external/autotest/scheduler/
Ddrone_utility.py342 return os.path.samefile(source_path, destination_path)
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c437 static int samefile(const char *path1, const char *path2) in samefile() function
2824 if (samefile(fromfullpath, tofullpath)) in cpuset_move_cpuset_tasks()
/external/python/cpython2/Misc/
DHISTORY11769 - Removed samefile(), sameopenfile(), samestat() from os.path (aka