Home | History | Annotate | Download | only in files

Lines Matching refs:PlatformFile

48 bool IsOpenAppend(PlatformFile file) {
52 int CallFtruncate(PlatformFile file, int64_t length) {
56 int CallFutimes(PlatformFile file, const struct timeval times[2]) {
73 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) {
85 bool IsOpenAppend(PlatformFile file) {
92 int CallFtruncate(PlatformFile file, int64_t length) {
97 int CallFutimes(PlatformFile file, const struct timeval times[2]) {
102 File::Error CallFcntlFlock(PlatformFile file, bool do_lock) {
165 PlatformFile File::GetPlatformFile() const {
169 PlatformFile File::TakePlatformFile() {
381 PlatformFile other_fd = dup(GetPlatformFile());
420 UMA_HISTOGRAM_SPARSE_SLOWLY("PlatformFile.UnknownErrors.Posix",
530 void File::SetPlatformFile(PlatformFile file) {