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

12

/external/e2fsprogs/include/nonunix/
H A Dutime.h1 #include <sys/utime.h>
/external/chromium/build/
H A Dextract_from_cab.py27 os.utime(os.path.join(output_dir, archived_file), None)
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DUTCTimeTest.java42 private static final ASN1UTCTime utime = ASN1UTCTime.getInstance(); field in class:UTCTimeTest
102 utime.decode(in)); //decoded
111 utime.decode(in)); //decoded
116 DerOutputStream out = new DerOutputStream(utime,
/external/webkit/Source/WebKit/chromium/scripts/
H A Dgenerate_devtools_html.py83 os.utime(output_dir_name, None)
H A Dinline_js_imports.py79 os.utime(output_dir_name, None)
H A Dconcatenate_css_files.py113 os.utime(output_dir_name, None)
H A Dconcatenate_js_files.py114 os.utime(output_dir_name, None)
/external/bluetooth/glib/glib/
H A Dgstdio.h48 #define g_utime utime
H A Dgstdio.c41 #include <sys/utime.h>
43 #include <utime.h>
772 * A wrapper for the POSIX utime() function. The utime() function
775 * See your C library manual for more details about how utime() works
806 return utime (filename, utb);
/external/linux-tools-perf/scripts/python/
H A Dfutex-contention.py25 nr, uaddr, op, val, utime, uaddr2, val3):
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
H A Dreact-to-vsprops-changes.py33 os.utime(wtf_platform_h, None)
/external/webkit/Source/WebCore/inspector/
H A Dinline-javascript-imports.py78 os.utime(outputDirName, None)
/external/kernel-headers/original/linux/raid/
H A Dmd_p.h142 __u32 utime; /* 0 Superblock update time */ member in struct:mdp_superblock_s
250 __u64 utime; /* 40 bits second, 24 btes microseconds */ member in struct:mdp_superblock_1
H A Dmd_u.h73 int utime; /* 0 Superblock update time */ member in struct:mdu_array_info_s
/external/oprofile/libutil++/
H A Dfile_manip.cpp15 #include <utime.h>
72 if (utime(destination.c_str(), &utim))
/external/openssh/
H A Dincludes.h45 # include <utime.h>
/external/chromium/build/mac/
H A Dstrip_save_dsym297 os.utime(macho, (now, now))
298 os.utime(dsym, (now, now))
/external/jhead/
H A Djhead.h22 #include <sys/utime.h>
24 #include <utime.h>
/external/openssh/openbsd-compat/
H A Dbsd-misc.c114 return (utime(filename, &ub));
/external/webkit/Source/gyp/
H A Dconfigure100 os.utime(self.output(port), None)
/external/e2fsprogs/debugfs/
H A Ddump.c22 #include <utime.h>
96 if (utime(name, &ut) == -1)
/external/e2fsprogs/util/
H A Dsubst.c17 #include <utime.h>
386 if (utime(outfn, &ut) < 0)
387 perror("utime");
/external/zlib/contrib/minizip/
H A Dminiunz.c54 # include <utime.h>
115 utime(filename,&ut);
/external/zlib/contrib/untgz/
H A Duntgz.c36 # include <utime.h>
246 return utime(fname,&settime);
/external/zlib/examples/
H A Dgun.c67 #include <utime.h> /* utime() */
534 (void)utime(to, &when);

Completed in 2245 milliseconds

12