OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatT
(Results
1 - 5
of
5
) sorted by null
/bionic/tests/
ftw_test.cpp
127
template <typename
StatT
>
128
static int bug_28197840_ftw(const char* path, const
StatT
*, int flag) {
133
template <typename
StatT
>
134
static int bug_28197840_nftw(const char* path, const
StatT
* sb, int flag, FTW*) {
157
template <typename
StatT
>
158
static int null_ftw_callback(const char*, const
StatT
*, int) {
162
template <typename
StatT
>
163
static int null_nftw_callback(const char*, const
StatT
*, int, FTW*) {
/external/libcxx/src/filesystem/
operations.cpp
321
StatT
m_stat;
346
StatT
const& get_stat() const { return m_stat; }
374
perms posix_get_perms(const
StatT
& st) noexcept {
383
const
StatT
& path_stat, error_code* ec) {
418
file_status posix_stat(path const& p,
StatT
& path_stat, error_code* ec) {
426
StatT
path_stat;
430
file_status posix_lstat(path const& p,
StatT
& path_stat, error_code* ec) {
438
StatT
path_stat;
451
bool posix_fchmod(const FileDescriptor& fd, const
StatT
& st, error_code& ec) {
460
bool stat_equivalent(const
StatT
& st1, const StatT& st2)
[
all
...]
filesystem_common.h
202
using
StatT
= struct ::stat;
384
TimeSpec extract_mtime(
StatT
const& st) { return st.st_mtimespec; }
385
TimeSpec extract_atime(
StatT
const& st) { return st.st_atimespec; }
387
TimeSpec extract_mtime(
StatT
const& st) { return st.st_mtim; }
388
TimeSpec extract_atime(
StatT
const& st) { return st.st_atim; }
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
last_write_time.pass.cpp
39
using
StatT
= struct ::stat;
49
TimeSpec extract_mtime(
StatT
const& st) { return st.st_mtimespec; }
50
TimeSpec extract_atime(
StatT
const& st) { return st.st_atimespec; }
52
TimeSpec extract_mtime(
StatT
const& st) { return st.st_mtim; }
53
TimeSpec extract_atime(
StatT
const& st) { return st.st_atim; }
111
StatT
st;
129
StatT
st;
/external/flatbuffers/tests/
monster_test_generated.h
34
struct
StatT
;
59
bool operator==(const
StatT
&lhs, const
StatT
&rhs);
834
struct
StatT
: public flatbuffers::NativeTable {
839
StatT
()
845
inline bool operator==(const
StatT
&lhs, const
StatT
&rhs) {
853
typedef
StatT
NativeTableType;
888
StatT
*UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;
889
void UnPackTo(
StatT
*_o, const flatbuffers::resolver_function_t *_resolver = nullptr) const
[
all
...]
Completed in 2370 milliseconds