OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fulldir
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/
run-tests.sh
181
local
FULLDIR
BASEDIR
182
FULLDIR
=$1
183
BASEDIR=`dirname $
FULLDIR
`
193
adb_cmd_mkdir $
FULLDIR
196
#run $ADB_CMD shell "mkdir $
FULLDIR
"
198
adb_cmd "ls $
FULLDIR
1>/dev/null 2>&1 || mkdir $
FULLDIR
"
200
dump "ERROR: Could not mkdir '$
FULLDIR
' on the device!"
/external/emma/core/java12/com/vladium/util/
IPathEnumerator.java
161
final File
fullDir
= dir != null ? new File (currentPathDir, dir) : currentPathDir;
163
final String [] children =
fullDir
.list ();
171
final File fullChild = new File (
fullDir
, childName);
Completed in 55 milliseconds