Searched refs:dir (Results 151 - 175 of 546) sorted by relevance

1234567891011>>

/frameworks/support/renderscript/v8/jni/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
15 rs_generated_include_dir := $(call intermediates-dir-for,SHARED_LIBRARIES,libRSSupport,,)
/frameworks/base/native/android/
H A DAndroid.mk1 BASE_PATH := $(call my-dir)
2 LOCAL_PATH:= $(call my-dir)
/frameworks/base/native/graphics/jni/
H A DAndroid.mk1 BASE_PATH := $(call my-dir)
2 LOCAL_PATH:= $(call my-dir)
/frameworks/base/packages/BackupRestoreConfirmation/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/base/packages/DefaultContainerService/jni/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/base/packages/SharedStorageBackup/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp34 iterator dir, dirEnd = end(); local
35 for (dir = begin(); dir!=dirEnd; ++dir) {
36 delete (*dir);
/frameworks/base/cmds/installd/
H A Dutils.c22 const dir_rec_t* dir,
37 if ((pkgname_len + dir->len + postfix_len) >= PKG_PATH_MAX) {
44 if (append_and_increment(&dst, dir->path, &dst_size) < 0
93 dir_rec_t dir; local
94 dir.path = prefix;
95 dir.len = prefix_len;
97 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);
312 int lookup_media_dir(char basepath[PATH_MAX], const char *dir) argument
324 CACHE_NOISY(ALOGI("Looking up %s in %s\n", dir, basepath));
327 if ((dirpos-basepath+strlen(dir)) >
21 create_pkg_path_in_dir(char path[PKG_PATH_MAX], const dir_rec_t* dir, const char* pkgname, const char* postfix) argument
445 cache_dir_t* dir = (cache_dir_t*)_cache_malloc(cache, sizeof(cache_dir_t)+nameLen+1); local
475 _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime, const char *name) argument
507 _add_cache_files(cache_t *cache, cache_dir_t *parentDir, const char *dirName, DIR* dir, char *pathBase, char *pathPos, size_t pathAvailLen) argument
671 create_dir_path(char path[PATH_MAX], cache_dir_t* dir) argument
688 delete_cache_dir(char path[PATH_MAX], cache_dir_t* dir) argument
741 cache_dir_t* dir = cache->dirs[i-1]; local
[all...]
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp119 DIR *dir = opendir(path); local
121 if (dir == NULL) {
125 rewinddir(dir);
128 while ((ent = readdir(dir)) != NULL) {
150 closedir(dir);
151 dir = NULL;
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/camera/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libeffects/visualizer/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/av/media/libstagefright/codecs/avc/common/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/codecs/raw/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/httplive/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/omx/tests/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/timedtext/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/cmds/bmgr/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
/frameworks/base/cmds/bootanimation/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/cmds/bu/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)

Completed in 337 milliseconds

1234567891011>>