OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opendir
(Results
26 - 50
of
533
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/host-tools/make-3.81/
vmsdir.h
70
extern DIR *
opendir
PARAMS (());
/bootable/recovery/applypatch/
freecache.c
17
d =
opendir
("/proc");
36
fdd =
opendir
(path);
89
d =
opendir
(dirs[i]);
/system/vold/
Process.cpp
89
DIR *dir =
opendir
(path);
184
if (!(dir =
opendir
("/proc"))) {
185
SLOGE("
opendir
failed (%s)", strerror(errno));
/external/chromium/base/
linux_util.cc
201
DIR* proc =
opendir
("/proc");
224
DIR* fd =
opendir
(buf);
258
DIR* task =
opendir
(buf);
/external/chromium_org/base/
linux_util.cc
201
DIR* proc =
opendir
("/proc");
224
DIR* fd =
opendir
(buf);
263
DIR* task =
opendir
(buf);
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
handlers.c
142
/* Win32 doesn't support DIR/
opendir
/readdir/closedir. */
476
* Handle a call to
opendir
() made by JavaScript.
478
*
opendir
expects 1 parameter:
480
* on success,
opendir
returns a result in |output| separated by \1:
481
* 0: "
opendir
"
484
* on failure,
opendir
returns an error string in |output|.
493
*output = PrintfToNewString("Win32 does not support
opendir
.");
501
*output = PrintfToNewString("
opendir
takes 1 parameter.");
507
dir =
opendir
(dirname);
509
*output = PrintfToNewString("
opendir
returned a NULL DIR*.")
[
all
...]
index.html
119
<input type="radio" id="radioopendir" name="group">
opendir
128
<div class="function" id="
opendir
" hidden>
132
<button>
opendir
</button>
/system/core/toolbox/
lsof.c
142
DIR *dir =
opendir
(info->path);
145
snprintf(msg, sizeof(msg), "%s (
opendir
: %s)", info->path, strerror(errno));
233
DIR *dir =
opendir
("/proc");
/bionic/libc/include/
dirent.h
58
extern DIR*
opendir
(const char* dirpath);
/development/ndk/platforms/android-3/include/
dirent.h
63
extern DIR*
opendir
(const char* dirpath);
/external/chromium_org/third_party/libjingle/source/talk/base/
linuxfdwalk.h
40
// possible errors include any error that can be returned by
opendir
(),
/external/compiler-rt/lib/msan/lit_tests/Linux/
glob_altdirfunc.cc
35
return
opendir
(s);
/external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen2.php
35
if ($handle =
opendir
($geshi->language_path)) {
/frameworks/base/tools/aapt/
FileFinder.cpp
47
if (!dw->
openDir
(basePath)) {
/hardware/invensense/60xx/libsensors/
SensorBase.cpp
98
dir =
opendir
(dirname);
/hardware/invensense/60xx/libsensors_iio/
SensorBase.cpp
96
dir =
opendir
(dirname);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
dirent.h
64
extern DIR*
opendir
(const char* dirpath);
Completed in 1816 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>