/frameworks/wilhelm/tools/mphtogen/ |
D | Makefile | 1 DIR = ../../src/autogen macro 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 \ 5 $(DIR)/MPH_to_Vibra.h
|
/frameworks/native/cmds/ip-up-vpn/ |
D | ip-up-vpn.c | 34 #define DIR "/data/misc/vpn/" macro 69 FILE *state = fopen(DIR ".tmp", "wb"); in main() 130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) { in main()
|
/frameworks/native/cmds/installd/ |
D | utils.cpp | 98 DIR* dir = opendir(user_path.c_str()); in create_data_user_ce_package_path() 221 DIR* dir = opendir(path.c_str()); in get_known_users() 309 static int _delete_dir_contents(DIR *d, in _delete_dir_contents() 330 DIR *subdir; in _delete_dir_contents() 384 DIR *d; in delete_dir_contents() 408 DIR *d; in delete_dir_contents_fd() 448 DIR *ds = fdopendir(sdfd); in _copy_dir_files() 495 DIR *ds = NULL; in copy_dir_files() 496 DIR *dd = NULL; in copy_dir_files() 670 DIR* dir, char *pathBase, char *pathPos, size_t pathAvailLen) in _add_cache_files() [all …]
|
D | installd.cpp | 599 DIR *dir; in initialize_directories()
|
/frameworks/native/libs/diskusage/ |
D | dirsize.c | 34 DIR *d; in calculate_dir_size()
|
/frameworks/base/tools/aapt/ |
D | DirectoryWalker.h | 95 DIR* dir;
|
/frameworks/base/core/jni/ |
D | android_server_Watchdog.cpp | 57 DIR* taskdir; in dumpKernelStacks()
|
D | android_util_Process.cpp | 181 DIR *d; in android_os_Process_setProcessGroup() 759 DIR* dirp = opendir(file8); in android_os_Process_getPids() 1119 DIR *proc = opendir("/proc"); in android_os_Process_getPidsForCommands()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 45 dirent* cur_dir = ::readdir(reinterpret_cast<DIR*>(pDir)); 97 closedir(reinterpret_cast<DIR*>(pDir.m_Handler));
|
/frameworks/av/media/libstagefright/id3/ |
D | testid3.cpp | 119 DIR *dir = opendir(path); in scan()
|
/frameworks/base/core/java/android/text/ |
D | DynamicLayout.java | 164 start[DIR] = DIR_LEFT_TO_RIGHT << DIR_SHIFT; in DynamicLayout() 622 return mInts.getValue(line, DIR) >> DIR_SHIFT; in getParagraphDirection() 754 private static final int DIR = START; field in DynamicLayout
|
D | StaticLayout.java | 972 lines[off + DIR] |= dir << DIR_SHIFT; 1156 return mLines[mColumns * line + DIR] >> DIR_SHIFT; 1283 private static final int DIR = START;
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AlarmManagerService.cpp | 328 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(rtc_sysfs), closedir); in wall_clock_rtc()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 100 DIR *d; in for_each_userid() 123 DIR *d; in __for_each_pid() 186 DIR *d; in for_each_tid_helper() 513 DIR *dirp; in dump_files() 1036 DIR *proc = opendir("/proc"); in dump_traces()
|
/frameworks/av/drm/libdrmframework/include/ |
D | PlugInManager.h | 204 DIR* pDir = opendir(rsDirPath.string()); in getPlugInPathList()
|
/frameworks/native/vulkan/libvulkan/ |
D | layers_extensions.cpp | 324 auto dir_deleter = [](DIR* handle) { closedir(handle); }; in ForEachFileInDir() 325 std::unique_ptr<DIR, decltype(dir_deleter)> dir(opendir(dirname.c_str()), in ForEachFileInDir()
|
/frameworks/av/drm/libmediadrm/ |
D | Crypto.cpp | 108 DIR* pDir = opendir(dirPath.string()); in findFactoryForScheme()
|
D | Drm.cpp | 224 DIR* pDir = opendir(dirPath.string()); in findFactoryForScheme()
|
/frameworks/av/media/libmedia/ |
D | MediaScanner.cpp | 154 DIR* dir = opendir(path); in doProcessDirectory()
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 182 DIR *dir = opendir(overlay_dir); in idmap_scan()
|
/frameworks/base/tools/aapt2/compile/ |
D | Compile.cpp | 139 std::unique_ptr<DIR, decltype(closedir)*> d(opendir(rootDir.data()), closedir); in loadInputFilesFromDir() 157 std::unique_ptr<DIR, decltype(closedir)*> subDir(opendir(prefixPath.data()), closedir); in loadInputFilesFromDir()
|
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 67 DIR *dir; in wipe() 258 DIR *dir; in backup_dir()
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 83 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 293 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 431 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 444 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
/frameworks/base/tools/aapt2/util/ |
D | Files.cpp | 69 DIR* dir = opendir(root.data()); in listFiles()
|
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 390 DIR* d = opendir(search); in load_driver()
|