HomeSort by relevance Sort by last modified time
    Searched defs:st (Results 1 - 25 of 1506) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/gen/
ftok.c 35 struct stat st; local
37 if (stat(path, &st) < 0)
41 ((id & 0xff) << 24 | (st.st_dev & 0xff) << 16 | (st.st_ino & 0xffff));
  /external/elfutils/libelf/
elf_getarhdr.c 61 int st = __libelf_next_arhdr_wrlock (parent); local
64 if (st != 0)
elf_readall.c 94 struct stat st; local
96 if (fstat (elf->fildes, &st) < 0)
99 if (sizeof (size_t) >= sizeof (st.st_size)
100 || st.st_size <= ~((size_t) 0))
101 elf->maximum_size = (size_t) st.st_size;
  /external/strace/tests/
skip_unavailable.c 9 struct stat st; local
11 if (stat(path, &st))
  /external/strace/tests-m32/
skip_unavailable.c 9 struct stat st; local
11 if (stat(path, &st))
  /external/strace/tests-mx32/
skip_unavailable.c 9 struct stat st; local
11 if (stat(path, &st))
  /external/clang/test/Modules/
stddef.c 8 size_t st; // expected-error {{must be imported}} variable
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
ext4_file_time.c 35 struct stat st; local
42 if (stat(argv[1], &st) != 0) {
49 t = st.st_atime;
51 t = st.st_mtime;
53 t = st.st_ctime;
56 t = st.st_atim.tv_nsec;
58 t = st.st_mtim.tv_nsec;
60 t = st.st_ctim.tv_nsec;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
8-1.c 24 sigset_t st; local
25 sigemptyset(&st);
26 sigaddset(&st, SIGCHLD);
28 if (sigprocmask(SIG_BLOCK, &st, NULL) < 0) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_msaa.c 46 struct st_context *st = st_context(ctx); local
48 st_validate_state(st, ST_PIPELINE_RENDER);
50 if (st->pipe->get_sample_position)
51 st->pipe->get_sample_position(st->pipe,
  /external/perf_data_converter/src/quipper/
file_utils.cc 29 struct stat st; local
30 return stat(filename.c_str(), &st) == 0;
  /external/python/cpython3/Lib/test/subprocessdata/
fd_status.py 26 st = os.fstat(fd) variable
32 if not stat.S_ISDOOR(st.st_mode):
  /external/strace/
oldstat.c 46 struct strace_stat st = { local
60 print_struct_stat(tcp, &st);
stat.c 35 struct strace_stat st; local
37 if (fetch_struct_stat(tcp, addr, &st))
38 print_struct_stat(tcp, &st);
stat64.c 35 struct strace_stat st; local
37 if (fetch_struct_stat64(tcp, addr, &st))
38 print_struct_stat(tcp, &st);
  /frameworks/minikin/tests/util/
FileUtils.cpp 29 struct stat st; local
30 LOG_ALWAYS_FATAL_IF(fstat(fileno(fp), &st) != 0);
32 std::vector<uint8_t> result(st.st_size);
33 LOG_ALWAYS_FATAL_IF(fread(result.data(), 1, st.st_size, fp) != static_cast<size_t>(st.st_size));
  /system/core/libnativebridge/tests/
CodeCacheCreate_test.cpp 29 struct stat st; local
30 ASSERT_EQ(-1, stat(kCodeCache, &st));
41 ASSERT_EQ(0, stat(kCodeCache, &st));
42 ASSERT_TRUE(S_ISDIR(st.st_mode));
CodeCacheExists_test.cpp 29 struct stat st; local
30 ASSERT_EQ(-1, stat(kCodeCache, &st));
44 ASSERT_EQ(0, stat(kCodeCache, &st));
45 ASSERT_TRUE(S_ISDIR(st.st_mode));
CodeCacheStatFail_test.cpp 33 struct stat st; local
34 ASSERT_EQ(-1, stat(kCodeCacheStatFail, &st));
  /toolchain/binutils/binutils-2.27/libiberty/
unlink-if-ordinary.c 65 struct stat st; local
67 if (lstat (name, &st) == 0
68 && (S_ISREG (st.st_mode) || S_ISLNK (st.st_mode)))
  /libcore/luni/src/test/java/libcore/java/io/
StreamTokenizerTest.java 27 StreamTokenizer st = new StreamTokenizer(new StringReader("aIb aIb")); local
28 st.lowerCaseMode(true);
29 st.nextToken();
30 assertEquals("aib", st.sval);
33 st.nextToken();
34 assertEquals("a\u0131b", st.sval);
  /external/elfutils/libdw/
dwarf_begin.c 76 struct stat st; local
78 if (fstat (fd, &st) == 0 && ! S_ISREG (st.st_mode))
  /external/toybox/toys/other/
which.c 32 struct stat st; local
34 if (!stat(filename, &st) && S_ISREG(st.st_mode)) {
  /system/core/adb/sysdeps/
stat_test.cpp 29 struct stat st; local
30 ASSERT_EQ(0, stat(td.path, &st));
31 ASSERT_FALSE(S_ISREG(st.st_mode));
32 ASSERT_TRUE(S_ISDIR(st.st_mode));
34 ASSERT_EQ(0, stat((std::string(td.path) + '/').c_str(), &st));
35 ASSERT_TRUE(S_ISDIR(st.st_mode));
38 ASSERT_EQ(0, stat((std::string(td.path) + '\\').c_str(), &st));
39 ASSERT_TRUE(S_ISDIR(st.st_mode));
43 ASSERT_EQ(-1, stat(nonexistent_path.c_str(), &st));
46 ASSERT_EQ(-1, stat((nonexistent_path + "/").c_str(), &st));
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 82 struct stat st; local
84 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) {
91 *couldbetty = S_ISCHR(st.st_mode);
92 if (st.st_blksize == 0) {
102 *bufsize = st.st_blksize;
103 fp->_blksize = st.st_blksize;
104 return ((st.st_mode & S_IFMT) == S_IFREG && fp->_seek == __sseek ?

Completed in 1297 milliseconds

1 2 3 4 5 6 7 8 91011>>