OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_dir
(Results
1 - 6
of
6
) sorted by null
/external/vboot_reference/scripts/image_signing/
common_minimal.sh
142
local
mount_dir
="$1"
143
sudo touch "$
mount_dir
/$TAG_NEEDS_TO_BE_SIGNED"
150
local
mount_dir
="$1"
151
[ -f "$
mount_dir
/$TAG_NEEDS_TO_BE_SIGNED" ]
158
local
mount_dir
="$1"
159
[ -f "$
mount_dir
/$(dirname "$TAG_NEEDS_TO_BE_SIGNED")" ]
168
local
mount_dir
=$3
180
"${image}" "${
mount_dir
}"
186
"${image}" "${
mount_dir
}" "${try}"
200
echo "ERROR: mounting ${image} at ${
mount_dir
} failed:
[
all
...]
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py
50
if not is_write_test and not test_content.create(image.
mount_dir
):
/external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py
127
archive_path = os.path.join(image.
mount_dir
, archive_name)
/external/autotest/site_utils/
lxc.py
450
should be used, refer to function
mount_dir
.
568
def
mount_dir
(self, source, destination, readonly=False):
member in class:Container
[
all
...]
/external/autotest/client/cros/
cros_disks.py
594
def
mount_dir
(self):
member in class:VirtualFilesystemImage
/external/e2fsprogs/misc/
mke2fs.c
107
static char *
mount_dir
;
variable
[
all
...]
Completed in 270 milliseconds