/external/selinux/libsepol/utils/ |
Makefile | 1 # Installation directories.
|
/external/selinux/policycoreutils/scripts/ |
Makefile | 1 # Installation directories.
|
/frameworks/base/tools/aapt/tests/ |
MockCacheUpdater.h | 18 // Make sure all the directories along this path exist
|
/sdk/files/proguard/bin/ |
proguard.bat | 7 rem issues with directories containing whitespaces.
|
proguardgui.bat | 7 rem issues with directories containing whitespaces.
|
retrace.bat | 7 rem issues with directories containing whitespaces.
|
/build/soong/ |
reverse_path.py | 10 # directories. 24 # output directories to be moved as long as they stay in the same position
|
/device/google/accessory/demokit/ |
make-download.sh | 46 echo "packaged directories assembled. Next: create zip" 55 echo "download zip assembled. Next: remove package directories"
|
/external/autotest/client/site_tests/network_3GNoGobi/ |
network_3GNoGobi.py | 19 # Return a list of non-empty gobi directories. 38 raise error.TestError('Found non-empty directories: %s' %
|
/external/chromium-trace/catapult/perf_insights/ |
appengine_config.py | 25 runtime environment, they must be added with vendor.add. The directories 29 # before deploying. If the directories aren't there (e.g. when running tests)
|
/external/dbus/bus/ |
dir-watch-inotify.c | 91 _set_watched_dirs_internal (DBusList **directories) 105 link = _dbus_list_get_first_link (directories); 109 link = _dbus_list_get_next_link (directories, link); 112 /* Look for directories in both the old and new sets, if 130 /* Any directories we find in "wds" with a nonzero fd must 152 /* Not all service directories need to exist. */ 273 bus_set_watched_dirs (BusContext *context, DBusList **directories) 278 _set_watched_dirs_internal (directories);
|
dir-watch.h | 2 /* dir-watch.h Watch directories 30 * Update the set of directories to monitor for changes. The
|
/external/e2fsprogs/tests/m_extent_journal/ |
expect.1 | 72 7663 free blocks, 2037 free inodes, 2 directories 80 7677 free blocks, 2048 free inodes, 0 directories 86 3838 free blocks, 2048 free inodes, 0 directories 94 7677 free blocks, 2048 free inodes, 0 directories 100 7934 free blocks, 2048 free inodes, 0 directories 108 7677 free blocks, 2048 free inodes, 0 directories 114 7934 free blocks, 2048 free inodes, 0 directories 122 7676 free blocks, 2048 free inodes, 0 directories
|
/external/e2fsprogs/tests/m_no_opt/ |
expect.1 | 61 7919 free blocks, 2037 free inodes, 2 directories 68 7932 free blocks, 2048 free inodes, 0 directories 75 7932 free blocks, 2048 free inodes, 0 directories 82 7932 free blocks, 2048 free inodes, 0 directories 89 7932 free blocks, 2048 free inodes, 0 directories 96 7932 free blocks, 2048 free inodes, 0 directories 103 7932 free blocks, 2048 free inodes, 0 directories 110 7931 free blocks, 2048 free inodes, 0 directories
|
/external/e2fsprogs/tests/m_std/ |
expect.1 | 64 7663 free blocks, 2037 free inodes, 2 directories 72 7677 free blocks, 2048 free inodes, 0 directories 78 7934 free blocks, 2048 free inodes, 0 directories 86 7677 free blocks, 2048 free inodes, 0 directories 92 7934 free blocks, 2048 free inodes, 0 directories 100 7677 free blocks, 2048 free inodes, 0 directories 106 7934 free blocks, 2048 free inodes, 0 directories 114 7676 free blocks, 2048 free inodes, 0 directories
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 38 """Add '/' suffixes to directories."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 38 """Add '/' suffixes to directories."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 38 """Add '/' suffixes to directories."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dircache.py | 5 The annotate() routine appends slashes to directories.""" 38 """Add '/' suffixes to directories."""
|
/system/core/crash_reporter/ |
crash_reporter.rc | 20 # Create crash directories. 21 # These directories are group-writable by root so that crash_reporter can
|
/toolchain/binutils/binutils-2.25/config/ |
largefile.m4 | 3 # bfd's configure script so that all the directories agree on the size 14 # even in directories otherwise not depending on the $plugins option.
|
/developers/samples/android/content/documentsUi/ScopedDirectoryAccess/ |
template-params.xml | 38 to easily access to specific directories such as Pictures, Downloads instead of requesting 65 to easily access to specific directories such as Pictures, Downloads instead of requesting 76 access specific directories instead of: 78 access to all public directories on external storage. 79 - Using the Storage Access Framework, where the user usually picks directories via a System UI,
|
/external/chromium-trace/catapult/docs/ |
directory-structure.md | 27 ## How should directories be structured? 31 * Toplevel directories are **not** modules. E.g. if `x` is a toplevel 32 directory, `x/__init__.py` **does not** exist. Directories in `common/` 34 * Toplevel directories and directories in `common` should centralize all
|
/build/tools/atree/ |
atree.cpp | 30 " -I INPUTDIR Specify one or more base directories in\n" 43 " directories in the order they are specified.\n" 208 set<string> directories; local 227 // expand the directories that we should copy into a list of files 249 // gather directories 253 directories.insert(it->outPath); 257 directories.insert(s); 263 // and directories that should become files 281 // remove all files or directories as requested from the input atree file. 282 // must be done before create new directories [all...] |
/build/soong/cmd/soong_jar/ |
soong_jar.go | 55 directories = flag.Bool("d", false, "include directories in jar") 75 directories bool 91 directories: *directories, 180 if z.directories { 186 if z.directories {
|