Searched refs:DIR (Results 1 - 25 of 32) 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/native/libs/diskusage/
H A Ddirsize.c34 DIR *d;
/frameworks/base/tools/aapt/
H A DDirectoryWalker.h95 DIR* dir;
H A DAaptAssets.cpp662 DIR* dir = NULL;
1135 DIR* dir = opendir(srcDir.string());
/frameworks/native/cmds/installd/
H A Dutils.cpp98 DIR* dir = opendir(user_path.c_str());
221 DIR* dir = opendir(path.c_str());
309 static int _delete_dir_contents(DIR *d,
330 DIR *subdir;
384 DIR *d;
408 DIR *d;
448 DIR *ds = fdopendir(sdfd);
495 DIR *ds = NULL;
496 DIR *dd = NULL;
670 DIR* di
[all...]
H A Dinstalld.cpp599 DIR *dir;
/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp57 DIR* taskdir;
H A Dandroid_util_Process.cpp181 DIR *d;
759 DIR* dirp = opendir(file8);
1119 DIR *proc = opendir("/proc");
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc45 dirent* cur_dir = ::readdir(reinterpret_cast<DIR*>(pDir));
97 closedir(reinterpret_cast<DIR*>(pDir.m_Handler));
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp119 DIR *dir = opendir(path);
/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h204 DIR* pDir = opendir(rsDirPath.string());
/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.java972 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/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp328 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(rtc_sysfs), closedir);
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp324 auto dir_deleter = [](DIR* handle) { closedir(handle); };
325 std::unique_ptr<DIR, decltype(dir_deleter)> dir(opendir(dirname.c_str()),
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp108 DIR* pDir = opendir(dirPath.string());
H A DDrm.cpp224 DIR* pDir = opendir(dirPath.string());
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp154 DIR* dir = opendir(path);
/frameworks/base/cmds/idmap/
H A Dscan.cpp182 DIR *dir = opendir(overlay_dir);
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp69 DIR* dir = opendir(root.data());
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp100 DIR *d;
123 DIR *d;
186 DIR *d;
513 DIR *dirp;
1036 DIR *proc = opendir("/proc");
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp139 std::unique_ptr<DIR, decltype(closedir)*> d(opendir(rootDir.data()), closedir);
157 std::unique_ptr<DIR, decltype(closedir)*> subDir(opendir(prefixPath.data()), closedir);
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp67 DIR *dir;
258 DIR *dir;
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp390 DIR* d = opendir(search);

Completed in 631 milliseconds

12