OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preserve_perm
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/bin/
local_host.py
103
def _copy_file(self, source, dest, delete_dest=False,
preserve_perm
=False,
115
@param
preserve_perm
: Tells get_file() to try to preserve the sources
143
preserve_mode=
preserve_perm
,
148
if
preserve_perm
:
152
def get_file(self, source, dest, delete_dest=False,
preserve_perm
=True,
165
@param
preserve_perm
: Tells get_file() to try to preserve the sources
171
preserve_perm
=
preserve_perm
,
/external/autotest/client/bin/result_tools/
runner.py
181
preserve_perm
=False)
/external/autotest/server/hosts/
adb_host.py
[
all
...]
abstract_ssh.py
386
def get_file(self, source, dest, delete_dest=False,
preserve_perm
=True,
408
preserve_perm
: tells get_file() to try to preserve the sources
418
'
preserve_perm
: %s, preserve_symlinks:%s', source, dest,
419
delete_dest,
preserve_perm
, preserve_symlinks)
455
self.get_file(source, dest, delete_dest,
preserve_perm
,
483
if not
preserve_perm
:
[
all
...]
/external/autotest/server/
crashcollect.py
62
host.get_file(source_path, dest_path,
preserve_perm
=False)
/external/autotest/server/cros/
autoupdater.py
[
all
...]
Completed in 348 milliseconds