Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/wilhelm/tools/mphtogen/
DMakefile1 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/
Dip-up-vpn.c34 #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/
Dutils.cpp98 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 …]
Dinstalld.cpp599 DIR *dir; in initialize_directories()
/frameworks/native/libs/diskusage/
Ddirsize.c34 DIR *d; in calculate_dir_size()
/frameworks/base/tools/aapt/
DDirectoryWalker.h95 DIR* dir;
/frameworks/base/core/jni/
Dandroid_server_Watchdog.cpp57 DIR* taskdir; in dumpKernelStacks()
Dandroid_util_Process.cpp181 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/
DFileSystem.inc45 dirent* cur_dir = ::readdir(reinterpret_cast<DIR*>(pDir));
97 closedir(reinterpret_cast<DIR*>(pDir.m_Handler));
/frameworks/av/media/libstagefright/id3/
Dtestid3.cpp119 DIR *dir = opendir(path); in scan()
/frameworks/base/core/java/android/text/
DDynamicLayout.java164 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
DStaticLayout.java972 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/
Dcom_android_server_AlarmManagerService.cpp328 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(rtc_sysfs), closedir); in wall_clock_rtc()
/frameworks/native/cmds/dumpstate/
Dutils.cpp100 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/
DPlugInManager.h204 DIR* pDir = opendir(rsDirPath.string()); in getPlugInPathList()
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp324 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/
DCrypto.cpp108 DIR* pDir = opendir(dirPath.string()); in findFactoryForScheme()
DDrm.cpp224 DIR* pDir = opendir(dirPath.string()); in findFactoryForScheme()
/frameworks/av/media/libmedia/
DMediaScanner.cpp154 DIR* dir = opendir(path); in doProcessDirectory()
/frameworks/base/cmds/idmap/
Dscan.cpp182 DIR *dir = opendir(overlay_dir); in idmap_scan()
/frameworks/base/tools/aapt2/compile/
DCompile.cpp139 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/
Dbackup.cpp67 DIR *dir; in wipe()
258 DIR *dir; in backup_dir()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake83 /* 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/
DFiles.cpp69 DIR* dir = opendir(root.data()); in listFiles()
/frameworks/native/opengl/libs/EGL/
DLoader.cpp390 DIR* d = opendir(search); in load_driver()

12