HomeSort by relevance Sort by last modified time
    Searched defs:local_file (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.cpp 320 FileSpec &local_file)
338 local_file.SetFile(resolved_path, true);
339 if (local_file.Exists())
343 local_file.SetFile(platform_file_path, true);
344 if (local_file.Exists())
371 FileSpec local_file; local
373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file);
376 error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_paths_ptr);
PlatformRemoteiOS.cpp 525 lldb_private::FileSpec local_file; local
531 local_file))
533 file_list.Append(local_file);
543 lldb_private::FileSpec &local_file)
556 local_file);
567 lldb_private::FileSpec &local_file)
581 local_file.SetFile(resolved_path, true);
582 if (local_file.Exists())
592 local_file.SetFile(resolved_path, true);
593 if (local_file.Exists()
681 FileSpec local_file; local
697 FileSpec local_file; local
    [all...]

Completed in 52 milliseconds