Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 25 of 112) sorted by relevance

12345

/external/javassist/sample/duplicate/
DDuplicatedObject.java6 private DuplicatedObject backup; field in DuplicatedObject
15 backup = null; // self is a backup object. in DuplicatedObject()
21 backup = (DuplicatedObject)m._getMetaobject(); in DuplicatedObject()
24 backup = null; in DuplicatedObject()
33 if (backup != null) in trapMethodcall()
34 backup.trapMethodcall(identifier, args); in trapMethodcall()
/external/e2fsprogs/lib/blkid/
Dsave.c140 char *backup; in blkid_flush_cache() local
142 backup = malloc(strlen(filename) + 5); in blkid_flush_cache()
143 if (backup) { in blkid_flush_cache()
144 sprintf(backup, "%s.old", filename); in blkid_flush_cache()
145 unlink(backup); in blkid_flush_cache()
146 link(filename, backup); in blkid_flush_cache()
147 free(backup); in blkid_flush_cache()
/external/libvncserver/VisualNaCro/
Dnacro.c335 static void copy_line(rfbScreenInfo *dest, char *backup, in copy_line() argument
338 uint8_t *d = (uint8_t *)dest->frameBuffer, *s = (uint8_t *)backup; in copy_line()
365 char* backup; in displaypnm() local
380 backup = res->server->frameBuffer; in displaypnm()
394 copy_line(res->server, backup, x, y, x + w2, y, 0x80); in displaypnm()
395 copy_line(res->server, backup, x, y, x, y + h2, 0x80); in displaypnm()
396 copy_line(res->server, backup, x + w2, y, x + w2, y + h2, 0x80); in displaypnm()
397 copy_line(res->server, backup, x, y + h2, x + w2, y + h2, 0x80); in displaypnm()
404 res->server->frameBuffer=backup; in displaypnm()
591 char* backup; in alert() local
[all …]
/external/v8/test/mjsunit/regress/
Dregress-351624.js8 var backup = new Float64Array(1); variable
12 backup[0] = prod;
14 assertEquals(prod, backup[0]);
/external/fsck_msdos/
Dboot.c57 u_char backup[DOSBOOTBLOCKSIZE]; local
177 || read(dosfs, backup, sizeof backup) != sizeof backup) {
181 backup[65] = block[65]; /* XXX */
182 if (memcmp(block + 11, backup + 11, 79)) {
207 snprintf(tmp2, sizeof(tmp2), "%.2x ", backup[11 + i]);
/external/vboot_reference/tests/futility/
Dtest_main.sh21 [ -f ${LOG} ] && mv ${LOG} ${LOG}.backup
26 [ -f ${LOG}.backup ] && mv ${LOG}.backup ${LOG}
/external/e2fsprogs/doc/
DMakefile.in64 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html
74 .PHONY: clean-backup
75 clean-backup::
/external/vboot_reference/cgpt/
Dcgpt_add.c268 GptEntry *entry, backup; in GptAdd() local
272 memcpy(&backup, entry, sizeof(backup)); in GptAdd()
276 memcpy(entry, &backup, sizeof(*entry)); in GptAdd()
287 memcpy(entry, &backup, sizeof(*entry)); in GptAdd()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DBNF.java215 t.backup(); in qualify()
230 t.backup(); in getCore()
284 t.backup(); in getAlternation()
297 t.backup(); in getWeight()
/external/icu/icu4c/source/common/
Duniset_props.cpp460 RuleCharacterIterator::Pos backup; in applyPattern() local
500 chars.getPos(backup); in applyPattern()
506 chars.setPos(backup); // backup in applyPattern()
512 chars.getPos(backup); // prepare to backup in applyPattern()
518 chars.getPos(backup); // prepare to backup in applyPattern()
528 chars.setPos(backup); // backup in applyPattern()
725 chars.getPos(backup); in applyPattern()
731 chars.setPos(backup); in applyPattern()
/external/e2fsprogs/tests/f_preen/
Dname1 preen shouldn't destroy backup superblocks
Dexpect.15 the backup block group descriptors may be OK.
/external/e2fsprogs/tests/f_badjourblks/
Dname1 Illegal blocks in journal inode (and backup in superblock)
/external/antlr/antlr-3.4/runtime/Perl5/
DMANIFEST.SKIP8 # temporary and backup files
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1908 int backup;
1909 int i = backup = parsePosition.getIndex();
1930 i = backup;
1941 parsePosition.setIndex(backup);
2419 int backup = -1; in subparse() local
2448 if (strictParse && backup != -1) { in subparse()
2453 if ((lastGroup != -1 && countCodePoints(text, lastGroup, backup) - 1 != gs2) in subparse()
2458 lastGroup = backup; in subparse()
2460 backup = -1; // Do this BEFORE continue statement below!!! in subparse()
2481 if (backup != -1) { in subparse()
[all …]
/external/selinux/libsemanage/src/
Dsemanage_store.c1620 const char *backup = in semanage_commit_sandbox() local
1654 if (stat(backup, &buf) == 0) { in semanage_commit_sandbox()
1656 semanage_remove_directory(backup) != 0) { in semanage_commit_sandbox()
1657 ERR(sh, "Could not remove previous backup %s.", backup); in semanage_commit_sandbox()
1662 ERR(sh, "Could not stat directory %s.", backup); in semanage_commit_sandbox()
1667 if (rename(active, backup) == -1) { in semanage_commit_sandbox()
1668 ERR(sh, "Error while renaming %s to %s.", active, backup); in semanage_commit_sandbox()
1681 if (rename(backup, active) < 0) in semanage_commit_sandbox()
1682 ERR(sh, "Error while renaming %s back to %s.", backup, in semanage_commit_sandbox()
1695 else if (rename(backup, active) < 0) in semanage_commit_sandbox()
[all …]
/external/libvorbis/
D.gitignore25 # Emacs and other editor backup files
/external/libogg/
D.gitignore25 # Emacs and other editor backup files
/external/javasqlite/src/main/java/SQLite/
DBackup.java59 public void backup() throws SQLite.Exception { in backup() method in Backup
/external/e2fsprogs/tests/f_zero_inode_size/
Dexpect.12 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
/external/e2fsprogs/tests/f_desc_size_bad/
Dexpect.12 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
/external/scrypt/lib/
DREADME2 Tarsnap online backup system (and released under the 2-clause BSD license
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.12 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
/external/e2fsprogs/tests/f_zero_super/
Dexpect.12 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...

12345