Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
10db8feb19c0d9e0383142b3d1a3c793de1c9453
/
libartbase
/
base
/
unix_file
/
fd_file.cc
10db8fe
Support Windows builds for libartbase/libdexfile
by David Sehr
· 6 years ago
dfcd82c
ART: Fix android-cloexec warnings
by Andreas Gampe
· 6 years ago
44b3174
ART: Mark move constructors with noexcept
by Andreas Gampe
· 6 years ago
f0029fc
Use fdsan in FdFile.
by Josh Gao
· 6 years ago
34f8380
Clean up FdFile constructors.
by Josh Gao
· 6 years ago
afeec9f
Remove FdFile::DisableAutoClose.
by Josh Gao
· 6 years ago
1979c64
Clean up include paths
by David Sehr
· 7 years ago
14647a3
Attempt to fix macos build.
by Nicolas Geoffray
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
[Renamed from runtime/base/unix_file/fd_file.cc]
2daa134
Fix unquickening logic for quickened input dexes
by Mathieu Chartier
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
361a1fa
fd_file: never report Close failure on linux.
by Josh Gao
· 7 years ago
494ec69
fd_file: don't report failure when trying to flush a pipe.
by Josh Gao
· 7 years ago
b09be72
Ensure the oat/vdex file is erased if we fail to truncate
by Calin Juravle
· 7 years ago
140c5d1
Add FdFile::Compare
by Mathieu Chartier
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
eda7d3d
FdFile: fix operator=(FdFile&&)
by Narayan Kamath
· 8 years ago
497d526
Handle RawData case for DexLayout
by Mathieu Chartier
· 8 years ago
550c589
ART: Add Unlink to FdFile
by Andreas Gampe
· 9 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
b64decd
Fix setting FdFile::ReadOnlyMode() flag
by David Brazdil
· 8 years ago
df87892
ART: Add FdFile constructors
by Andreas Gampe
· 9 years ago
6f6b134
Use PwriteFully and write image header last
by Mathieu Chartier
· 9 years ago
2e2db78
Revert "Revert "Add profman tool: responsible to process profiles""
by Calin Juravle
· 9 years ago
3da7468
Revert "Add profman tool: responsible to process profiles"
by Nicolas Geoffray
· 9 years ago
6caefd9
Add profman tool: responsible to process profiles
by Calin Juravle
· 9 years ago
877fd96
Improve profile processing
by Calin Juravle
· 9 years ago
5096e66
ART: Add FdFile::Copy() to copy data from another file.
by Vladimir Marko
· 9 years ago
6a887d6
Stop wrapping close(2) with TEMP_FAILURE_RETRY in art.
by Elliott Hughes
· 10 years ago
e21dc3d
ART: Swap-space in the compiler
by Andreas Gampe
· 10 years ago
3774335
Add a new imgdiag tool to diff boot.art/core.art against a process
by Igor Murashkin
· 10 years ago
4303ba9
ART: Track Flush & Close in FdFile
by Andreas Gampe
· 10 years ago
825201e
ART: ReadFully needs to fail when EOF
by Andreas Gampe
· 11 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 11 years ago
ef7d42f
Object model changes to support 64bit.
by Ian Rogers
· 11 years ago
8d31bbd
Throw IOException at source of failing to open a dex file.
by Ian Rogers
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/base/unix_file/fd_file.cc]
b45ccbf
Add some checks for bad inputs when opening files
by Brian Carlstrom
· 12 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 12 years ago
7616005
Switch over to the google3 unix_file File*.
by Elliott Hughes
· 12 years ago