Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 20 of 20) sorted by relevance

/system/extras/tests/bionic/libc/
DREADME.TXT1 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++/
DREADME.TXT1 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/
DREADME2 /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/
DMakefile66 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/
Dmake_ext4fs.c492 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()
Dmake_ext4fs_main.c65 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()
Dext4_utils.h158 int make_ext4fs_internal(int fd, const char *directory,
/system/extras/tests/sdcard/
DREADME1 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:
Dsysutil.h125 void resetDirectory(const char *directory);
Dsysutil.cpp408 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/
DVolumeManager.h91 const char **directory = NULL) const;
142 int unmountAllAsecsInDir(const char *directory);
DCommandListener.h51 void listAsecsInDirectory(SocketClient *c, const char *directory);
DVolumeManager.cpp1218 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()
DCommandListener.cpp298 void CommandListener::AsecCmd::listAsecsInDirectory(SocketClient *cli, const char *directory) { in listAsecsInDirectory() argument
299 DIR *d = opendir(directory); in listAsecsInDirectory()
/system/core/init/
Dreadme.txt158 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
DREADME.BOOTCHART45 3/ in the source directory, type 'ant' to build the bootchart program
/system/core/
DREADME2 The system/ directory is intended for pieces of the world that are the
/system/core/adb/
DSYNC.TXT39 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/
DREADME1 The code in this directory is used to process data from the mmc tracepoints
/system/core/rootdir/
Dinit.rc80 # 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.