OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTruncateToSize
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/sdcard/
testcase.h
91
bool truncateToSize() const { return
mTruncateToSize
; }
92
void setTruncateToSize() {
mTruncateToSize
= true; }
144
bool
mTruncateToSize
;
testcase.cpp
46
mSync(NO_SYNC), mFadvice(POSIX_FADV_NORMAL),
mTruncateToSize
(false),
Completed in 23 milliseconds