OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_stat
(Results
1 - 1
of
1
) 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
);
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026