HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 1 - 25 of 738) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/loader/
dirent_on_windows.h 18 typedef struct DIR DIR;
24 DIR *opendir(const char *);
25 int closedir(DIR *);
26 struct dirent *readdir(DIR *);
27 void rewinddir(DIR *);
  /external/ltp/testcases/kernel/fs/racer/
fs_racer.sh 32 DIR="$TMPDIR/race"
36 [ -e $DIR ] || mkdir $DIR
37 ./fs_racer_file_create.sh $DIR $MAX_FILES &
38 ./fs_racer_file_create.sh $DIR $MAX_FILES &
39 ./fs_racer_file_create.sh $DIR $MAX_FILES &
41 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
42 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
43 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
45 ./fs_racer_file_rename.sh $DIR $MAX_FILES
    [all...]
fs_racer_file_rename.sh 22 DIR=$1
28 mv $DIR/$file $DIR/$new_file 2> /dev/null
fs_racer_file_concat.sh 22 DIR=$1
26 cat $DIR/$file >> $DIR/$new_file
27 cat $DIR/$file/$file/$file >> $DIR/$new_file
  /libcore/ojluni/src/test/
artrun-testng 17 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
21 $DIR/artrun -Xmx512m org.testng.TestNG -verbose 3 "$DIR/$TESTNG_FILE"
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 19 DIR=$(dirname "$0")
21 if [ ! -f "$DIR/privkey.pem" ]; then
22 openssl genrsa -out "$DIR/privkey.pem" 2048
25 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch > /tmp/cert-rsa-req.pem
26 openssl req -in /tmp/cert-rsa-req.pem -pubkey -noout | openssl rsa -pubin -pubout -outform der > "$DIR/cert-rsa-pubkey.der"
27 openssl x509 -extfile "$DIR/default.cnf" -days 3650 -extensions usr_cert -req -signkey "$DIR/privkey.pem" -outform d -set_serial -99999999999999999999 < /tmp/cert-rsa-req.pem > "$DIR/cert-rsa.der"
30 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -out "$DIR/cert-rsa-tbs.der" -noout -strparse
    [all...]
  /development/ndk/platforms/android-21/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /frameworks/wilhelm/tools/mphtogen/
Makefile 0 DIR = ../../src/autogen
2 ALL = $(DIR)/MPH_to_3DGroup.h $(DIR)/MPH_to_AudioPlayer.h $(DIR)/MPH_to_AudioRecorder.h \
3 $(DIR)/MPH_to_Engine.h $(DIR)/MPH_to_LEDDevice.h $(DIR)/MPH_to_Listener.h \
4 $(DIR)/MPH_to_MetadataExtractor.h $(DIR)/MPH_to_MidiPlayer.h $(DIR)/MPH_to_OutputMix.h
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/
dirent.h 63 typedef struct DIR DIR;
65 extern DIR* opendir(const char*);
66 extern DIR* fdopendir(int);
67 extern struct dirent* readdir(DIR*);
68 extern struct dirent64* readdir64(DIR*);
69 extern int readdir_r(DIR*, struct dirent*, struct dirent**);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
71 extern int closedir(DIR*);
72 extern void rewinddir(DIR*);
    [all...]

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>