Searched refs:samefile (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | file_util.py | 140 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/ |
D | test_posixpath.py | 125 posixpath.samefile( 141 posixpath.samefile( 152 posixpath.samefile(
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_window.py | 355 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/ |
D | riscospath.py | 253 def samefile(fa, fb): function
|
/external/python/cpython2/Lib/ |
D | posixpath.py | 153 def samefile(f1, f2): function
|
D | shutil.py | 58 return os.path.samefile(src, dst)
|
/external/python/cpython2/Doc/library/ |
D | os.path.rst | 256 .. function:: samefile(path1, path2) 277 underlying comparison used by :func:`samefile` and :func:`sameopenfile`.
|
/external/autotest/scheduler/ |
D | drone_utility.py | 342 return os.path.samefile(source_path, destination_path)
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 437 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/ |
D | HISTORY | 11769 - Removed samefile(), sameopenfile(), samestat() from os.path (aka
|