Searched refs:DIR (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/wilhelm/tools/mphtogen/
H A DMakefile0 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_OutputMi
1 DIR = ../../src/autogen macro
[all...]
/frameworks/native/cmds/ip-up-vpn/
H A Dip-up-vpn.c34 #define DIR "/data/misc/vpn/" macro
69 FILE *state = fopen(DIR ".tmp", "wb");
130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) {
/frameworks/base/tools/aapt/
H A DDirectoryWalker.h95 DIR* dir;
H A DAaptAssets.cpp659 DIR* dir = NULL;
1132 DIR* dir = opendir(srcDir.string());
/frameworks/native/libs/diskusage/
H A Ddirsize.c43 DIR *d;
/frameworks/native/cmds/installd/
H A Dutils.cpp131 DIR* dir = opendir(path.c_str());
230 static int _delete_dir_contents(DIR *d,
251 DIR *subdir;
296 DIR *d;
317 DIR *d;
357 DIR *ds = fdopendir(sdfd);
404 DIR *ds = NULL;
405 DIR *dd = NULL;
435 DIR *d;
629 DIR* di
[all...]
H A Dinstalld.cpp491 DIR *dir;
569 DIR *dir;
H A Dcommands.cpp362 DIR *d;
497 DIR *d;
1302 DIR *d;
1379 DIR *d;
1720 DIR *d;
/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp57 DIR* taskdir;
H A Dandroid_util_Process.cpp179 DIR *d;
624 DIR* dirp = opendir(file8);
978 DIR *proc = opendir("/proc");
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc44 dirent* cur_dir = ::readdir(reinterpret_cast<DIR*>(pDir));
96 closedir(reinterpret_cast<DIR*>(pDir.m_Handler));
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp119 DIR *dir = opendir(path);
/frameworks/native/cmds/dumpstate/
H A Dutils.c63 DIR *d;
86 DIR *d;
129 DIR *d;
322 DIR *dirp;
662 DIR *proc = opendir("/proc");
H A Ddumpstate.c83 DIR *d;
/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h204 DIR* pDir = opendir(rsDirPath.string());
/frameworks/base/tools/aapt2/
H A DFiles.cpp65 DIR* dir = opendir(root.data());
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java164 start[DIR] = DIR_LEFT_TO_RIGHT << DIR_SHIFT;
622 return mInts.getValue(line, DIR) >> DIR_SHIFT;
754 private static final int DIR = START; field in class:DynamicLayout
H A DStaticLayout.java962 lines[off + DIR] |= dir << DIR_SHIFT;
1156 return mLines[mColumns * line + DIR] >> DIR_SHIFT;
1283 private static final int DIR = START; field in class:StaticLayout
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp154 DIR* dir = opendir(path);
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp109 DIR* pDir = opendir(dirPath.string());
H A DDrm.cpp228 DIR* pDir = opendir(dirPath.string());
/frameworks/base/cmds/idmap/
H A Dscan.cpp179 DIR *dir = opendir(overlay_dir);
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp346 DIR* d = opendir(search);
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp67 DIR *dir;
258 DIR *dir;
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp326 DIR *dir = opendir(rtc_sysfs);

Completed in 535 milliseconds

12