OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_mount_point
(Results
1 - 1
of
1
) sorted by null
/system/vold/
cryptfs.c
768
char
tmp_mount_point
[64];
local
806
sprintf(
tmp_mount_point
, "%s/tmp_mnt", mount_point);
807
mkdir(
tmp_mount_point
, 0755);
808
if (fs_mgr_do_mount(get_fstab_filename(), DATA_MNT_POINT, crypto_blkdev,
tmp_mount_point
)) {
816
umount(
tmp_mount_point
);
[
all
...]
Completed in 351 milliseconds