Lines Matching defs:local_file
152 const UUID *uuid_ptr, FileSpec &local_file) {
154 local_file = platform_file;
1796 const lldb_private::FileSpec &local_file,
1799 if (local_file && remote_file) {
1802 if (IsRemote() || local_file != remote_file) {
1803 error = Install(local_file, remote_file);
1810 if (local_file) {
1814 target_file.AppendPathComponent(local_file.GetFilename().AsCString());
1815 if (IsRemote() || local_file != target_file) {
1816 error = Install(local_file, target_file);