Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 44) sorted by relevance

12

/system/core/toolbox/
Dmv.c32 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()
DNOTICE5 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/
Dbuiltins.c260 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 …]
DREADME.BOOTCHART45 3/ in the source directory, type 'ant' to build the bootchart program
DNOTICE40 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/
Dremount_service.c72 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/
Dtest_zlib.c45 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/
DNOTICE3 Redistribution and use in source and binary forms, with or without
5 * Redistributions of source code must retain the above copyright
/system/core/sh/
DNOTICE7 Redistribution and use in source and binary forms, with or without
10 1. Redistributions of source code must retain the above copyright
Darith_lex.c1057 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()
Dnodes.c.pat10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
Dnodetypes8 # 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/
Dnewgrp8 # Redistribution and use in source and binary forms, with or without
11 # 1. Redistributions of source code must retain the above copyright
Dsuspend8 # Redistribution and use in source and binary forms, with or without
11 # 1. Redistributions of source code must retain the above copyright
Dlogin8 # Redistribution and use in source and binary forms, with or without
11 # 1. Redistributions of source code must retain the above copyright
Dcmv8 # Redistribution and use in source and binary forms, with or without
11 # 1. Redistributions of source code must retain the above copyright
Dkill8 # Redistribution and use in source and binary forms, with or without
11 # 1. Redistributions of source code must retain the above copyright
Dpopd8 # Redistribution and use in source and binary forms, with or without
11 # 1. Redistributions of source code must retain the above copyright
Dpushd8 # Redistribution and use in source and binary forms, with or without
11 # 1. Redistributions of source code must retain the above copyright
Ddirs8 # 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/
Ddebug_module.h109 void os_cmd_copy_to_user(void *destination, const void *source, unsigned int size);
/system/extras/procmem/
DNOTICE40 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/
DNOTICE40 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/
DNOTICE40 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/
DNOTICE40 including but not limited to software source code, documentation
41 source, and configuration files.
69 communication on electronic mailing lists, source code control systems,

12