Searched refs:fd (Results 1 - 4 of 4) sorted by relevance

/build/core/
H A Dchecktree53 fd = os.popen(command);
54 lines = fd.readlines()
55 status = fd.close()
/build/tools/zipalign/
H A DZipFile.cpp1102 time_t ZipFile::getModTime(int fd) argument
1106 if (fstat(fd, &sb) < 0) {
1107 ALOGD("HEY: fstat on fd %d failed\n", fd);
1129 int fd;
1130 fd = dup(fileno(mZipFp));
1131 if (fd < 0) {
1135 return fd;
H A DZipFile.h243 time_t getModTime(int fd);
/build/tools/droiddoc/templates-pdk/assets/
H A Dprettify.js7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),

Completed in 141 milliseconds