/system/core/toolbox/ |
D | mv.c | 32 const char *source = argv[i]; in mv_main() local 35 if (strlen(dest) + 1 + strlen(source) + 1 > sizeof(fullDest)) { in mv_main() 43 const char *fileName = strrchr(source, '/'); in mv_main() 47 strcat(fullDest, fileName ? fileName + 1 : source); in mv_main() 51 if (rename(source, fullDest)) { in mv_main() 52 fprintf(stderr, "failed on '%s' - %s\n", source, strerror(errno)); in mv_main()
|
D | NOTICE | 5 Redistribution and use in source and binary forms, with or without 8 * Redistributions of source code must retain the above copyright 45 Redistribution and use in source and binary forms, with or without 48 1. Redistributions of source code must retain the above copyright 76 Redistribution and use in source and binary forms, with or without 79 1. Redistributions of source code must retain the above copyright 108 Redistribution and use in source and binary forms, with or without 111 1. Redistributions of source code must retain the above copyright
|
/system/core/init/ |
D | builtins.c | 260 char *source; in do_mount() local 278 source = args[2]; in do_mount() 279 if (!strncmp(source, "mtd@", 4)) { in do_mount() 280 n = mtd_name_to_number(source + 4); in do_mount() 283 source = tmp; in do_mount() 286 return mount(source, args[3], args[1], flags, options); in do_mount() 420 char *source = args[1]; in do_device() local 432 if (!strncmp(source, "mtd@", 4)) { in do_device() 433 int n = mtd_name_to_number(source + 4); in do_device() 436 source = tmp; in do_device() [all …]
|
D | README.BOOTCHART | 45 3/ in the source directory, type 'ant' to build the bootchart program
|
D | NOTICE | 40 including but not limited to software source code, documentation 41 source, and configuration files. 69 communication on electronic mailing lists, source code control systems,
|
/system/core/adb/ |
D | remount_service.c | 72 char source[64]; in remount_system() local 79 snprintf(source, sizeof source, "/dev/block/mtdblock%d", num); in remount_system() 80 system_ro = mount(source, "/system", "yaffs2", MS_REMOUNT, NULL); in remount_system()
|
/system/extras/tests/bionic/libc/other/ |
D | test_zlib.c | 45 int def(FILE *source, FILE *dest, int level) in def() argument 63 strm.avail_in = fread(in, 1, CHUNK, source); in def() 64 if (ferror(source)) { in def() 68 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; in def() 93 int inf(FILE *source) in inf() argument 113 strm.avail_in = fread(in, 1, CHUNK, source); in inf() 114 if (ferror(source)) { in inf()
|
/system/core/libmincrypt/ |
D | NOTICE | 3 Redistribution and use in source and binary forms, with or without 5 * Redistributions of source code must retain the above copyright
|
/system/core/sh/ |
D | NOTICE | 7 Redistribution and use in source and binary forms, with or without 10 1. Redistributions of source code must retain the above copyright
|
D | arith_lex.c | 1057 register char *source = (yytext_ptr); in yy_get_next_buffer() local 1090 *(dest++) = *(source++); in yy_get_next_buffer() 1250 register char *source = in yyunput() local 1253 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) in yyunput() 1254 *--dest = *--source; in yyunput() 1256 yy_cp += (int) (dest - source); in yyunput() 1257 yy_bp += (int) (dest - source); in yyunput()
|
D | nodes.c.pat | 10 * Redistribution and use in source and binary forms, with or without 13 * 1. Redistributions of source code must retain the above copyright
|
D | nodetypes | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
/system/core/sh/funcs/ |
D | newgrp | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
D | suspend | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
D | login | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
D | cmv | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
D | kill | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
D | popd | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
D | pushd | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
D | dirs | 8 # Redistribution and use in source and binary forms, with or without 11 # 1. Redistributions of source code must retain the above copyright
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
D | debug_module.h | 109 void os_cmd_copy_to_user(void *destination, const void *source, unsigned int size);
|
/system/extras/procmem/ |
D | NOTICE | 40 including but not limited to software source code, documentation 41 source, and configuration files. 69 communication on electronic mailing lists, source code control systems,
|
/system/core/libnetutils/ |
D | NOTICE | 40 including but not limited to software source code, documentation 41 source, and configuration files. 69 communication on electronic mailing lists, source code control systems,
|
/system/extras/libpagemap/ |
D | NOTICE | 40 including but not limited to software source code, documentation 41 source, and configuration files. 69 communication on electronic mailing lists, source code control systems,
|
/system/core/logwrapper/ |
D | NOTICE | 40 including but not limited to software source code, documentation 41 source, and configuration files. 69 communication on electronic mailing lists, source code control systems,
|