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

<<11121314151617181920>>

  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 44 DIR *linuxdir;
52 struct dir_info *dir; member in struct:dir_ent
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 57 DIR* taskdir;
  /development/build/tools/
mk_sources_zip.py 40 # DIR is the list of directories to scan in TOPDIR.
41 self.DIR = "frameworks libcore"
107 p.DIR = a
235 for d in p.DIR.split():
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 235 opendir(DIR,"/proc") || die "Couldn't opendir /proc: $!\n";
236 my @dirs = grep(/^\d+$/, readdir(DIR));
237 closedir(DIR);
  /system/core/init/
uevent_listener.cpp 127 ListenerAction UeventListener::RegenerateUeventsForDir(DIR* d,
149 std::unique_ptr<DIR, decltype(&closedir)> d2(fdopendir(fd), closedir);
165 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(path.c_str()), closedir);
  /system/vold/
main.cpp 176 static void do_coldboot(DIR *d, int lvl) {
189 DIR *d2;
212 DIR *d = opendir(path);
  /external/vboot_reference/tests/
run_cgpt_tests.sh 18 DIR="${TEST_DIR}/cgpt_test_dir"
19 [ -d "$DIR" ] || mkdir -p "$DIR"
20 warning "testing $CGPT in $DIR"
21 cd "$DIR"
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 109 static final int DIR = 3;
359 type = DIR;
414 * "get" (or "dir") command to the ftp server.
448 if (filename == null || type == DIR) {
624 type = DIR;
650 value = (type == ASCII ? "a" : type == DIR ? "d" : "i");
  /frameworks/native/cmds/installd/
utils.cpp 97 DIR* dir = opendir(user_path.c_str()); local
98 if (dir == nullptr) {
104 while ((ent = readdir(dir))) {
113 closedir(dir);
118 closedir(dir);
179 /* /data/data is dir, return /data/data for legacy system */
269 << "Unexpected dir structure for secondary dex " << location;
286 << "Unexpected dir structure for secondary dex " << location;
303 DIR* dir = opendir(path.c_str()) local
731 DIR* dir = opendir(parent.c_str()); local
928 const dir_rec_t* dir = NULL; local
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/
configure 487 if test -d conf$$.dir; then
488 rm -f conf$$.dir/conf$$.file
490 rm -f conf$$.dir
491 mkdir conf$$.dir
497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
500 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
508 rmdir conf$$.dir 2>/dev/null
1132 --srcdir=DIR find the sources in DIR [configure dir or \`..']
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 45 my $DIR = "../../../impl/data";
48 GetOptions('dir=s' => \$DIR,
55 if (! -d $DIR) {
56 print STDERR "$DIR is not a directory\n";
63 print "Usage: $me [-dir <dir>] [-id <id>]\n";
64 print " --dir <dir> Specify the directory containing the\n";
191 foreach (<$DIR/Transliterator_*.txt>)
    [all...]
  /art/runtime/gc/space/
image_space_fs.h 44 static void DeleteDirectoryContents(const std::string& dir, bool recurse) {
45 if (!OS::DirectoryExists(dir.c_str())) {
48 DIR* c_dir = opendir(dir.c_str());
50 PLOG(WARNING) << "Unable to open " << dir << " to delete it's contents";
60 std::string file = android::base::StringPrintf("%s/%s", dir.c_str(), name);
105 // We write out an empty file to the zygote's ISA specific cache dir at the start of
  /bionic/libc/bionic/
scandir.cpp 99 DIR* dir = nullptr; local
101 dir = opendir(dir_name);
105 dir = fdopendir(dir_fd);
109 ScopedReaddir reader(dir);
  /bootable/recovery/otautil/
DirUtil.cpp 168 DIR *dir; local
183 dir = opendir(path);
184 if (dir == NULL) {
190 while ((de = readdir(dir)) != NULL) {
206 closedir(dir);
212 if (closedir(dir) < 0) {
  /build/make/tools/droiddoc/test/stubs/
func.sh 20 export EXPECTED=$DIR/expected
  /cts/hostsidetests/security/securityPatch/Bug-35644815/
poc.c 79 DIR *dir; local
88 dir = opendir(TARGET);
89 if (dir == NULL) {
94 while (ent = readdir(dir)) {
134 closedir(dir);
  /device/google/marlin/dataservices/datatop/src/
datatop_cpu_stats_poll.c 64 DIR *dp;
71 fprintf(stderr, "Failed to get current working dir\n");
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 36 DIR => $HtmlDir,
58 foreach my $dir (split (':', $ENV{PATH})) {
59 if (-x "$dir/$file") {
150 my $Dir = "$HtmlDir/failures";
151 mkpath $Dir;
167 DIR => $Dir);
260 my $dir;
263 $dir = getcwd();
264 print STDERR "\n[LOCATION]: $dir\n"
    [all...]
  /external/kmod/testsuite/
test-testsuite.c 145 DIR *d;
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 45 DIR *d;
73 // Skip non-process dir entries
  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.h 52 #define MAXOPENDIRS 1024 /* max opendirs to try to exhaust dir streams */
61 #define DIR 0
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe07.c 109 DIR *dir = opendir("/proc/self/fd"); local
113 if (dir == NULL)
116 dir_fd = dirfd(dir);
123 while ((file = readdir(dir))) {
143 closedir(dir);
  /external/ltp/testcases/kernel/syscalls/readdir/
readdir01.c 154 DIR *test_dir;
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs01_open_files.c 98 DIR *dirp;
  /external/rmi4utils/f54test/
main.cpp 115 DIR * devDir;

Completed in 3035 milliseconds

<<11121314151617181920>>