OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_attrs
(Results
1 - 6
of
6
) sorted by null
/system/core/adb/
bugreport.h
42
virtual bool DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool
copy_attrs
,
file_sync_service.h
70
bool
copy_attrs
, const char* name=nullptr);
bugreport.cpp
275
bool Bugreport::DoSyncPull(const std::vector<const char*>& srcs, const char* dst, bool
copy_attrs
,
277
return do_sync_pull(srcs, dst,
copy_attrs
, name);
file_sync_client.cpp
881
std::string lpath, bool
copy_attrs
) {
915
if (
copy_attrs
&& set_time_and_mode(ci.lpath, ci.time, ci.mode)) {
931
bool
copy_attrs
, const char* name) {
[
all
...]
bugreport_test.cpp
45
bool do_sync_pull(const std::vector<const char*>& srcs, const char* dst, bool
copy_attrs
,
127
bool
copy_attrs
, const char* name));
commandline.cpp
1781
bool
copy_attrs
= false;
local
1790
bool
copy_attrs
= false;
local
[
all
...]
Completed in 43 milliseconds