Searched refs:stat (Results 1 - 25 of 3110) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dstat.h17 #include <asm-generic/stat.h>
/external/autotest/client/bin/result_tools/
H A Dresult_info_lib.py12 """Get the os.stat of the file at the given path.
15 @return: os.stat of the file. Return None if file doesn't exist.
18 return os.stat(path)
30 stat = _get_file_stat(path)
31 return stat.st_size if stat else 0
41 stat = _get_file_stat(path)
42 return stat.st_mtime if stat else 0
/external/strace/tests/
H A Dskip_unavailable.c3 #include <sys/stat.h>
9 struct stat st;
11 if (stat(path, &st))
12 perror_msg_and_skip("stat: %s", path);
H A Dtrace_stat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_stat test_trace_expr '' -e%stat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%stat -v -P stat.sample -P /dev/full
H A Dtrace_stat_like.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_stat_like test_trace_expr '' -e%%stat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%%stat -v -P stat.sample -P /dev/full
H A Dfstat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (fstat -a15 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a15 -v -P stat.sample
H A Dfstat64.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (fstat64 -a17 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a17 -v -P stat.sample
H A Doldfstat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (oldfstat -a18 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a18 -v -P stat.sample
/external/strace/tests-m32/
H A Dskip_unavailable.c3 #include <sys/stat.h>
9 struct stat st;
11 if (stat(path, &st))
12 perror_msg_and_skip("stat: %s", path);
H A Dtrace_stat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_stat test_trace_expr '' -e%stat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%stat -v -P stat.sample -P /dev/full
H A Dtrace_stat_like.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_stat_like test_trace_expr '' -e%%stat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%%stat -v -P stat.sample -P /dev/full
H A Dfstat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (fstat -a15 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a15 -v -P stat.sample
H A Dfstat64.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (fstat64 -a17 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a17 -v -P stat.sample
H A Doldfstat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (oldfstat -a18 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a18 -v -P stat.sample
/external/strace/tests-mx32/
H A Dskip_unavailable.c3 #include <sys/stat.h>
9 struct stat st;
11 if (stat(path, &st))
12 perror_msg_and_skip("stat: %s", path);
H A Dtrace_stat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_stat test_trace_expr '' -e%stat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%stat -v -P stat.sample -P /dev/full
H A Dtrace_stat_like.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_stat_like test_trace_expr '' -e%%stat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%%stat -v -P stat.sample -P /dev/full
H A Dfstat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (fstat -a15 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a15 -v -P stat.sample
H A Dfstat64.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (fstat64 -a17 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a17 -v -P stat.sample
H A Doldfstat.gen.test2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (oldfstat -a18 -v -P stat.sample); do not edit.
4 run_strace_match_diff -a18 -v -P stat.sample
/external/perf_data_converter/src/quipper/
H A Dperf_recorder_test.cc20 // This should also cover the availability of "perf stat", which is a simpler
72 // Run perf stat and verify output.
75 {"perf", "stat"}, 0.2, &output_string));
78 quipper::PerfStatProto stat; local
79 ASSERT_TRUE(stat.ParseFromString(output_string));
80 EXPECT_GT(stat.line_size(), 0);
99 {"perf", "stat", "-a", "-e", "cycles"}, 0.2, &output_string));
103 quipper::PerfStatProto stat; local
104 ASSERT_TRUE(stat.ParseFromString(output_string));
107 string("sudo ") + GetPerfPath() + " stat
129 quipper::PerfStatProto stat; local
[all...]
/external/python/cpython3/Mac/BuildScript/resources/
H A Dinstall_certificates.command14 import stat
18 STAT_0o775 = ( stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR
19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP
20 | stat.S_IROTH | stat.S_IXOTH )
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DJcDnld.cpp38 BOOLEAN stat = FALSE; local
53 stat = jd->initialize (channel);
54 if(stat != TRUE)
67 stat = FALSE;
72 stat = TRUE;
78 stat = FALSE;
81 return (stat == true)?STATUS_OK:STATUS_FAILED;
97 BOOLEAN stat = FALSE; local
116 BOOLEAN stat = FALSE; local
127 stat
[all...]
/external/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.h39 #include <sys/stat.h>
112 int test_func1(const char *, const struct stat *, int, struct FTW *);
113 int test_func3(const char *, const struct stat *, int, struct FTW *);
114 int test_func4(const char *, const struct stat *, int, struct FTW *);
115 int test_func5(const char *, const struct stat *, int, struct FTW *);
116 int test_func7(const char *, const struct stat *, int, struct FTW *);
117 int test_func8(const char *, const struct stat *, int, struct FTW *);
118 int test_func9(const char *, const struct stat *, int, struct FTW *);
119 int test_func10(const char *, const struct stat *, int, struct FTW *);
120 int test_func11(const char *, const struct stat *, in
[all...]
/external/autotest/client/site_tests/security_Minijail0/src/
H A Dtest-tmpfs15 fs=$(stat -f /tmp -c %T)

Completed in 617 milliseconds

1234567891011>>