Home
last modified time | relevance | path

Searched +defs:delete +defs:file (Results 1 – 25 of 1198) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DMoreFilesTest.java163 Path file = fs.getPath("file"); in testByteSource_size_ofSymlinkToRegularFile() local
177 Path file = fs.getPath("file"); in testByteSource_size_ofSymlinkToRegularFile_nofollowLinks() local
301 Path file = root().resolve("parent/nonexistent.file"); in testCreateParentDirectories_noPermission() local
310 Path file = parent.resolve("foo"); in testCreateParentDirectories_nonDirectoryParentExists() local
326 Path file = symlink.resolve("foo"); in testCreateParentDirectories_symlinkParentExists() local
373 Path file = fs.getPath("file"); in testPredicates() local
635 Path file = fs.getPath("dir/a"); in testDeleteRecursively_nonDirectoryFile() local
662 final Path file, final Path target, ExecutorService executor) { in startDirectorySymlinkSwitching()
695 public void delete(Path path, RecursiveDeleteOption... options) throws IOException { in delete() method
709 public void delete(Path path, RecursiveDeleteOption... options) throws IOException { in delete() method
[all …]
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
H A DPathUtils.java261 …private static int compareLastModifiedTimeTo(final Path file, final FileTime fileTime, final LinkO… in compareLastModifiedTimeTo()
430 public static PathCounters delete(final Path path) throws IOException { in delete() method in PathUtils
451 …public static PathCounters delete(final Path path, final DeleteOption... deleteOptions) throws IOE… in delete() method in PathUtils
474 …public static PathCounters delete(final Path path, final LinkOption[] linkOptions, final DeleteOpt… in delete() method in PathUtils
528 public static PathCounters deleteFile(final Path file) throws IOException { in deleteFile()
542 …public static PathCounters deleteFile(final Path file, final DeleteOption... deleteOptions) throws… in deleteFile()
558 …public static PathCounters deleteFile(final Path file, final LinkOption[] linkOptions, final Delet… in deleteFile()
/aosp_15_r20/trusty/user/app/storage/test/storage_host_test/
Dstorage_host_test.c59 struct storage_file_handle* file, in open_test_file_etc()
80 struct storage_file_handle* file, in open_test_file()
88 struct storage_file_handle* file, in file_test_open()
194 bool delete, in file_test_etc()
197 struct storage_file_handle file; in file_test_etc() local
236 bool delete, in file_test()
302 struct storage_file_handle file; in TEST_P() local
612 struct storage_file_handle file; in TEST_P() local
698 struct storage_file_handle file; in TEST_P() local
/aosp_15_r20/external/guice/extensions/persist/lib/
HDjboss-archive-browsing.jar ... (java.io.File) public static boolean delete (java.lang.String) public static boolean ...
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DSampleChunk.java85 File file, in createSampleChunk()
112 File file = new File(bufferDir, filename); in loadSampleChunkFromFile() local
262 static void release(SampleChunk chunk, boolean delete) { in release()
270 File file, in SampleChunk()
283 SamplePool samplePool, File file, long startPositionUs, ChunkCallback chunkCallback) in SampleChunk()
403 private void release(boolean delete) { in release()
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DSampleChunk.java99 File file, in createSampleChunk()
128 File file = new File(bufferDir, filename); in loadSampleChunkFromFile() local
279 static void release(SampleChunk chunk, boolean delete) { in release()
287 File file, in SampleChunk()
301 File file, in SampleChunk()
441 private void release(boolean delete) { in release()
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-documentfile-nodeps/android_common/aar/
Dclasses.jar ... .provider.DocumentFile fromFile (java.io.File) java.io.File file public static android ...
Dandroid-support-documentfile-nodeps.jar ... .provider.DocumentFile fromFile (java.io.File) java.io.File file public static android ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha02/androidx.documentfile_documentfile/android_common/aar/
Dandroidx.documentfile_documentfile.jar ... .provider.DocumentFile fromFile (java.io.File) java.io.File file public static androidx ...
Dclasses.jar ... .provider.DocumentFile fromFile (java.io.File) java.io.File file public static androidx ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/documentfile/documentfile/1.1.0-alpha02/androidx.documentfile_documentfile/android_common_apex30/aar/
Dclasses.jar ... .provider.DocumentFile fromFile (java.io.File) java.io.File file public static androidx ...
Dandroidx.documentfile_documentfile.jar ... .provider.DocumentFile fromFile (java.io.File) java.io.File file public static androidx ...
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/io/
H A DFileSystem.java108 Source source(File file) throws FileNotFoundException; in source()
114 Sink sink(File file) throws FileNotFoundException; in sink()
120 Sink appendingSink(File file) throws FileNotFoundException; in appendingSink()
123 void delete(File file) throws IOException; in delete() method
126 boolean exists(File file) throws IOException; in exists()
129 long size(File file); in size()
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
H A DFileSystem.java106 Source source(File file) throws FileNotFoundException; in source()
112 Sink sink(File file) throws FileNotFoundException; in sink()
118 Sink appendingSink(File file) throws FileNotFoundException; in appendingSink()
121 void delete(File file) throws IOException; in delete() method
124 boolean exists(File file) throws IOException; in exists()
127 long size(File file); in size()
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DFaultyFileSystem.java37 public void setFaulty(File file, boolean faulty) { in setFaulty()
45 @Override public Source source(File file) throws FileNotFoundException { in source()
49 @Override public Sink sink(File file) throws FileNotFoundException { in sink()
53 @Override public Sink appendingSink(File file) throws FileNotFoundException { in appendingSink()
57 @Override public void delete(File file) throws IOException { in delete() method in FaultyFileSystem
61 @Override public boolean exists(File file) throws IOException { in exists()
65 @Override public long size(File file) { in size()
78 private final File file; field in FaultyFileSystem.FaultySink
80 public FaultySink(Sink delegate, File file) { in FaultySink()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DAbstractFileSystemProvider.java64 abstract DynamicFileAttributeView getFileAttributeView(Path file, in getFileAttributeView()
69 public final void setAttribute(Path file, in setAttribute()
85 …public final Map<String,Object> readAttributes(Path file, String attributes, LinkOption... options) in readAttributes()
101 abstract boolean implDelete(Path file, boolean failIfNotExists) throws IOException; in implDelete()
104 public final void delete(Path file) throws IOException { in delete() method in AbstractFileSystemProvider
109 public final boolean deleteIfExists(Path file) throws IOException { in deleteIfExists()
120 public boolean isDirectory(Path file) { in isDirectory()
135 public boolean isRegularFile(Path file) { in isRegularFile()
149 public boolean exists(Path file) { in exists()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtempfile.py421 file = None # Set here since __del__ checks it variable in _TemporaryFileCloser
424 def __init__(self, file, name, delete=True): argument
467 def __init__(self, file, name, delete=True): argument
524 dir=None, delete=True, *, errors=None): argument
691 def _check(self, file): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtempfile.py421 file = None # Set here since __del__ checks it variable in _TemporaryFileCloser
424 def __init__(self, file, name, delete=True): argument
467 def __init__(self, file, name, delete=True): argument
524 dir=None, delete=True, *, errors=None): argument
691 def _check(self, file): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtempfile.py421 file = None # Set here since __del__ checks it variable in _TemporaryFileCloser
424 def __init__(self, file, name, delete=True): argument
467 def __init__(self, file, name, delete=True): argument
524 dir=None, delete=True, *, errors=None): argument
691 def _check(self, file): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtempfile.py421 file = None # Set here since __del__ checks it variable in _TemporaryFileCloser
424 def __init__(self, file, name, delete=True): argument
467 def __init__(self, file, name, delete=True): argument
524 dir=None, delete=True, *, errors=None): argument
691 def _check(self, file): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtempfile.py421 file = None # Set here since __del__ checks it variable in _TemporaryFileCloser
424 def __init__(self, file, name, delete=True): argument
467 def __init__(self, file, name, delete=True): argument
524 dir=None, delete=True, *, errors=None): argument
691 def _check(self, file): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dtempfile.py421 file = None # Set here since __del__ checks it variable in _TemporaryFileCloser
424 def __init__(self, file, name, delete=True): argument
467 def __init__(self, file, name, delete=True): argument
524 dir=None, delete=True, *, errors=None): argument
691 def _check(self, file): argument
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DStoredEntry.java170 private ZFile file; field in StoredEntry
214 @Nonnull ZFile file, in StoredEntry()
385 public void delete() throws IOException { in delete() method in StoredEntry
398 void delete(boolean notify) throws IOException { in delete() method in StoredEntry
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DForwardingFileSystem.kt187 val file = onPathParameter(file, "openReadOnly", "file") in openReadOnly() constant
193 val file = onPathParameter(file, "openReadWrite", "file") in openReadWrite() constant
199 val file = onPathParameter(file, "source", "file") in source() constant
205 val file = onPathParameter(file, "sink", "file") in sink() constant
211 val file = onPathParameter(file, "appendingSink", "file") in appendingSink() constant
229 override fun delete(path: Path, mustExist: Boolean) { in delete() method in okio.ForwardingFileSystem
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DJvmSystemFileSystem.kt36 val file = path.toFile() in metadataOrNull() constant
67 val file = dir.toFile() in list() constant
129 override fun delete(path: Path, mustExist: Boolean) { in delete() method in okio.JvmSystemFileSystem
134 val file = path.toFile() in delete() constant

12345678910>>...48