Home
last modified time | relevance | path

Searched refs:Truncate (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libcutils/
H A Dtrace-dev.inc196 /* Truncate the name to make the message fit. */ \
209 /* Truncate the trackName and name to make the message fit */ \
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h207 bool Truncate(off_t length);
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp682 if (!Truncate(offs)) { in Finalize()
838 bool CowWriter::Truncate(off_t length) { in Truncate() function in android::snapshot::CowWriter