Searched refs:fd (Results 1 – 6 of 6) sorted by relevance
/build/core/ |
D | checktree | 53 fd = os.popen(command); 54 lines = fd.readlines() 55 status = fd.close()
|
/build/tools/zipalign/ |
D | ZipFile.cpp | 1179 time_t ZipFile::getModTime(int fd) in getModTime() argument 1183 if (fstat(fd, &sb) < 0) { in getModTime() 1184 ALOGD("HEY: fstat on fd %d failed\n", fd); in getModTime() 1206 int fd; 1207 fd = dup(fileno(mZipFp)); 1208 if (fd < 0) { 1212 return fd;
|
D | ZipFile.h | 252 time_t getModTime(int fd);
|
/build/tools/releasetools/ |
D | build_image.py | 230 fd, merged_fs_config = tempfile.mkstemp(prefix="root_fs_config", 232 os.close(fd)
|
D | common.py | 731 fd, fn = tempfile.mkstemp(prefix=prefix, suffix=suffix) 732 os.close(fd)
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | prettify.js | 7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue …
|