OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:direxists
(Results
1 - 3
of
3
) sorted by null
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileTest.java
426
boolean
dirExists
= true;
430
while (
dirExists
) {
438
dirExists
= false;
623
boolean
dirExists
= true;
628
while (
dirExists
) {
636
dirExists
= false;
[
all
...]
/external/quake/quake/src/WinQuake/
sys_android.cpp
397
qboolean
direxists
(const char* path)
function
428
if(
direxists
(filePath)) {
560
if(
direxists
(basedir1))
564
else if(
direxists
(basedir2))
/external/webkit/WebCore/platform/wx/
FileSystemWx.cpp
54
return wxFileName::FileExists(path) || wxFileName::
DirExists
(path);
Completed in 205 milliseconds