Searched refs:dir (Results 1 - 25 of 7847) sorted by last modified time

1234567891011>>

/external/zxing/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/external/zxing/core/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/external/yaffs2/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c231 yaffs_Object *dir; local
243 dir = startDir;
248 dir = yaffsfs_FindRoot(path,&restOfPath);
251 while(dir)
278 return dir;
288 dir = dir->parent;
292 dir = yaffs_FindObjectByName(dir,str);
294 while(dir
321 yaffs_Object *dir; local
339 yaffs_Object *dir = NULL; local
707 yaffs_Object *dir = NULL; local
1002 yaffs_Object *dir = NULL; local
1260 yaffs_DIR *dir = NULL; local
[all...]
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c336 DIR *dir; local
342 dir = opendir(path);
344 if(dir)
346 while((entry = readdir(dir)) != NULL)
513 closedir(dir);
523 fprintf(stderr,"usage: mkyaffs2image [-f] [-c <size>] [-s <size>] dir image_file [file_contexts mountpoint] [convert]\n");
527 fprintf(stderr," dir the directory tree to be converted\n");
540 char *dir; local
570 dir = argv[optind];
571 seprefixlen = strlen(dir);
[all...]
H A Dmkyaffsimage.c387 DIR *dir; local
392 dir = opendir(path);
394 if(dir)
396 while((entry = readdir(dir)) != NULL)
537 printf("usage: mkyaffsimage dir image_file [convert]\n");
538 printf(" dir the directory tree to be converted\n");
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c118 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode,
120 static struct dentry *yaffs_lookup(struct inode *dir, struct dentry *dentry,
123 static int yaffs_create(struct inode *dir, struct dentry *dentry, int mode);
124 static struct dentry *yaffs_lookup(struct inode *dir, struct dentry *dentry);
126 static int yaffs_link(struct dentry *old_dentry, struct inode *dir,
128 static int yaffs_unlink(struct inode *dir, struct dentry *dentry);
129 static int yaffs_symlink(struct inode *dir, struct dentry *dentry,
131 static int yaffs_mkdir(struct inode *dir, struct dentry *dentry, int mode);
134 static int yaffs_mknod(struct inode *dir, struct dentry *dentry, int mode,
137 static int yaffs_mknod(struct inode *dir, struc
319 yaffs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *n) argument
950 yaffs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev) argument
1042 yaffs_mkdir(struct inode *dir, struct dentry *dentry, int mode) argument
1057 yaffs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *n) argument
1067 yaffs_unlink(struct inode *dir, struct dentry *dentry) argument
1097 yaffs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) argument
1140 yaffs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) argument
[all...]
H A Dyaffs_guts.c4552 int yaffs_Unlink(yaffs_Object * dir, const YCHAR * name) argument
4556 obj = yaffs_FindObjectByName(dir, name);
4582 * We put it in unlinked dir to be cleaned up after the scanning
H A Dyaffs_guts.h814 int yaffs_Unlink(yaffs_Object * dir, const YCHAR * name);
/external/zlib/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { argument
/external/zlib/src/nintendods/
H A DMakefile55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \
56 $(foreach dir,$(DATA),$(CURDIR)/$(dir))
60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*
[all...]
/external/zopfli/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc26 // Returns directory path (including last slash) in dir, filename without
29 std::string* dir, std::string* file, std::string* ext) {
34 *dir = "";
37 *dir = filename.substr(0, slashpos + 1);
273 std::string dir, file, ext; local
274 GetFileNameParts(files[i], &dir, &file, &ext);
324 std::string dir, file, ext; local
325 GetFileNameParts(files[i], &dir, &file, &ext);
326 out_filename = dir + prefix + file + ext;
28 GetFileNameParts(const std::string& filename, std::string* dir, std::string* file, std::string* ext) argument
/external/webrtc/
H A DAndroid.mk9 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/common_audio/resampler/
H A DAndroid.mk9 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/common_audio/signal_processing/
H A DAndroid.mk9 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/common_audio/vad/
H A DAndroid.mk9 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A DAndroid.mk12 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DAndroid.mk12 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A DAndroid.mk9 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk9 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/modules/audio_processing/aec/
H A DAndroid.mk9 LOCAL_PATH := $(call my-dir)
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk12 LOCAL_PATH := $(call my-dir)

Completed in 1898 milliseconds

1234567891011>>