Searched defs:readonly (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/
H A Dtransport_security_persister.cc15 TransportSecurityPersister::TransportSecurityPersister(bool readonly) argument
17 readonly_(readonly) {
/external/dropbear/
H A Dcli-kex.c149 static FILE* open_known_hosts_file(int * readonly) argument
185 *readonly = 0;
190 TRACE(("trying readonly: %s", strerror(errno)))
191 *readonly = 1;
212 int readonly = 0; local
220 hostsfile = open_known_hosts_file(&readonly);
297 if (readonly) {
298 TRACE(("readonly"))
/external/kernel-headers/original/linux/mtd/
H A Dblktrans.h29 int readonly; member in struct:mtd_blktrans_dev
/external/icu4c/samples/ustring/
H A Dustring.cpp403 static const UChar readonly[]={ variable
429 // set "one" to contain the 3 UChars from readonly
431 one.setTo(readonly, LENGTHOF(readonly));
444 // * UnicodeString using readonly-alias to a const UChar array
445 // construct a string that aliases a readonly buffer
446 UnicodeString three(FALSE, readonly, LENGTHOF(readonly));
447 printUnicodeString("readonly-alias string: ", three);
451 printUnicodeString("readonly
[all...]
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c684 BOOLEAN readonly; local
695 readonly = (p_cb->listen_info[NFA_CE_LISTEN_INFO_IDX_NDEF].flags & NFC_CE_LISTEN_INFO_READONLY_NDEF) ? TRUE : FALSE;
704 status = CE_T3tSetLocalNDEFMsg (readonly,
714 status = CE_T4tSetLocalNDEFMsg (readonly,
1088 NFA_TRACE_DEBUG5 ("Configuring local NDEF tag: protocol_mask=%01x cur_size=%i, max_size=%i, readonly=%i",
/external/llvm/unittests/Support/
H A DPath.cpp367 fs::mapped_file_region::readonly, member in class:__anon9868::fs::mapped_file_region
380 fs::mapped_file_region::readonly, member in class:__anon9868::fs::mapped_file_region
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c514 int readonly = 0; local
517 error = ioctl(data->dev, BLKROGET, &readonly);
518 if (!error && readonly) {
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java66 * Database in readonly mode.
68 private boolean readonly = false; field in class:JDBCConnection
108 private DatabaseX open(boolean readonly) throws SQLException { argument
112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY :
158 db = open(readonly);
235 return readonly;
341 if (ro != readonly) {
348 readonly = ro;
/external/llvm/include/llvm/Support/
H A DFileSystem.h589 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/external/openssh/
H A Dsftp-server.c74 int readonly; variable
562 if (readonly &&
660 else if (readonly)
774 if (readonly) {
828 else if (readonly)
978 if (readonly)
1003 if (readonly)
1024 if (readonly)
1074 if (readonly)
1160 if (readonly)
[all...]
H A Dsshconnect.c686 * is not valid. user_hostfile[0] will not be updated if 'readonly' is true.
693 Key *host_key, int readonly,
793 if (readonly || want_cert)
827 if (readonly || want_cert)
941 if (readonly == ROQUIET)
692 check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, Key *host_key, int readonly, char **user_hostfiles, u_int num_user_hostfiles, char **system_hostfiles, u_int num_system_hostfiles) argument
/external/qemu/
H A Dqemu-io.c1653 int readonly = 0; local
1666 readonly = 1;
1676 if (!readonly) {
1731 int readonly = 0; local
1765 readonly = 1;
1820 if (!readonly) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1437 milliseconds