OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallFtruncate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/files/
file_posix.cc
55
static int
CallFtruncate
(PlatformFile file, int64 length) {
99
static int
CallFtruncate
(PlatformFile file, int64 length) {
347
return !
CallFtruncate
(file_, length);
/external/chromium_org/base/
platform_file_posix.cc
53
static int
CallFtruncate
(PlatformFile file, int64 length) {
97
static int
CallFtruncate
(PlatformFile file, int64 length) {
346
return ((file >= 0) && !
CallFtruncate
(file, length));
Completed in 93 milliseconds