OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_path_config
(Results
1 - 8
of
8
) sorted by null
/device/google/dragon/
android_filesystem_config.h
25
/* static const struct
fs_path_config
android_device_dirs[] = { }; */
33
static const struct
fs_path_config
android_device_files[] = {
/device/huawei/angler/
android_filesystem_config.h
25
/* static const struct
fs_path_config
android_device_dirs[] = { }; */
33
static const struct
fs_path_config
android_device_files[] = {
/device/lge/bullhead/
android_filesystem_config.h
25
/* static const struct
fs_path_config
android_device_dirs[] = { }; */
33
static const struct
fs_path_config
android_device_files[] = {
/device/moto/shamu/
android_filesystem_config.h
25
/* static const struct
fs_path_config
android_device_dirs[] = { }; */
33
static const struct
fs_path_config
android_device_files[] = {
/build/tools/fs_config/
fs_config_generate.c
34
static const struct
fs_path_config
android_device_dirs[] = {
39
static const struct
fs_path_config
android_device_files[] = {
55
const struct
fs_path_config
*pc;
56
const struct
fs_path_config
*end;
Android.mk
31
# fills in struct
fs_path_config
android_device_dirs[] and
32
# struct
fs_path_config
android_device_files[]
/system/core/include/private/
android_filesystem_config.h
223
struct
fs_path_config
{
struct
248
ssize_t fs_config_generate(char *buffer, size_t length, const struct
fs_path_config
*pc);
/system/core/libcutils/
fs_config.c
77
static const struct
fs_path_config
android_dirs[] = {
117
static const struct
fs_path_config
android_files[] = {
210
const struct
fs_path_config
*pc;
273
ssize_t fs_config_generate(char *buffer, size_t length, const struct
fs_path_config
*pc)
Completed in 211 milliseconds