OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetFileSize
(Results
26 - 35
of
35
) sorted by null
1
2
/external/webrtc/webrtc/base/
win32filesystem.cc
308
bool Win32Filesystem::
GetFileSize
(const Pathname &pathname, size_t *size) {
/external/zopfli/src/zopflipng/
zopflipng_bin.cc
51
size_t
GetFileSize
(const std::string& filename) {
307
size_t origsize =
GetFileSize
(files[i]);
340
size_t origoutfilesize =
GetFileSize
(out_filename);
/external/pdfium/core/fxge/win32/
fx_win32_dwrite.cpp
50
HRESULT STDMETHODCALLTYPE
GetFileSize
(OUT UINT64* fileSize) override;
327
HRESULT STDMETHODCALLTYPE CDwFontFileStream::
GetFileSize
(OUT UINT64* fileSize) {
/external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc
474
Status HadoopFileSystem::
GetFileSize
(const string& fname, uint64* size) {
/external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc
346
s =
GetFileSize
(translated_fname, &file_size);
470
Status WindowsFileSystem::
GetFileSize
(const string& fname, uint64* size) {
/external/tensorflow/tensorflow/core/platform/
env.cc
268
Status Env::
GetFileSize
(const string& fname, uint64* file_size) {
271
return fs->
GetFileSize
(fname, file_size);
396
Status s = env->
GetFileSize
(fname, &file_size);
/external/tensorflow/tensorflow/core/platform/s3/
s3_file_system.cc
377
TF_RETURN_IF_ERROR(
GetFileSize
(fname, &size));
577
Status S3FileSystem::
GetFileSize
(const string& fname, uint64* file_size) {
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Shell.h
[
all
...]
/external/harfbuzz_ng/src/
hb-directwrite.cc
117
GetFileSize
(OUT UINT64* fileSize)
/external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system.cc
[
all
...]
Completed in 836 milliseconds
1
2