HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 101 - 125 of 580) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/contrib/
populate-extfs.sh 34 DIR="${FILE#$SRCDIR}"
35 DIR="${DIR%$TGT}"
37 # Skip the root dir
38 [ ! -z "$DIR" ] || continue
41 if [ "$DIR" != "$CWD" ]; then
42 echo "cd $DIR"
43 CWD="$DIR"
spd_readdir.c 70 DIR *dir; member in struct:dir_s
81 static int (*real_closedir)(DIR *dir) = 0;
82 static DIR *(*real_opendir)(const char *name) = 0;
83 static DIR *(*real_fdopendir)(int fd) = 0;
84 static void *(*real_rewinddir)(DIR *dirp) = 0;
85 static struct dirent *(*real_readdir)(DIR *dir) = 0;
86 static int (*real_readdir_r)(DIR *dir, struct dirent *entry
242 DIR *dir; local
275 DIR *dir; local
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.h 42 DIR = 258,
61 #define DIR 258
  /libcore/ojluni/src/test/
gen-test-list 22 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
23 test_property_files="$(find "$DIR" -name TEST.properties)"
  /external/compiler-rt/test/msan/
readdir64.cc 19 DIR *dir = opendir("."); local
20 struct dirent *d = readdir(dir);
22 closedir(dir);
25 closedir(dir);
  /external/eigen/bench/btl/data/
mk_mean_script.sh 3 DIR=$2
15 DATA_FILE=`find $DIR -name "*.dat" | grep _${WHAT}`
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
RetrCommandHandlerTest.groovy 36 def DIR = "/"
38 def FILE = p(DIR, FILENAME)
58 setCurrentDirectory(DIR)
64 handleCommand([DIR])
65 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', DIR])
81 fileSystem.getEntry(DIR).permissions = Permissions.NONE
83 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', DIR])
120 createDirectory(DIR)
DeleCommandHandlerTest.groovy 34 static final DIR = '/'
36 static final FILE = p(DIR, FILENAME)
79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
81 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', DIR])
RnfrCommandHandlerTest.groovy 35 private static final DIR = "/subdir"
59 createDirectory(DIR)
60 handleCommand([DIR])
62 assert session.getAttribute(SessionKeys.RENAME_FROM) == DIR
RntoCommandHandlerTest.groovy 35 private static final DIR = '/'
110 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
112 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', DIR])
117 createDirectory(DIR)
125 final BAD_DIR = p(DIR, 'SUB')
133 createDirectory(DIR)
158 setCurrentDirectory(DIR)
  /ndk/tests/build/import-install/
build.sh 27 DIR=$PWD/libs/$ABI
30 FILE=$DIR/$FILENAME
  /external/mesa3d/src/mesa/math/
m_matrix.h 199 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \
201 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \
202 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \
203 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[2] * MAT[10];
    [all...]
  /external/ImageMagick/MagickCore/
vms.c 64 % closedir() closes the named directory stream and frees the DIR structure.
71 % o entry: Specifies a pointer to a DIR structure.
75 void closedir(DIR *directory)
79 assert(directory != (DIR *) NULL);
105 % o entry: Specifies a pointer to a DIR structure.
109 DIR *opendir(char *name)
111 DIR
117 directory=(DIR *) AcquireMagickMemory(sizeof(DIR));
118 if (directory == (DIR *) NULL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dirent.h 128 typedef struct __dirstream DIR;
131 Return a DIR stream on the directory, or NULL if it could not be opened.
135 extern DIR *opendir (__const char *__name) __nonnull ((1));
142 extern DIR *fdopendir (int __fd);
150 extern int closedir (DIR *__dirp) __nonnull ((1));
155 same DIR stream.
163 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
166 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
174 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1));
184 extern int readdir_r (DIR *__restrict __dirp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 129 typedef struct __dirstream DIR;
132 Return a DIR stream on the directory, or NULL if it could not be opened.
136 extern DIR *opendir (__const char *__name) __nonnull ((1));
143 extern DIR *fdopendir (int __fd);
151 extern int closedir (DIR *__dirp) __nonnull ((1));
156 same DIR stream.
164 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
167 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
175 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1));
185 extern int readdir_r (DIR *__restrict __dirp
    [all...]
  /external/libweave/examples/
prerequisites.sh 9 DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 14 DIR = 'd'
36 if os.path.isdir(path): return DIR
100 (NO_EXIST, DIR) : (recurse, remove, svn_delete,),
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
104 (DIR, NO_EXIST): (mkdir, svn_add, recurse,),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),
106 (DIR, DIR) : (recurse,),
  /system/extras/tests/net_test/
net_test.sh 4 [ -f /proc/net/if_inet6 ] || insmod $DIR/kernel/net-next/net/ipv6/ipv6.ko
  /external/libusb-compat/
libusb-config.in 14 [--prefix[=DIR]]
15 [--exec-prefix[=DIR]]
  /external/snakeyaml/
patch-android-src 26 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
27 ANDROID_PATCHES_DIR="$DIR/src/patches/android"
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_StartTest.java 61 final String DIR = "abc 1234567";
63 pwd.setDirectory(DIR);
75 assertEquals("pwd", DIR, ftpClient.printWorkingDirectory());
  /packages/apps/Launcher2/
fill_screens.py 14 DIR = "db_files"
31 shutil.rmtree(DIR, True)
32 os.makedirs(DIR)
  /packages/apps/Launcher3/
fill_screens.py 14 DIR = "db_files"
31 shutil.rmtree(DIR, True)
32 os.makedirs(DIR)
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 34 #define DIR "/data/misc/vpn/"
69 FILE *state = fopen(DIR ".tmp", "wb");
130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) {
  /external/llvm/utils/buildit/
build_llvm 60 DIR=`pwd`
71 SRC_DIR=$DIR/src
124 mkdir -p $DIR/obj-llvm || exit 1
125 cd $DIR/obj-llvm || exit 1
130 rm -rf $DIR/bin || exit 1
131 mkdir $DIR/bin || exit 1
133 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
135 ln -s $T $DIR/bin/$prog
142 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
144 ln -s $T $DIR/bin/$pro
    [all...]

Completed in 651 milliseconds

1 2 3 45 6 7 8 91011>>