OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_stat
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-filepath.cc
212
posix::StatStruct
file_stat
;
213
return posix::Stat(pathname_.c_str(), &
file_stat
) == 0;
239
posix::StatStruct
file_stat
;
local
240
result = posix::Stat(path.c_str(), &
file_stat
) == 0 &&
241
posix::IsDir(
file_stat
);
/src/lib/libukfs/
ukfs.c
1054
ukfs_stat(struct ukfs *ukfs, const char *filename, struct stat *
file_stat
)
1059
rv = rump_sys_stat(filename,
file_stat
);
1066
ukfs_lstat(struct ukfs *ukfs, const char *filename, struct stat *
file_stat
)
1071
rv = rump_sys_lstat(filename,
file_stat
);
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
8169
my $
file_stat
;
8182
$
file_stat
= stat ($filename);
8183
$size = $
file_stat
->size;
10362
my $
file_stat
;
10380
$
file_stat
= stat ($filename);
10381
$size = $
file_stat
->size;
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
8169
my $
file_stat
;
8182
$
file_stat
= stat ($filename);
8183
$size = $
file_stat
->size;
10362
my $
file_stat
;
10380
$
file_stat
= stat ($filename);
10381
$size = $
file_stat
->size;
Completed in 51 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026