OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_mount_point
(Results
1 - 3
of
3
) sorted by null
/system/core/fs_mgr/include/
fs_mgr.h
47
char *
tmp_mount_point
);
/system/vold/
cryptfs.c
845
char
tmp_mount_point
[64];
local
883
sprintf(
tmp_mount_point
, "%s/tmp_mnt", mount_point);
884
mkdir(
tmp_mount_point
, 0755);
885
if (fs_mgr_do_mount(fstab, DATA_MNT_POINT, crypto_blkdev,
tmp_mount_point
)) {
893
umount(
tmp_mount_point
);
[
all
...]
/system/core/fs_mgr/
fs_mgr.c
580
/* If
tmp_mount_point
is non-null, mount the filesystem there. This is for the
584
char *
tmp_mount_point
)
619
if (
tmp_mount_point
) {
620
m =
tmp_mount_point
;
Completed in 43 milliseconds