Searched defs:samefile (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py248 # samefile works on filename comparison since there is no ST_DEV and ST_INO is
250 # pathnames, which it can do 'properly' using OS_FSControl since samefile can
253 def samefile(fa, fb): function
/external/python/cpython2/Lib/
H A Dposixpath.py25 "samefile","sameopenfile","samestat",
153 def samefile(f1, f2): function
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c437 static int samefile(const char *path1, const char *path2) function
2824 if (samefile(fromfullpath, tofullpath))

Completed in 846 milliseconds