HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 676 - 700 of 762) sorted by null

<<21222324252627282930>>

  /external/libpcap/
pcap-new.c 201 DIR *unixdir;
    [all...]
  /external/openssh/
scp.c 872 DIR *dirp;
  /external/toybox/lib/
lib.c 160 // flags: 1=make last dir (with mode lastmode, otherwise skips last component)
164 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags)
174 if (!fstatat(atfd, dir, &buf, 0) && !S_ISDIR(buf.st_mode)) {
179 for (s = dir; ;s++) {
184 if (*s == '/' && (flags&2) && s != dir) {
195 if (mkdirat(atfd, dir, mode)) {
198 fprintf(stderr, "%s: created directory '%s'\n", toys.which->name, dir);
974 DIR *dp;
  /external/valgrind/coregrind/
vgdb.c     [all...]
  /external/webrtc/webrtc/p2p/base/
turnport_unittest.cc 85 DIR *dir = opendir("/proc/self/fd/"); local
86 while ((dp = readdir(dir)) != NULL) {
91 closedir(dir);
    [all...]
  /frameworks/native/cmds/installd/
otapreopt.cpp 681 PLOG(ERROR) << "Could not create dalvik-cache dir " << dalvik_cache;
687 PLOG(ERROR) << "Could not create dalvik-cache isa dir";
737 static void ClearDirectory(const std::string& dir) {
738 DIR* c_dir = opendir(dir.c_str());
740 PLOG(WARNING) << "Unable to open " << dir << " to delete it's contents";
750 std::string file = StringPrintf("%s/%s", dir.c_str(), name);
    [all...]
InstalldNativeService.cpp     [all...]
  /hardware/broadcom/libbt/src/
hardware.c 435 DIR *dirp;
    [all...]
  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.cpp 530 DIR *scsi_dir = NULL;
    [all...]
  /system/core/adf/libadf/
adf.cpp 56 std::unique_ptr<DIR, decltype(&closedir)>
57 dir{opendir(ADF_BASE_PATH), closedir};
58 if (!dir)
63 while ((dirent = readdir(dir.get()))) {
  /system/core/fs_mgr/
fs_mgr.cpp 645 DIR *blockdir = NULL;
    [all...]
  /external/curl/packages/vms/
gnv_link_curl.com 283 $CREATE/DIR device:[vms$common.gnv.lib]/prot=w:re
289 /source=device:[dir] -
  /system/core/liblog/tests/
liblog_test.cpp     [all...]
  /art/runtime/
thread_list.cc 172 DIR* d = opendir("/proc/self/task");
    [all...]
  /external/dnsmasq/src/
cache.c 926 DIR *dir_stream;
952 dir is ah->fname
    [all...]
  /external/e2fsprogs/lib/support/
profile.c 245 DIR *dir; local
253 dir = opendir(dirname);
254 if (!dir)
257 while ((de = readdir(dir)) != NULL) {
293 closedir(dir);
298 closedir(dir);
    [all...]
  /external/fio/
filesetup.c 1629 struct dirent *dir; local
    [all...]
  /external/strace/
strace.c 1073 DIR *dir; local
1078 (dir = opendir(procdir)) != NULL) {
1081 while ((de = read_dir(dir)) != NULL) {
1106 closedir(dir);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 289 DIR *dir = opendir(ctrl_iface_dir); local
292 if (dir) {
293 while ((dent = readdir(dir))) {
312 closedir(dir);
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp 1131 DIR* dir = opendir(path); local
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 194 ap.type == kFileTypeDirectory ? "dir" : "zip", ap.path.string());
904 * Pass in "" for the root dir.
939 ALOGV("Adding directory %s from dir %s", dirName, ap.path.string());
962 * Pass in "" for the root dir.
988 ALOGV("Adding directory %s from dir %s", dirName, ap.path.string());
1089 DIR* dir; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp     [all...]
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 1060 #define _TDIR DIR

Completed in 1275 milliseconds

<<21222324252627282930>>