OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDir1
(Results
1 - 2
of
2
) sorted by null
/external/toybox/tests/
mount.test
56
mkdir -p
testDir1
/testDir2 testDir
57
echo "abcdefghijklmnopqrstuvwxyz" >
testDir1
/testDir2/testFile
59
'mount -o bind
testDir1
testDir >/dev/null 2>&1 && \
63
'mount -o rbind
testDir1
testDir >/dev/null 2>&1 && \
73
"mount $tmp_b_fs
testDir1
&& mkdir
testDir1
/testDirr &&
74
mount -o move
testDir1
testDir2 && test -r testDir2/testDirr &&
90
umount
testDir1
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
AbstractCopyJobTest.java
90
Uri
testDir1
= mDocs.createFolder(mSrcRoot, "dir1");
91
mDocs.createDocument(
testDir1
, "text/plain", "test1.txt");
93
Uri testDir2 = mDocs.createFolder(
testDir1
, "dir2");
96
createJob(newArrayList(
testDir1
)).run();
Completed in 655 milliseconds