Home
last modified time | relevance | path

Searched defs:persist (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/tempfile/src/file/imp/
Dunix.rs126 pub fn persist(old_path: &Path, new_path: &Path, overwrite: bool) -> io::Result<()> { in persist() function
149 pub fn persist(old_path: &Path, new_path: &Path, overwrite: bool) -> io::Result<()> { in persist() function
Dother.rs24 pub fn persist(_old_path: &Path, _new_path: &Path, _overwrite: bool) -> io::Result<()> { in persist() function
Dwindows.rs78 pub fn persist(old_path: &Path, new_path: &Path, overwrite: bool) -> io::Result<()> { in persist() function
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java59 public static void persist (final IMetaData data, final File file, final boolean merge) in persist() method in DataFactory
74 public static void persist (final ICoverageData data, final File file, final boolean merge) in persist() method in DataFactory
89 public static void persist (final ISessionData data, final File file, final boolean merge) in persist() method in DataFactory
502 private static void persist (final IMergeable data, final byte type, final File file) in persist() method in DataFactory
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DEntityManagerPerRequestProvisionTest.java114 public <T> void persist(T t) { in persist() method in EntityManagerPerRequestProvisionTest.JpaDao
DEntityManagerProvisionTest.java107 public <T> void persist(T t) { in persist() method in EntityManagerProvisionTest.JpaDao
DDynamicFinderTest.java92 public <T> void persist(T t) { in persist() method in DynamicFinderTest.JpaDao
/external/kernel-headers/original/uapi/linux/
Dbpqether.h33 unsigned char persist; /* unused */ member
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/bonnet/
Dtun_device.cc26 bool persist, bool setup_tun, bool is_tap, in TunTapDevice()
Dtun_device_test.cc45 void SetInitExpectations(int mtu, bool persist) { in SetInitExpectations()
/external/curl/lib/
Daltsvc.h49 bool persist; member
Daltsvc.c154 unsigned int persist; in altsvc_add() local
496 bool persist = FALSE; in Curl_altsvc_parse() local
/external/cronet/base/win/
Dshortcut.cc226 ComPtr<IPersistFile> persist; in ResolveShortcutProperties() local
/external/rust/crates/tempfile/src/file/
Dmod.rs228 pub fn persist<P: AsRef<Path>>(mut self, new_path: P) -> Result<(), PathPersistError> { in persist() method
714 pub fn persist<P: AsRef<Path>>(self, new_path: P) -> Result<File, PersistError> { in persist() method
/external/python/cpython3/PC/clinic/
D_msi.c.h654 int persist; in _msi_OpenDatabase() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_pd.c267 int persist = 0; in p2p_build_prov_disc_resp() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothAdapter.java311 protected boolean disable(boolean persist) { in disable()
/external/python/cpython3/PC/
D_msi.c1196 _msi_OpenDatabase_impl(PyObject *module, const Py_UNICODE *path, int persist) in _msi_OpenDatabase_impl()
/external/python/cpython2/PC/
D_msi.c964 int persist; in msiopendb() local
/external/ppp/pppd/
Doptions.c103 bool persist = 0; /* Reopen link after it goes down */ variable
/external/libevent/test/
Dregress.c480 int persist = !!strstr(flags, "persist"); in test_simpleclose() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c121 void *eloop_data, int persist) in nl80211_register_eloop_read()
149 static void nl80211_destroy_eloop_handle(struct nl_sock **handle, int persist) in nl80211_destroy_eloop_handle()