Home | History | Annotate | Download | only in macosx

Lines Matching defs:file_path

721             char file_path[PATH_MAX];
722 file_path[0] = '\0';
728 file_spec_ptr->GetPath(file_path, sizeof(file_path));
733 else if (file_path && file_path[0])
734 command.Printf("%s --ignoreNegativeCache --copyExecutable %s", g_dsym_for_uuid_exe_path, file_path);