Home
last modified time | relevance | path

Searched defs:piped (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/openers/
H A DWriteFileOpenerAndroidTest.java79 try (WriteFileOpener.FileCloser piped = in compressAndWriteToPipe()
95 try (WriteFileOpener.FileCloser piped = in compressButDontWriteToPipe_shouldNotLeak()
113 try (WriteFileOpener.FileCloser piped = in staleFifo_isDeletedAndReplaced()
176 WriteFileOpener.FileCloser piped = in writeBigContentWithException_shouldThrowEPipeAndPropagate() local
191 WriteFileOpener.FileCloser piped = in writeSmallContentWithException_shouldPropagate() local
H A DReadFileOpenerAndroidTest.java80 File piped = storage.open(uri, opener); in compressAndReadBigContentFromPipe() local
94 File piped = storage.open(uri, opener); in compressAndReadSmallContentFromPipe() local
107 File piped = storage.open(uri, opener); in compressWithPartialReadFromPipe_shouldNotLeak() local
194 File piped = storage.open(uri, opener); in staleFifo_isDeletedAndReplaced() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dprocess.rs1362 pub fn piped() -> Stdio { in piped() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Dprocess.rs1381 pub fn piped() -> Stdio { in piped() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dprocess.rs1381 pub fn piped() -> Stdio { in piped() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dprocess.rs1381 pub fn piped() -> Stdio { in piped() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dprocess.rs1362 pub fn piped() -> Stdio { in piped() method