Support large file for getting file attributes.
authorHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 19 Mar 2013 12:27:48 +0000 (21:27 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 19 Mar 2013 12:29:47 +0000 (21:29 +0900)
commit12012124c9e9c1b60f8f5a65725fca990e4d4fb8
tree683bfee418fe311d2d7d2d9ec5455e53a5127b80
parent3a94caca32c413d579f8a6233bc4c95671b2f759
Support large file for getting file attributes.

Change-Id: Id9711010487a3554408f8cb0fc118b31e95a74f4
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
22 files changed:
inc/FIoDirEntry.h
inc/FIoFileAttributes.h
src/io/CMakeLists.txt [changed mode: 0755->0644]
src/io/FIoDataRow.cpp [changed mode: 0755->0644]
src/io/FIoDataSet.cpp [changed mode: 0755->0644]
src/io/FIoDataSetEnumerator.cpp [changed mode: 0755->0644]
src/io/FIo_DataRowImpl.cpp [changed mode: 0755->0644]
src/io/FIo_DataSetEnumeratorImpl.cpp [changed mode: 0755->0644]
src/io/FIo_DataSetImpl.cpp [changed mode: 0755->0644]
src/io/FIo_DirEntryImpl.cpp
src/io/FIo_DirEnumeratorImpl.cpp
src/io/FIo_DirectoryImpl.cpp
src/io/FIo_FileAttributesImpl.cpp
src/io/FIo_FileLockImpl.cpp
src/io/FIo_FileUtil.cpp
src/io/FIo_NormalFile.cpp
src/io/inc/FIo_DataRowImpl.h [changed mode: 0755->0644]
src/io/inc/FIo_DataSetEnumeratorImpl.h [changed mode: 0755->0644]
src/io/inc/FIo_DataSetImpl.h [changed mode: 0755->0644]
src/io/inc/FIo_DirEntryImpl.h
src/io/inc/FIo_FileAttributesImpl.h
src/io/inc/FIo_IpcCommonParamTraits.h [changed mode: 0755->0644]