Home
last modified time | relevance | path

Searched defs:cloneArgs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_linux.go195 type cloneArgs struct { struct
196 flags uint64 // Flags bit mask
197 pidFD uint64 // Where to store PID file descriptor (int *)
198 childTID uint64 // Where to store child TID, in child's memory (pid_t *)
199 parentTID uint64 // Where to store child TID, in parent's memory (pid_t *)
200 exitSignal uint64 // Signal to deliver to parent on child termination
201 stack uint64 // Pointer to lowest byte of stack
202 stackSize uint64 // Size of stack
203 tls uint64 // Location of new TLS
204 setTID uint64 // Pointer to a pid_t array (since Linux 5.5)
[all …]
/aosp_15_r20/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
H A DAppCloningMediaProviderHostTest.java136 Map<String, String> cloneArgs = new HashMap<>(); in testInsertCrossUserFilesInDirectoryViaMediaProvider() local
162 Map<String, String> cloneArgs = new HashMap<>(); in testGetFilesInDirectoryViaMediaProvider() local
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/
H A DAppCloningHostTest.java235 Map<String, String> cloneArgs = new HashMap<>(); in testCrossUserMediaAccess() local
409 Map<String, String> cloneArgs = new HashMap<>(); in testMediaCreationWithContentOwnerSpecifiedAsParentUser() local
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/storage/
H A DAppCloningPublicVolumeTest.java87 Map<String, String> cloneArgs = new HashMap<>(); in testCrossUserMediaAccessInPublicSdCard() local