Home
last modified time | relevance | path

Searched refs:copy_desc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
DTestBreakpointSerialization.py152 copy_desc = lldb.SBStream()
153 copy_bp.GetDescription(copy_desc, False)
154 copy_text = copy_desc.GetData()
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c848 #define copy_desc "copy a file" macro