OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opendir
(Results
101 - 125
of
758
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
dirent.h
63
extern DIR*
opendir
(const char* dirpath);
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
dirent.h
63
extern DIR*
opendir
(const char* dirpath);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse
/external/libweave/examples/provider/
wifi_manager.cc
51
DIR* net_dir =
opendir
(sysfs_net.c_str());
55
DIR* wireless_dir =
opendir
(path.c_str());
/external/protobuf/src/google/protobuf/testing/
file.cc
166
// Use
opendir
()! Yay!
172
DIR* dir =
opendir
(name.c_str());
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
inv_mpu_iio-shared
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
file_utils.cpp
46
DIR *const dir =
opendir
(dirPath);
61
DIR *const dir =
opendir
(dirPath);
/system/extras/tests/audio/alsa/
pcmtest.cpp
62
d =
opendir
(kSoundDir);
81
d =
opendir
(kSoundDir);
/external/rmi4utils/rmidevice/
hiddevice.cpp
648
devicesDir =
opendir
(devicePath.c_str());
665
devDir =
opendir
(fullLinkPath.c_str());
667
fprintf(stdout, "
opendir
failed\n");
697
devDir =
opendir
("/sys/bus/hid/devices");
722
devDir =
opendir
(hidrawDir);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
iio_utils.h
129
dp =
opendir
(scan_el_dir);
218
dp =
opendir
(device_dir);
297
dp =
opendir
(scan_el_dir);
330
dp =
opendir
(scan_el_dir);
610
dp =
opendir
(scan_el_dir);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h
129
dp =
opendir
(scan_el_dir);
218
dp =
opendir
(device_dir);
297
dp =
opendir
(scan_el_dir);
330
dp =
opendir
(scan_el_dir);
610
dp =
opendir
(scan_el_dir);
/external/e2fsprogs/contrib/
spd_readdir.c
125
real_opendir = dlsym(RTLD_NEXT, "
opendir
");
240
DIR *
opendir
(const char *name)
function
249
DEBUG_DIR(printf("
Opendir
(%s) (%d open)\n", name, num_open++));
/bionic/libc/bionic/
scandir.cpp
101
dir =
opendir
(dir_name);
/bootable/recovery/
wear_touch.cpp
156
DIR* dir =
opendir
(path);
/external/boringssl/src/crypto/
directory_posix.c
78
(*ctx)->dir =
opendir
(directory);
/external/deqp/framework/delibs/decpp/
deDirectoryIterator.cpp
88
m_handle =
opendir
(m_path.getPath());
/external/dhcpcd-6.8.2/
ifaddrs.c
113
d =
opendir
("/sys/class/net");
/external/e2fsprogs/lib/blkid/
devname.c
130
if ((dir =
opendir
("/sys/block")) == NULL)
139
if ((d_dir =
opendir
(path)) == NULL)
307
if ((vg_list =
opendir
(VG_DIR)) == NULL)
326
lv_list =
opendir
(vdirname);
/external/libchrome/base/process/
process_iterator_linux.cc
63
procfs_dir_ =
opendir
(internal::kProcDir);
/external/libmicrohttpd/src/examples/
fileserver_example_dirs.c
111
dir =
opendir
(".");
/external/llvm/lib/Fuzzer/
FuzzerIO.cpp
38
DIR *D =
opendir
(Dir.c_str());
/external/rmi4utils/f54test/
main.cpp
161
devDir =
opendir
("/dev");
/external/skia/src/ports/
SkOSFile_posix.cpp
131
self.fDIR = ::
opendir
(path);
/external/toybox/toys/posix/
kill.c
108
if (!(dp =
opendir
("/proc"))) perror_exit("/proc");
/external/vulkan-validation-layers/loader/
dirent_on_windows.c
31
DIR *
opendir
(const char *name) {
function
Completed in 3164 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>