Searched
full:opendir (Results
451 -
475 of
758) sorted by null
<<11121314151617181920>>
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
wifi_hal.cpp | [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
wifi_hal.cpp | 938 DIR *d = opendir("/sys/class/net"); 953 d = opendir("/sys/class/net"); [all...] |
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 248 # define opendir(name) __opendir (name) macro 1291 : (__ptr_t) opendir (directory)); [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |
/bootable/recovery/ |
recovery.cpp | 571 d = opendir(CACHE_LOG_DIR); 601 printf("opendir failed: %s\n", strerror(errno)); 716 DIR* d = opendir(path); [all...] |
screen_ui.cpp | 480 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir("/res/images"), closedir);
|
/external/dbus/dbus/ |
dbus-sysdeps-util-win.c | 477 * Implement dirent-style opendir/readdir/closedir on Window 95/NT 479 * Functions defined are opendir(), readdir() and closedir() with the 574 DIR *d; /**< The DIR* from opendir() */ [all...] |
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build | 150 opendir(DIR, $Dir); 535 opendir(DIR, "$Dir/failures"); 538 opendir(DIR, "$Dir/failures"); [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build | 150 opendir(DIR, $Dir); 535 opendir(DIR, "$Dir/failures"); 538 opendir(DIR, "$Dir/failures"); [all...] |
/external/libdrm/ |
xf86drmMode.c | 747 sysdir = opendir(pci_dev_dir); 766 sysdir = opendir(pci_dev_dir); [all...] |
/external/mksh/src/ |
check.pl | 405 if (!opendir(DIR, $dir)) { 726 if (!opendir(DIR, $dir)) { [all...] |
/build/kati/ |
pathutil.go | 177 glog.V(3).Infof("opendir: %s", dir)
|
/external/avahi/avahi-daemon/ |
glob.c | 842 return(opendir(buf));
|
/external/blktrace/btreplay/ |
btrecord.c | 360 DIR *dir = opendir(idir);
|
/external/clang/lib/Basic/ |
FileManager.cpp | 16 // opendir/readdir_r/closedir ?
|
/external/fio/os/windows/ |
posix.c | 819 DIR *opendir(const char *dirname) function
|
/external/icu/icu4c/source/test/depstest/ |
dependencies.txt | 89 opendir closedir readdir # for a hack to get the time zone name
|
/external/libmicrohttpd/src/examples/ |
demo.c | 262 if (NULL == (dir = opendir (dirname)))
|
demo_https.c | 263 if (NULL == (dir = opendir (dirname)))
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
filetransfermsg.c | 267 if((pDir = opendir(path)) == NULL) {
|
handlefiletransferrequest.c | 128 if((dir = opendir(path)) == NULL) {
|
/external/llvm/device/include/llvm/Config/ |
config.h | 287 /* Define to 1 if you have the `opendir' function. */
|
/external/llvm/host/include/llvm/Config/ |
config.h | 308 /* Define to 1 if you have the `opendir' function. */
|
/external/llvm/lib/Analysis/ |
TargetLibraryInfo.cpp | 253 TLI.setUnavailable(LibFunc::opendir);
|
/external/llvm/lib/Support/Unix/ |
Path.inc | 473 DIR *directory = ::opendir(path_null.c_str());
|
Completed in 751 milliseconds
<<11121314151617181920>>