/system/extras/tests/bionic/libc/ |
D | README.TXT | 1 This directory contains a set of tests for Android's Bionic C library. 13 All test programs, except those in the 'other' directory, should exit 16 The directory layout is simple:
|
/system/extras/tests/bionic/libstdc++/ |
D | README.TXT | 1 This directory contains a set of tests for Android's Bionic Standard C++ library. 16 The directory layout is currently flat because there is one Bionic test. If you
|
/system/extras/tests/fstest/ |
D | README | 2 /data/local/perm_checker.conf, and any file/directory which fails the ruleset 4 specified and minimal) rule for that file/directory to be printed on 8 A file or directory will always fail the ruleset unless there is AT LEAST 10 matching the file or directory name, it will fail if and only if that 30 a match to a directory name.
|
/system/keymaster/ |
D | Makefile | 66 genhtml coverage.info --output-directory coverage 69 lcov --capture --directory=. --output-file coverage.info 74 lcov --capture --directory=. --output-file coverage.info 75 genhtml coverage.info --output-directory coverage
|
/system/extras/ext4_utils/ |
D | make_ext4fs.c | 492 char *directory = NULL; in make_ext4fs_internal() local 504 directory = canonicalize_rel_slashes(_directory); in make_ext4fs_internal() 591 assert(!directory); in make_ext4fs_internal() 594 if (directory) in make_ext4fs_internal() 595 root_inode_num = build_directory_structure(directory, mountpoint, 0, in make_ext4fs_internal() 626 size_t dirlen = directory ? strlen(directory) : 0; in make_ext4fs_internal() 629 if (directory && strncmp(p->filename, directory, dirlen) == 0) { in make_ext4fs_internal() 658 free(directory); in make_ext4fs_internal()
|
D | make_ext4fs_main.c | 65 const char *directory = NULL; in main() local 211 directory = argv[optind++]; in main() 229 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip, in main()
|
D | ext4_utils.h | 158 int make_ext4fs_internal(int fd, const char *directory,
|
/system/extras/tests/sdcard/ |
D | README | 1 This directory contains tools to profile the sdcard performance. 13 Build, install and mount debugfs. In this directory with a properly 27 directory, chdir and run:
|
D | sysutil.h | 125 void resetDirectory(const char *directory);
|
D | sysutil.cpp | 408 void resetDirectory(const char *directory) in resetDirectory() argument 410 DIR *dir = opendir(directory); in resetDirectory() 425 strcpy(name_buffer, directory); in resetDirectory() 432 mkdir(directory, S_IRWXU); in resetDirectory()
|
/system/vold/ |
D | VolumeManager.h | 91 const char **directory = NULL) const; 142 int unmountAllAsecsInDir(const char *directory);
|
D | CommandListener.h | 51 void listAsecsInDirectory(SocketClient *c, const char *directory);
|
D | VolumeManager.cpp | 1218 const char **directory) const { in findAsec() 1244 if (directory != NULL) { in findAsec() 1245 *directory = dir; in findAsec() 1748 int VolumeManager::unmountAllAsecsInDir(const char *directory) { in unmountAllAsecsInDir() argument 1749 DIR *d = opendir(directory); in unmountAllAsecsInDir() 1753 SLOGE("Could not open asec dir %s", directory); in unmountAllAsecsInDir()
|
D | CommandListener.cpp | 298 void CommandListener::AsecCmd::listAsecsInDirectory(SocketClient *cli, const char *directory) { in listAsecsInDirectory() argument 299 DIR *d = opendir(directory); in listAsecsInDirectory()
|
/system/core/init/ |
D | readme.txt | 158 chdir <directory> 159 Change working directory. 167 chroot <directory> 168 Change process root directory. 195 Create a directory at <path>, optionally with the given mode, owner, and 196 group. If not provided, the directory is created with permissions 755 and 200 Attempt to mount the named device at the directory <dir> 212 Recursively restore the directory tree named by <path> to the
|
D | README.BOOTCHART | 45 3/ in the source directory, type 'ant' to build the bootchart program
|
/system/core/ |
D | README | 2 The system/ directory is intended for pieces of the world that are the
|
/system/core/adb/ |
D | SYNC.TXT | 39 Lists files in the directory specified by the remote filename. The server will 40 respond with zero or more directory entries or "dents". 42 The directory entries will be returned in the following form
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 1 The code in this directory is used to process data from the mmc tracepoints
|
/system/core/rootdir/ |
D | init.rc | 80 # imagefile directory will be bind-mounted 304 # create directory for DRM plug-ins - give drm the read/write access to 305 # the following directory. 308 # create directory for MediaDrm plug-ins - give drm the read/write access to 309 # the following directory.
|