OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utimensat
(Results
51 - 54
of
54
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h
365
extern int
utimensat
(int __fd, __const char *__path,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h
365
extern int
utimensat
(int __fd, __const char *__path,
/system/core/sdcard/
sdcard.c
952
* time specified in the request. Same goes for mtime. Use
utimensat
(2)
975
TRACE("[%d] Calling
utimensat
on %s with atime %ld, mtime=%ld\n",
977
if (
utimensat
(-1, path, times, 0) < 0) {
[
all
...]
/external/bison/
configure
[
all
...]
Completed in 607 milliseconds
1
2
3