Lines Matching defs:local_file
152 const UUID *uuid_ptr, FileSpec &local_file) {
154 local_file = platform_file;
1806 const lldb_private::FileSpec &local_file,
1809 if (local_file && remote_file) {
1812 if (IsRemote() || local_file != remote_file) {
1813 error = Install(local_file, remote_file);
1820 if (local_file) {
1824 target_file.AppendPathComponent(local_file.GetFilename().AsCString());
1825 if (IsRemote() || local_file != target_file) {
1826 error = Install(local_file, target_file);