Searched refs:utime (Results 1 - 25 of 134) sorted by relevance

123456

/external/e2fsprogs/include/nonunix/
H A Dutime.h1 #include <sys/utime.h>
/external/strace/mpers-m32/
H A Dutimbuf_t.c4 #include <utime.h>
/external/strace/mpers-mx32/
H A Dutimbuf_t.c4 #include <utime.h>
/external/strace/
H A Dutime.c5 #include <utime.h>
11 SYS_FUNC(utime)
/external/libchrome/base/
H A Dos_compat_android.h10 #include <utime.h>
/external/python/cpython2/RISCOS/
H A Dunixstuff.c26 int acorntime(bits *ex, bits *ld, time_t utime) argument
31 timlo = ((unsigned)utime & 0x00ffffffU) * 100 + 0x00996a00U;
32 timhi = ((unsigned)utime >> 24);
/external/flac/include/share/
H A Dcompat.h110 #include <utime.h> /* for utime() */
112 #include <sys/utime.h> /* for utime() */
116 #include <utime.h> /* for utime() */
166 #define flac_utime utime
/external/python/cpython2/Tools/scripts/
H A Dcopytime.py20 os.utime(file2, (stat1[ST_ATIME], stat1[ST_MTIME]))
/external/ltp/testcases/kernel/syscalls/utime/
H A Dutime04.c24 * Verify that the system call utime() successfully sets the modification
29 * utime succeeds returning zero and sets the access and modification
77 #include <utime.h>
92 struct utimbuf times; /* struct. buffer for utime() */
113 * Invoke utime(2) to set TEMP_FILE access and
117 TEST(utime(TEMP_FILE, &times));
120 tst_resm(TFAIL|TTERRNO, "utime(%s) failed", TEMP_FILE);
138 "utime(%s, &times) successful",
H A Dutime05.c24 * Verify that the system call utime() successfully sets the modification
32 * utime succeeds returning zero and sets the access and modification
79 #include <utime.h>
98 struct utimbuf times; /* struct. buffer for utime() */
119 * Invoke utime(2) to set TEMP_FILE access and
123 TEST(utime(TEMP_FILE, &times));
126 tst_resm(TFAIL|TTERRNO, "utime(%s) failed", TEMP_FILE);
144 "utime(%s, &times) successful",
H A Dutime01.c24 * Verify that the system call utime() successfully sets the modification
29 * utime succeeds returning zero and sets the access and modification
77 #include <utime.h>
111 tst_brkm(TCONF, cleanup, "Cannot do utime on a file"
117 "Cannot do utime on a file on %s filesystem",
127 * Invoke utime(2) to set TEMP_FILE access and
130 TEST(utime(TEMP_FILE, NULL));
133 tst_resm(TFAIL|TTERRNO, "utime(%s) failed", TEMP_FILE);
144 * utime(2)
166 "utime(
[all...]
H A Dutime02.c24 * Verify that the system call utime() successfully sets the modification
32 * utime succeeds returning zero and sets the access and modification
79 #include <utime.h>
117 tst_brkm(TCONF, cleanup, "Cannot do utime on a file"
123 "Cannot do utime on a file on %s filesystem",
133 * Invoke utime(2) to set TEMP_FILE access and
136 TEST(utime(TEMP_FILE, NULL));
139 tst_resm(TFAIL|TTERRNO, "utime(%s) failed", TEMP_FILE);
150 * utime(2)
172 "utime(
[all...]
H A Dutime03.c24 * Verify that the system call utime() successfully sets the modification
33 * utime succeeds returning zero and sets the access and modificatio
85 #include <utime.h>
132 tst_brkm(TCONF, cleanup, "Cannot do utime on a file"
138 "Cannot do utime on a file on %s filesystem",
163 * Invoke utime(2) to set TEMP_FILE access and
166 TEST(utime(TEMP_FILE, NULL));
170 "utime(%s) failed", TEMP_FILE);
181 * calling utime(2)
204 "of utime(
[all...]
H A Dutime06.c22 * 1. Verify that the system call utime() fails to set the modification
27 * 2. Verify that the system call utime() fails to set the modification
29 * 3. Verify that the system call utime() fails to set the modification
34 * 4. Verify that the system call utime() fails to set the modification
46 #include <utime.h>
139 TEST(utime(test->pathname, test->times));
145 tst_resm(TFAIL, "utime succeeded unexpectedly");
150 tst_resm(TPASS | TTERRNO, "utime failed as expected");
153 "utime failed unexpectedly; expected: %d - %s",
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dprocess_info.h44 unsigned long utime() const { return utime_; } function in class:ProcessInfo
/external/libgsm/inc/
H A Dtoast.h36 # include <utime.h>
/external/r8/tools/
H A Dgradle.py36 os.utime(GRADLE_TGZ, None)
/external/strace/tests/
H A Dutime.c2 * Check decoding of utime syscall.
37 # include <utime.h>
60 printf("utime(\"\", NULL) = %s\n", sprintrc(rc));
63 printf("utime(%p, %p) = %s\n", dummy_filename + sizeof(dummy_str),
67 printf("utime(%p, %p) = %s\n",
70 rc = k_utime("utime\nfilename", tail_u);
72 printf("utime(\"utime\\nfilename\", {actime=%lld", (long long) t);
/external/strace/tests-m32/
H A Dutime.c2 * Check decoding of utime syscall.
37 # include <utime.h>
60 printf("utime(\"\", NULL) = %s\n", sprintrc(rc));
63 printf("utime(%p, %p) = %s\n", dummy_filename + sizeof(dummy_str),
67 printf("utime(%p, %p) = %s\n",
70 rc = k_utime("utime\nfilename", tail_u);
72 printf("utime(\"utime\\nfilename\", {actime=%lld", (long long) t);
/external/strace/tests-mx32/
H A Dutime.c2 * Check decoding of utime syscall.
37 # include <utime.h>
60 printf("utime(\"\", NULL) = %s\n", sprintrc(rc));
63 printf("utime(%p, %p) = %s\n", dummy_filename + sizeof(dummy_str),
67 printf("utime(%p, %p) = %s\n",
70 rc = k_utime("utime\nfilename", tail_u);
72 printf("utime(\"utime\\nfilename\", {actime=%lld", (long long) t);
/external/elfutils/tests/
H A Drun-readelf-vmcoreinfo.sh31 utime: 0.000000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000
49 utime: 0.000000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000
/external/kernel-headers/original/uapi/linux/raid/
H A Dmd_u.h94 unsigned int utime; /* 0 Superblock update time */ member in struct:mdu_array_info_s
/external/ltp/testcases/kernel/syscalls/lseek/
H A Dlseek06.c74 #include <utime.h>
H A Dlseek08.c74 #include <utime.h>
H A Dlseek09.c76 #include <utime.h>

Completed in 589 milliseconds

123456