Searched refs:CallFtruncate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_posix.cc55 static int CallFtruncate(PlatformFile file, int64 length) { function in namespace:base::__anon3773
99 static int CallFtruncate(PlatformFile file, int64 length) { function in namespace:base::__anon3773
347 return !CallFtruncate(file_, length);
/external/chromium_org/base/
H A Dplatform_file_posix.cc53 static int CallFtruncate(PlatformFile file, int64 length) { function in namespace:base::__anon3892
97 static int CallFtruncate(PlatformFile file, int64 length) { function in namespace:base::__anon3892
346 return ((file >= 0) && !CallFtruncate(file, length));

Completed in 28 milliseconds